#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 VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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 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); } }; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Buffers.ArrayPool`1 struct ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E; // System.Lazy`1/Boxed struct Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F; // System.Lazy`1/Boxed struct Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Func`1> struct Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42; // System.Func`1> struct Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2; // System.Func`1> struct Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115; // System.Func`1> struct Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t99C107346145E7116FEB5DE73BBCC65AD5D6B262; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tBB2C204E95FBEFF1BA00A711757C51B749D5FADC; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tAA9B44CC45F33B48C92D07A20AAECD95E2344973; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF22A3103EDBA04355B09EC505C558BAACFCBDB63; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4DEC8BE26A4745D1E632D9D6FA63A973079FA4C2; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1A375FFC951BEAD16F5942142EC63D2C743895A5; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tAFB50D64823799144088C375814CB9E6EDB8D108; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t75C3361D3BE51E9742B0BBFA0F3998120E7CB6CE; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAFCE72ADC2EDFFA5D34E7918994DD34A8583449F; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6F70F614B23A77B47F997321679A386DE38547C; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t24B2A302911AB5856B85EFA771107A0A69573746; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t0AD7F49317A31B12B735723087BF317594706B0F; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA69FAEE2FF62FD94D03621391FBBAA1F820E8B92; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943; // System.Collections.Generic.SortedList`2/KeyList struct KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140; // System.Lazy`1/LazyInternalExceptionHolder struct LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A; // System.Lazy`1/LazyInternalExceptionHolder struct LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B; // System.Lazy`1> struct Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84; // System.Lazy`1> struct Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC; // System.Lazy`1> struct Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8; // System.Lazy`1> struct Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D; // System.Lazy`1> struct Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B; // System.Lazy`1 struct Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134; // System.Lazy`1 struct Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06; // System.Lazy`1 struct Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948; // System.Lazy`1 struct Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t54B2DA7F2E4048B3349CD3E73372AB44363F5F91; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t2644F308961A722BD40B54973DA2AC0633479E36; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t34BACC6A20DF2B0DC4BEAECE7CDDCC6541ED7DED; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t3E7FEFDF9FD0BF3F0D095BC2C7C85E93C596C86B; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t93CC8952ACF8DD3BE2BED2AF2D1949EB153AEB6A; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tE3817F844F348DF1F856C51CFE873B649166E3B0; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t49636E79EC921DDF4B3F13EBF3345F62EBAA437B; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t4AB5AE521337216C60A24700A64BE5F88A492EF7; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t178455A804337ECC4C9AF33BF4BB3D56D21711DC; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t150941FCB4CB3177C3101388E9DB2AD2E79D6619; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t7F58CF4C362B1F8A17A757807CFF80A1EF8811DD; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tA9D9847C82539E2121AF794E80AC645F87358325; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tA38A3634A9BA45B2F5DAD9452CB817EB8D7A27CA; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tD7FCE6340D012BD2F0089CFF7A7DF481370C801E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t96F5C87F5B11CDDD3A25767DDE92A6BE471B2103; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t441B9F953F0BD1F2ED4F36EC998CC216359555B6; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t6F95C5C3B377A13D604604BB1F7385B22690267E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tF1F925E8F8ACB0D8751D0F620A3EA0FA8B5B1C07; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t285D7A31E21F099C099D30C26EE7348781297004; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t11431E0A109C5800FC2651DF835C105052C53F1E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t334265C78D12C09793DDBDF54A5B60C7F260ED06; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tEB7666B2DD8CF490AD638E47F0883808F2364B63; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t0951E00DC806C707CD2C441214C45A15A5087413; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t44CCE129DCF760F8E6D0EEF15D9AD7043B871E9E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t730D48D3528A703CDE6436082905BDE5118EF753; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t860C339F71A6F552A81D3F197B5B4E1102EFDEAC; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tCFC53D3B6C044F012448401D441287FBBCE054FF; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tCB20584B39212D50C67E1091A0283463EFAB62A8; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t160DCE3B28D2600B3336A6BBA21B8F1A9705F09B; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tD5A34F3D6601564B5C443EE255E0E1C2182D0760; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t025BEF3FE38F23F21546B74EC51768CF065B6151; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t8E10B7B1C6BE71E6F91871AA058F8F0AB93FD74A; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t01794C8A0D1BE66D1F6F74B817D2A58D5B31F0FD; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tCB41416E26EDCF4C3F742FA4A0835820CE217D6E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t44FC78516EE164D193485B0192551253E4636B6A; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t1CB457A616DE3E86A7B57B31A41A8F1E4F6BF08D; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t2A1A3A8DE5F7BAB9DD6C2A64A0AA71ABEE55CF3E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t3F96DC52119D3882565C06A7A2C7D211E45F568A; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tF2E647622BBC28483F11E9105C0D46407F8ACB36; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tBDF5FA4ECEF4CFE3E424A8D852EA4597D1DC9E38; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t0A4BDB118F0A80CA733710FE8F6F18A84D6AA28E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tE169216ECE51E94F8B3338F7F65A37D122929000; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tE12A9AA5519EC7858B87FE8AF83C21661503B19D; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t6B4EA1D2AC3C3D2FF7FA10D621FA37B690B7DF0E; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tD51C346D05682E262AF55068AD3BA6B309522F98; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tAC90455255B395A8C354FCA59FCC29D960321115; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t63991045C30E55D0D443472F281AC20354C00680; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tBEA5B18714C57F3D8D49A556FFF3A365E18F625A; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t108AAAC6E0938C81BA00C2FB107D0C07AC5A2866; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t2D0E56E8F21F6383E6BF5E8DF13C43E070DC74E1; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tF48E9092FD1376BF89E8EB5E520B42FA9999EBA3; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t9263D9C42C4A3E7381153D82C17CE55A473FEF95; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t6ACDD0452FBA3951A5F1CE2334B2A1D6533AACA0; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tBC847D82AE2DFC6B6D557C30625D4B77DEFB9888; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tA9B06C421C59C29E581137DFBE852D345BB23769; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tC4A908DC204857D08015DE9633B75DB69CB363D9; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t9D7AD7EA4BE1703325D7CA4866E6AC784B469107; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t4183F5564BCE9D6C3CA9E02318641E0ABAB8D23C; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tA490BAD036590E9A0BC2A47E1F9475DE77C487B4; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t5A4372BD412B0D9E3F18953B240712F9513277FA; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tA3E6723EA8439CFAD43CD313CEDFDAEA3E2A15C6; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t976385666955DA657DBB659AFF47E3AD3316B20D; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t498B17D74C4DC25904257C7F6118776C554427FE; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t50D640C10AC1EE89A40C79622448EFA133AF8753; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t37A7823C75BFBEDF4E465CBAE704BC1B91B42E50; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tAEFA47D62C7B11D67F0CB98E91D07ED56DB9DF21; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t41CC57460757A2E112908204BA6A0F4CE3456D99; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t74B4051702034E8BD5BDF8120BE477FCA0DD520A; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tAC0CFCA09674F1F3FD3BC77FC007AB45AB670750; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t7AAAF703C1F6535AC6665C203F52D1303BABB97D; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t4F28A003068654D1C0D9933C71D583087DA411C6; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t90C15EDDDB53FD05E4553BD4E3CE0986CCC5F0CF; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t70606944B904804FB40640D67DB197B3B14DB798; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t522DE4527291599DC6569771F09A211652FF77C7; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A; // System.Collections.Generic.List`1 struct List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350; // System.Pinnable`1 struct Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731; // System.Pinnable`1 struct Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7; // System.Collections.Generic.SortedList`2 struct SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8324CFCE2467C0D2309B723020650799D278951C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5C1A8CFF829682229F6E800E1A9647F41D4A748F; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tDAA32EF298949BB68B6463967FD7914A38A3A759; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t137EA38B89EE5ADC9F01BCDFDE847920D4A59DB5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t98969689B815F3377C8C9C77DC06C209F21947CE; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF; // System.Collections.Generic.SortedList`2/ValueList struct ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67; // SixLabors.ImageSharp.Complex64[][] struct Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C; // System.Object[][] struct ObjectU5BU5DU5BU5D_t1E61FDDB1983671055AF123896ABD995AB5DB8FD; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986; // MS.Internal.Xml.Cache.XPathNodeRef[] struct XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969; // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey[] struct TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5; // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey[] struct TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017; // UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord[] struct TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.UIElements.IEventHandler struct IEventHandler_tF2F9D9635A3932E24843C5F557F6080A2C9F7F95; // SixLabors.ImageSharp.PixelFormats.IPixel struct IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.MissingMemberException struct MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92; // MathNet.Numerics.Permutation struct Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard struct RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E; // System.String struct String_t; // UnityEngine.UIElements.StyleSheet struct StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F; // System.Type struct Type_t; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_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* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral27EA076D82B233154707BD958AA3976983CD4084; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; IL2CPP_EXTERN_C String_t* _stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70; IL2CPP_EXTERN_C String_t* _stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990; IL2CPP_EXTERN_C String_t* _stringLiteral946ECD27C1C53A25C82D0F80916982541BE6CE15; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBB8099DED7DCA288864CAB4B7B6EFAA8079ADFBD; IL2CPP_EXTERN_C String_t* _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; IL2CPP_EXTERN_C String_t* _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralEF68BB0CB45867DA95163C2C6A4B0677DCE80DCF; IL2CPP_EXTERN_C String_t* _stringLiteralF7736367EB5597A368928D1011CEA2283AF9B94D; IL2CPP_EXTERN_C const RuntimeMethod* ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m099AC708AE8B5671B4FFBCC427A6A8232FBD8E7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m09DBD6C669F9A15BBF916FC9F8B21E7350AA9443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m34D50550111896B5E665445A450E82FAB9D23896_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m368DC131EBAE9C838103424AE9E616165EF20B92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m42691C5F6E2E7390675C4A75536D3F24A3BA8046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m94BD968C6CFC640E4F2C37DBD68C00134CCEC7D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m9852E93140D5504B552017C8D50633583620A151_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_mDF4632133E56748E22ADE58531996CFB820D8782_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m0DA86376426088B887C3F0314E1EAE72B7DE4C37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m226C33FF33DAC7BED722F3FA75CE2529375A8F5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m3FB89FCE495952BDD47562A29B72F80E40C14C27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m5C77992B109A5A72E0015431178C993E671792AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m6CCE2EF5BB952A3FBD3A1B880C62E6DC959FE12A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m8523779635A5B1D9C37DD30B9F39829E77E5ED0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m8BAB6BE03E2A4BFAE2BBAD2258A82672F64423FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_mED708A4B7BD020791E7AD8054C25FC3754A7D058_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m09F60BDC1B04F26D527C0A13FF5688FF8B3C32A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m0BD405B6D48D556656911AD3996FC7A5E05B75D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m5FF689DAB70B7CC9F8D75AEE8114CF252EB2C845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m76B9707DFF09A4B898140D3D849F5F10CCE6326D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m853149C59F66DE55B630F1A3B0870A5FEB2FA670_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m97F21E0E6509611CF329C85F3F23C2BCBBA6A093_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_mCBC01292B17928A8327F1C0A0E93E7E07C28C68C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_mD1ECC16AA72DA640BA99E69E2A74E9BFF0F0AFD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m232A730043816775412BDE5893800A4350A6E4A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m29243A166D42A366B28AC58EBA7CD0CF663AEF98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m801CFD20F31C88CC96F0977703A4B8B0A3803505_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mA37B8CB11463276DBE91AE00937A866DB8F0385E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mAB695973473814FCCF50DD58861D22D87C8BD5BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mAD4ADDB50BEC897534EF35E60B6BF4125FFD6DB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mC9E3F1327C365AF958A28DFB1FA58A69CC193EB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mE580086A4BFAAB5687AA30BA30FBC2A8999771A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_m17E2BF3AECD5198E752DB8A646E1CBEB351D5226_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_m2B85514528DB5BAF738AC4070A4275115407ACE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_m4A2038D616647F5F93C48F723511E42063625D6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_m5A8054BC333C3B149C86E40765A8F58A90ED7861_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_mC0922E946D5D5C07693476D38BCAE0AC81DF13CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_mC4EDC880B6E5928FCA0264CB62B5C78485BF2B30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_mD7D961BA14234DA454192F6A6683561EB4D64877_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection__ctor_mEEBFBB1EDF21316BA0DD632843F5ED79B677F944_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_Add_m9268E202B99C49B8D7E97B66581049D9EE732BF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_Clear_m3D69F4C6032AFC3365EE35187E06B7D7B25AB091_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_IndexOf_mE17FD11CA05D68B7F273E7BA5077F806DEC61386_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_Insert_m6D2F945C6A4940D96E2AB67E2A5D8AF25D4501B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_RemoveAt_mC6D4F9B1A811E8FE9CF6BC4078C80DF674917BE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_Remove_m5A9ABD03CC3545C4AA19DB77AD749E0B43CFC2FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_System_Collections_ICollection_CopyTo_m1840482999E306AE1A84561100ECADCE74D9593C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyList_set_Item_mD61581BA56B9BA5B587074375487A5CDC8DAC8EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1_CreateValue_m011729E91EA023F4A27524846331168FCD42E2D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1_CreateValue_m1C4CB5DA4221648CDC8CB4397FAC84C874C15FB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1_GetObjectFromMode_m5462B25FD3F0405A2D82BF64D64375730158E4E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1_GetObjectFromMode_mC4196CF9C3213324FAB7FF979D1CEF5F5E875711_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1__ctor_m5EFBDAE19C1634ACC9AFAD97A24D7A2581E5A035_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Lazy_1__ctor_mDD9904EA8ADC6736311C719ABB8B866F7754F103_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke; struct EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0; struct EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71; struct EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C; struct EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3; struct EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE; struct EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C; struct EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746; struct EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969; struct TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5; struct TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017; struct TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Lazy`1/<>c struct U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4 : public RuntimeObject { public: public: }; struct U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4_StaticFields { public: // System.Lazy`1/<>c System.Lazy`1/<>c::<>9 U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // System.Lazy`1/<>c struct U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D : public RuntimeObject { public: public: }; struct U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D_StaticFields { public: // System.Lazy`1/<>c System.Lazy`1/<>c::<>9 U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // System.Buffers.ArrayPool`1 struct ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E : public RuntimeObject { public: public: }; struct ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E_StaticFields { public: // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::s_sharedInstance ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * ___s_sharedInstance_0; public: inline static int32_t get_offset_of_s_sharedInstance_0() { return static_cast(offsetof(ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E_StaticFields, ___s_sharedInstance_0)); } inline ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * get_s_sharedInstance_0() const { return ___s_sharedInstance_0; } inline ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E ** get_address_of_s_sharedInstance_0() { return &___s_sharedInstance_0; } inline void set_s_sharedInstance_0(ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * value) { ___s_sharedInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_sharedInstance_0), (void*)value); } }; // System.Lazy`1/Boxed struct Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F : public RuntimeObject { public: // T System.Lazy`1/Boxed::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Lazy`1/Boxed struct Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B : public RuntimeObject { public: // T System.Lazy`1/Boxed::m_value RuntimeObject * ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B, ___m_value_0)); } inline RuntimeObject * get_m_value_0() const { return ___m_value_0; } inline RuntimeObject ** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(RuntimeObject * value) { ___m_value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_0), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0, ____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); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D : 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_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* ___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_tCA4820F8266AF4059CC5A14888D8195F0D797499 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___entries_1)); } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* 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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___keys_7)); } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * 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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___values_8)); } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * get_values_8() const { return ___values_8; } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * 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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ____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_t32479D928C553725424938B11A68D3CD8069EA75 : 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_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* ___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_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t8324CFCE2467C0D2309B723020650799D278951C * ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___entries_1)); } inline EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* 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_t32479D928C553725424938B11A68D3CD8069EA75, ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___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_t32479D928C553725424938B11A68D3CD8069EA75, ___keys_7)); } inline KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * get_keys_7() const { return ___keys_7; } inline KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * 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_t32479D928C553725424938B11A68D3CD8069EA75, ___values_8)); } inline ValueCollection_t8324CFCE2467C0D2309B723020650799D278951C * get_values_8() const { return ___values_8; } inline ValueCollection_t8324CFCE2467C0D2309B723020650799D278951C ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t8324CFCE2467C0D2309B723020650799D278951C * 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_t32479D928C553725424938B11A68D3CD8069EA75, ____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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 : 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_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* ___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_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t5C1A8CFF829682229F6E800E1A9647F41D4A748F * ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___entries_1)); } inline EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* 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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___keys_7)); } inline KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * 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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ___values_8)); } inline ValueCollection_t5C1A8CFF829682229F6E800E1A9647F41D4A748F * get_values_8() const { return ___values_8; } inline ValueCollection_t5C1A8CFF829682229F6E800E1A9647F41D4A748F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t5C1A8CFF829682229F6E800E1A9647F41D4A748F * 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_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81, ____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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F : 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_t0779070D715EAE6B907E720772FD056000EB3A1C* ___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_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D * ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___entries_1)); } inline EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* 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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___keys_7)); } inline KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * 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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___values_8)); } inline ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D * get_values_8() const { return ___values_8; } inline ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D * 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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ____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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 : 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_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* ___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_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tDAA32EF298949BB68B6463967FD7914A38A3A759 * ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___entries_1)); } inline EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* 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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___keys_7)); } inline KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * get_keys_7() const { return ___keys_7; } inline KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * 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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ___values_8)); } inline ValueCollection_tDAA32EF298949BB68B6463967FD7914A38A3A759 * get_values_8() const { return ___values_8; } inline ValueCollection_tDAA32EF298949BB68B6463967FD7914A38A3A759 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tDAA32EF298949BB68B6463967FD7914A38A3A759 * 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_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8, ____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_t4EDA304EB239333A04A5B9AA8551E2714497961C : 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_t5202EDAA20A12B03E10281AC8139A039C2E648DE* ___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_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B * ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___entries_1)); } inline EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* 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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___keys_7)); } inline KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * 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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___values_8)); } inline ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B * get_values_8() const { return ___values_8; } inline ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B * 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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ____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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 : 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_tC26D2C09F915643323E756291AB2D960ADDB9C7C* ___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_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t137EA38B89EE5ADC9F01BCDFDE847920D4A59DB5 * ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___entries_1)); } inline EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* 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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___keys_7)); } inline KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * 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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ___values_8)); } inline ValueCollection_t137EA38B89EE5ADC9F01BCDFDE847920D4A59DB5 * get_values_8() const { return ___values_8; } inline ValueCollection_t137EA38B89EE5ADC9F01BCDFDE847920D4A59DB5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t137EA38B89EE5ADC9F01BCDFDE847920D4A59DB5 * 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_t9F185347C9E1E30F3F7C2184639100BDD45EFF16, ____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_tCF26F19589EE6236F917297C8E7EA7587E568A65 : 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_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* ___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_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t98969689B815F3377C8C9C77DC06C209F21947CE * ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___entries_1)); } inline EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* 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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___keys_7)); } inline KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * 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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ___values_8)); } inline ValueCollection_t98969689B815F3377C8C9C77DC06C209F21947CE * get_values_8() const { return ___values_8; } inline ValueCollection_t98969689B815F3377C8C9C77DC06C209F21947CE ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t98969689B815F3377C8C9C77DC06C209F21947CE * 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_tCF26F19589EE6236F917297C8E7EA7587E568A65, ____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_tBF9E2338C61ABCF5ED32053F509AFB44385F774C : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___entries_1)); } inline EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___keys_7)); } inline KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___values_8)); } inline ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * get_values_8() const { return ___values_8; } inline ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // 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.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F, ___dictionary_0)); } inline Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35, ___dictionary_0)); } inline Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297, ___dictionary_0)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F, ___dictionary_0)); } inline Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41, ___dictionary_0)); } inline Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5, ___dictionary_0)); } inline Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011, ___dictionary_0)); } inline Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943, ___dictionary_0)); } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.SortedList`2/KeyList struct KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC : public RuntimeObject { public: // System.Collections.Generic.SortedList`2 System.Collections.Generic.SortedList`2/KeyList::_dict SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * ____dict_0; public: inline static int32_t get_offset_of__dict_0() { return static_cast(offsetof(KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC, ____dict_0)); } inline SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * get__dict_0() const { return ____dict_0; } inline SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 ** get_address_of__dict_0() { return &____dict_0; } inline void set__dict_0(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * value) { ____dict_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____dict_0), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 : public RuntimeObject { public: // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyL Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * ____lazyL_1; // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyU Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * ____lazyU_2; // System.Lazy`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyP Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * ____lazyP_3; // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Factors Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___Factors_4; // System.Int32[] MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Pivots Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Pivots_5; public: inline static int32_t get_offset_of__lazyL_1() { return static_cast(offsetof(LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15, ____lazyL_1)); } inline Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * get__lazyL_1() const { return ____lazyL_1; } inline Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D ** get_address_of__lazyL_1() { return &____lazyL_1; } inline void set__lazyL_1(Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * value) { ____lazyL_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyL_1), (void*)value); } inline static int32_t get_offset_of__lazyU_2() { return static_cast(offsetof(LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15, ____lazyU_2)); } inline Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * get__lazyU_2() const { return ____lazyU_2; } inline Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D ** get_address_of__lazyU_2() { return &____lazyU_2; } inline void set__lazyU_2(Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * value) { ____lazyU_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyU_2), (void*)value); } inline static int32_t get_offset_of__lazyP_3() { return static_cast(offsetof(LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15, ____lazyP_3)); } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * get__lazyP_3() const { return ____lazyP_3; } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B ** get_address_of__lazyP_3() { return &____lazyP_3; } inline void set__lazyP_3(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * value) { ____lazyP_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyP_3), (void*)value); } inline static int32_t get_offset_of_Factors_4() { return static_cast(offsetof(LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15, ___Factors_4)); } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * get_Factors_4() const { return ___Factors_4; } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 ** get_address_of_Factors_4() { return &___Factors_4; } inline void set_Factors_4(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * value) { ___Factors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Factors_4), (void*)value); } inline static int32_t get_offset_of_Pivots_5() { return static_cast(offsetof(LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15, ___Pivots_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Pivots_5() const { return ___Pivots_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Pivots_5() { return &___Pivots_5; } inline void set_Pivots_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Pivots_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pivots_5), (void*)value); } }; struct LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Factorization.LU`1::One double ___One_0; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15_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; } }; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 : public RuntimeObject { public: // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyL Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * ____lazyL_1; // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyU Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * ____lazyU_2; // System.Lazy`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyP Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * ____lazyP_3; // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Factors Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * ___Factors_4; // System.Int32[] MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Pivots Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Pivots_5; public: inline static int32_t get_offset_of__lazyL_1() { return static_cast(offsetof(LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140, ____lazyL_1)); } inline Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * get__lazyL_1() const { return ____lazyL_1; } inline Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B ** get_address_of__lazyL_1() { return &____lazyL_1; } inline void set__lazyL_1(Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * value) { ____lazyL_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyL_1), (void*)value); } inline static int32_t get_offset_of__lazyU_2() { return static_cast(offsetof(LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140, ____lazyU_2)); } inline Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * get__lazyU_2() const { return ____lazyU_2; } inline Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B ** get_address_of__lazyU_2() { return &____lazyU_2; } inline void set__lazyU_2(Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * value) { ____lazyU_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyU_2), (void*)value); } inline static int32_t get_offset_of__lazyP_3() { return static_cast(offsetof(LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140, ____lazyP_3)); } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * get__lazyP_3() const { return ____lazyP_3; } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B ** get_address_of__lazyP_3() { return &____lazyP_3; } inline void set__lazyP_3(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * value) { ____lazyP_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyP_3), (void*)value); } inline static int32_t get_offset_of_Factors_4() { return static_cast(offsetof(LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140, ___Factors_4)); } inline Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * get_Factors_4() const { return ___Factors_4; } inline Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 ** get_address_of_Factors_4() { return &___Factors_4; } inline void set_Factors_4(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * value) { ___Factors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Factors_4), (void*)value); } inline static int32_t get_offset_of_Pivots_5() { return static_cast(offsetof(LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140, ___Pivots_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Pivots_5() const { return ___Pivots_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Pivots_5() { return &___Pivots_5; } inline void set_Pivots_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Pivots_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pivots_5), (void*)value); } }; struct LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Factorization.LU`1::One float ___One_0; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140_StaticFields, ___One_0)); } inline float get_One_0() const { return ___One_0; } inline float* get_address_of_One_0() { return &___One_0; } inline void set_One_0(float value) { ___One_0 = value; } }; // System.Lazy`1/LazyInternalExceptionHolder struct LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A : public RuntimeObject { public: // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Lazy`1/LazyInternalExceptionHolder::m_edi ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___m_edi_0; public: inline static int32_t get_offset_of_m_edi_0() { return static_cast(offsetof(LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A, ___m_edi_0)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_m_edi_0() const { return ___m_edi_0; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_m_edi_0() { return &___m_edi_0; } inline void set_m_edi_0(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___m_edi_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_edi_0), (void*)value); } }; // System.Lazy`1/LazyInternalExceptionHolder struct LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B : public RuntimeObject { public: // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Lazy`1/LazyInternalExceptionHolder::m_edi ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___m_edi_0; public: inline static int32_t get_offset_of_m_edi_0() { return static_cast(offsetof(LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B, ___m_edi_0)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_m_edi_0() const { return ___m_edi_0; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_m_edi_0() { return &___m_edi_0; } inline void set_m_edi_0(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___m_edi_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_edi_0), (void*)value); } }; // System.Lazy`1> struct Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC, ___m_valueFactory_2)); } inline Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // System.Lazy`1> struct Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8, ___m_valueFactory_2)); } inline Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // System.Lazy`1> struct Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D, ___m_valueFactory_2)); } inline Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // System.Lazy`1> struct Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B, ___m_valueFactory_2)); } inline Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // System.Lazy`1 struct Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06, ___m_valueFactory_2)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // System.Lazy`1 struct Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948, ___m_valueFactory_2)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // System.Lazy`1 struct Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B : public RuntimeObject { public: // System.Object System.Lazy`1::m_boxed RuntimeObject * ___m_boxed_1; // System.Func`1 System.Lazy`1::m_valueFactory Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * ___m_valueFactory_2; // System.Object System.Lazy`1::m_threadSafeObj RuntimeObject * ___m_threadSafeObj_3; public: inline static int32_t get_offset_of_m_boxed_1() { return static_cast(offsetof(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B, ___m_boxed_1)); } inline RuntimeObject * get_m_boxed_1() const { return ___m_boxed_1; } inline RuntimeObject ** get_address_of_m_boxed_1() { return &___m_boxed_1; } inline void set_m_boxed_1(RuntimeObject * value) { ___m_boxed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_boxed_1), (void*)value); } inline static int32_t get_offset_of_m_valueFactory_2() { return static_cast(offsetof(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B, ___m_valueFactory_2)); } inline Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * get_m_valueFactory_2() const { return ___m_valueFactory_2; } inline Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 ** get_address_of_m_valueFactory_2() { return &___m_valueFactory_2; } inline void set_m_valueFactory_2(Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * value) { ___m_valueFactory_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueFactory_2), (void*)value); } inline static int32_t get_offset_of_m_threadSafeObj_3() { return static_cast(offsetof(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B, ___m_threadSafeObj_3)); } inline RuntimeObject * get_m_threadSafeObj_3() const { return ___m_threadSafeObj_3; } inline RuntimeObject ** get_address_of_m_threadSafeObj_3() { return &___m_threadSafeObj_3; } inline void set_m_threadSafeObj_3(RuntimeObject * value) { ___m_threadSafeObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_threadSafeObj_3), (void*)value); } }; struct Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_StaticFields { public: // System.Func`1 System.Lazy`1::ALREADY_INVOKED_SENTINEL Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * ___ALREADY_INVOKED_SENTINEL_0; public: inline static int32_t get_offset_of_ALREADY_INVOKED_SENTINEL_0() { return static_cast(offsetof(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_StaticFields, ___ALREADY_INVOKED_SENTINEL_0)); } inline Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * get_ALREADY_INVOKED_SENTINEL_0() const { return ___ALREADY_INVOKED_SENTINEL_0; } inline Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 ** get_address_of_ALREADY_INVOKED_SENTINEL_0() { return &___ALREADY_INVOKED_SENTINEL_0; } inline void set_ALREADY_INVOKED_SENTINEL_0(Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * value) { ___ALREADY_INVOKED_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ALREADY_INVOKED_SENTINEL_0), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 : 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); } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * ___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_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * 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_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824, ___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_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824, ___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_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One float ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero float ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields, ___One_0)); } inline float get_One_0() const { return ___One_0; } inline float* get_address_of_One_0() { return &___One_0; } inline void set_One_0(float value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields, ___Zero_1)); } inline float get_Zero_1() const { return ___Zero_1; } inline float* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(float value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields, ___Build_2)); } inline MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // System.Pinnable`1 struct Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 : public RuntimeObject { public: // T System.Pinnable`1::Data float ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731, ___Data_0)); } inline float get_Data_0() const { return ___Data_0; } inline float* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(float value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 : public RuntimeObject { public: public: }; // System.Collections.Generic.SortedList`2/SortedListKeyEnumerator struct SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA : public RuntimeObject { public: // System.Collections.Generic.SortedList`2 System.Collections.Generic.SortedList`2/SortedListKeyEnumerator::_sortedList SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * ____sortedList_0; // System.Int32 System.Collections.Generic.SortedList`2/SortedListKeyEnumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.SortedList`2/SortedListKeyEnumerator::_version int32_t ____version_2; // TKey System.Collections.Generic.SortedList`2/SortedListKeyEnumerator::_currentKey RuntimeObject * ____currentKey_3; public: inline static int32_t get_offset_of__sortedList_0() { return static_cast(offsetof(SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA, ____sortedList_0)); } inline SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * get__sortedList_0() const { return ____sortedList_0; } inline SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 ** get_address_of__sortedList_0() { return &____sortedList_0; } inline void set__sortedList_0(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * value) { ____sortedList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sortedList_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA, ____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(SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA, ____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__currentKey_3() { return static_cast(offsetof(SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA, ____currentKey_3)); } inline RuntimeObject * get__currentKey_3() const { return ____currentKey_3; } inline RuntimeObject ** get_address_of__currentKey_3() { return &____currentKey_3; } inline void set__currentKey_3(RuntimeObject * value) { ____currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentKey_3), (void*)value); } }; // System.Collections.Generic.SortedList`2 struct SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 : public RuntimeObject { public: // TKey[] System.Collections.Generic.SortedList`2::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // TValue[] System.Collections.Generic.SortedList`2::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.Generic.SortedList`2::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.SortedList`2::version int32_t ___version_3; // System.Collections.Generic.IComparer`1 System.Collections.Generic.SortedList`2::comparer RuntimeObject* ___comparer_4; // System.Collections.Generic.SortedList`2/KeyList System.Collections.Generic.SortedList`2::keyList KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * ___keyList_5; // System.Collections.Generic.SortedList`2/ValueList System.Collections.Generic.SortedList`2::valueList ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 * ___valueList_6; // System.Object System.Collections.Generic.SortedList`2::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ____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(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___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_comparer_4() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___keyList_5)); } inline KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * get_keyList_5() const { return ___keyList_5; } inline KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___valueList_6)); } inline ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 * get_valueList_6() const { return ___valueList_6; } inline ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // System.LazyHelpers struct LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C : public RuntimeObject { public: public: }; struct LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_StaticFields { public: // System.Object System.LazyHelpers::PUBLICATION_ONLY_SENTINEL RuntimeObject * ___PUBLICATION_ONLY_SENTINEL_0; public: inline static int32_t get_offset_of_PUBLICATION_ONLY_SENTINEL_0() { return static_cast(offsetof(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_StaticFields, ___PUBLICATION_ONLY_SENTINEL_0)); } inline RuntimeObject * get_PUBLICATION_ONLY_SENTINEL_0() const { return ___PUBLICATION_ONLY_SENTINEL_0; } inline RuntimeObject ** get_address_of_PUBLICATION_ONLY_SENTINEL_0() { return &___PUBLICATION_ONLY_SENTINEL_0; } inline void set_PUBLICATION_ONLY_SENTINEL_0(RuntimeObject * value) { ___PUBLICATION_ONLY_SENTINEL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PUBLICATION_ONLY_SENTINEL_0), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // MathNet.Numerics.Permutation struct Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E : public RuntimeObject { public: // System.Int32[] MathNet.Numerics.Permutation::_indices Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____indices_0; public: inline static int32_t get_offset_of__indices_0() { return static_cast(offsetof(Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E, ____indices_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__indices_0() const { return ____indices_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__indices_0() { return &____indices_0; } inline void set__indices_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____indices_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____indices_0), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard struct RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard::refCount int32_t ___refCount_0; // System.Int32 SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard::disposed int32_t ___disposed_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard::released int32_t ___released_2; // System.String SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard::allocationStackTrace String_t* ___allocationStackTrace_3; public: inline static int32_t get_offset_of_refCount_0() { return static_cast(offsetof(RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC, ___refCount_0)); } inline int32_t get_refCount_0() const { return ___refCount_0; } inline int32_t* get_address_of_refCount_0() { return &___refCount_0; } inline void set_refCount_0(int32_t value) { ___refCount_0 = value; } inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC, ___disposed_1)); } inline int32_t get_disposed_1() const { return ___disposed_1; } inline int32_t* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(int32_t value) { ___disposed_1 = value; } inline static int32_t get_offset_of_released_2() { return static_cast(offsetof(RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC, ___released_2)); } inline int32_t get_released_2() const { return ___released_2; } inline int32_t* get_address_of_released_2() { return &___released_2; } inline void set_released_2(int32_t value) { ___released_2 = value; } inline static int32_t get_offset_of_allocationStackTrace_3() { return static_cast(offsetof(RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC, ___allocationStackTrace_3)); } inline String_t* get_allocationStackTrace_3() const { return ___allocationStackTrace_3; } inline String_t** get_address_of_allocationStackTrace_3() { return &___allocationStackTrace_3; } inline void set_allocationStackTrace_3(String_t* value) { ___allocationStackTrace_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocationStackTrace_3), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Collections.Generic.ArrayBuilder`1 struct ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 { public: // T[] System.Collections.Generic.ArrayBuilder`1::_array ObjectU5BU5DU5BU5D_t1E61FDDB1983671055AF123896ABD995AB5DB8FD* ____array_0; // System.Int32 System.Collections.Generic.ArrayBuilder`1::_count int32_t ____count_1; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6, ____array_0)); } inline ObjectU5BU5DU5BU5D_t1E61FDDB1983671055AF123896ABD995AB5DB8FD* get__array_0() const { return ____array_0; } inline ObjectU5BU5DU5BU5D_t1E61FDDB1983671055AF123896ABD995AB5DB8FD** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5DU5BU5D_t1E61FDDB1983671055AF123896ABD995AB5DB8FD* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__count_1() { return static_cast(offsetof(ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6, ____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.ArrayBuilder`1 struct ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635 { public: // T[] System.Collections.Generic.ArrayBuilder`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.ArrayBuilder`1::_count int32_t ____count_1; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__count_1() { return static_cast(offsetof(ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635, ____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.Dictionary`2/Entry struct Entry_t03A87BF6367938D67497088665C733ED14E14AC9 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value uint32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C, ___value_3)); } inline uint32_t get_value_3() const { return ___value_3; } inline uint32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(uint32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint64_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___key_2)); } inline uint64_t get_key_2() const { return ___key_2; } inline uint64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint64_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey uint32_t ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69, ___dictionary_0)); } inline Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69, ___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_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69, ___currentKey_3)); } inline uint32_t get_currentKey_3() const { return ___currentKey_3; } inline uint32_t* get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(uint32_t value) { ___currentKey_3 = value; } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey uint32_t ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3, ___dictionary_0)); } inline Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3, ___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_t2A369D2A685E1014D10C70DDEA67194129F063A3, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3, ___currentKey_3)); } inline uint32_t get_currentKey_3() const { return ___currentKey_3; } inline uint32_t* get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(uint32_t value) { ___currentKey_3 = value; } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey uint64_t ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9, ___dictionary_0)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9, ___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_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9, ___currentKey_3)); } inline uint64_t get_currentKey_3() const { return ___currentKey_3; } inline uint64_t* get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(uint64_t value) { ___currentKey_3 = value; } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey uint64_t ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45, ___dictionary_0)); } inline Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45, ___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_tEC954AC480CF2896309DB234C051D9673E603A45, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45, ___currentKey_3)); } inline uint64_t get_currentKey_3() const { return ___currentKey_3; } inline uint64_t* get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(uint64_t value) { ___currentKey_3 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Il2CppChar ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265, ___value_1)); } inline Il2CppChar get_value_1() const { return ___value_1; } inline Il2CppChar* get_address_of_value_1() { return &___value_1; } inline void set_value_1(Il2CppChar value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int64_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28, ___value_1)); } inline int64_t get_value_1() const { return ___value_1; } inline int64_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int64_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value uint32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68, ___value_1)); } inline uint32_t get_value_1() const { return ___value_1; } inline uint32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(uint32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703, ___key_0)); } inline uint64_t get_key_0() const { return ___key_0; } inline uint64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B : public Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 { public: // System.Collections.Generic.IEqualityComparer`1 System.Collections.ObjectModel.KeyedCollection`2::comparer RuntimeObject* ___comparer_2; // System.Collections.Generic.Dictionary`2 System.Collections.ObjectModel.KeyedCollection`2::dict Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dict_3; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::keyCount int32_t ___keyCount_4; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::threshold int32_t ___threshold_5; public: inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_dict_3() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___dict_3)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dict_3() const { return ___dict_3; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dict_3() { return &___dict_3; } inline void set_dict_3(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dict_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___dict_3), (void*)value); } inline static int32_t get_offset_of_keyCount_4() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___keyCount_4)); } inline int32_t get_keyCount_4() const { return ___keyCount_4; } inline int32_t* get_address_of_keyCount_4() { return &___keyCount_4; } inline void set_keyCount_4(int32_t value) { ___keyCount_4 = value; } inline static int32_t get_offset_of_threshold_5() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___threshold_5)); } inline int32_t get_threshold_5() const { return ___threshold_5; } inline int32_t* get_address_of_threshold_5() { return &___threshold_5; } inline void set_threshold_5(int32_t value) { ___threshold_5 = value; } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t54B2DA7F2E4048B3349CD3E73372AB44363F5F91 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t54B2DA7F2E4048B3349CD3E73372AB44363F5F91, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t2644F308961A722BD40B54973DA2AC0633479E36 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t2644F308961A722BD40B54973DA2AC0633479E36, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t34BACC6A20DF2B0DC4BEAECE7CDDCC6541ED7DED : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t34BACC6A20DF2B0DC4BEAECE7CDDCC6541ED7DED, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t3E7FEFDF9FD0BF3F0D095BC2C7C85E93C596C86B : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t3E7FEFDF9FD0BF3F0D095BC2C7C85E93C596C86B, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t93CC8952ACF8DD3BE2BED2AF2D1949EB153AEB6A : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t93CC8952ACF8DD3BE2BED2AF2D1949EB153AEB6A, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tE3817F844F348DF1F856C51CFE873B649166E3B0 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tE3817F844F348DF1F856C51CFE873B649166E3B0, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t49636E79EC921DDF4B3F13EBF3345F62EBAA437B : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t49636E79EC921DDF4B3F13EBF3345F62EBAA437B, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t4AB5AE521337216C60A24700A64BE5F88A492EF7 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t4AB5AE521337216C60A24700A64BE5F88A492EF7, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t178455A804337ECC4C9AF33BF4BB3D56D21711DC : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t178455A804337ECC4C9AF33BF4BB3D56D21711DC, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t150941FCB4CB3177C3101388E9DB2AD2E79D6619 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t150941FCB4CB3177C3101388E9DB2AD2E79D6619, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t7F58CF4C362B1F8A17A757807CFF80A1EF8811DD : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t7F58CF4C362B1F8A17A757807CFF80A1EF8811DD, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tA9D9847C82539E2121AF794E80AC645F87358325 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tA9D9847C82539E2121AF794E80AC645F87358325, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tA38A3634A9BA45B2F5DAD9452CB817EB8D7A27CA : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tA38A3634A9BA45B2F5DAD9452CB817EB8D7A27CA, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tD7FCE6340D012BD2F0089CFF7A7DF481370C801E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tD7FCE6340D012BD2F0089CFF7A7DF481370C801E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t96F5C87F5B11CDDD3A25767DDE92A6BE471B2103 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t96F5C87F5B11CDDD3A25767DDE92A6BE471B2103, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t441B9F953F0BD1F2ED4F36EC998CC216359555B6 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t441B9F953F0BD1F2ED4F36EC998CC216359555B6, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t6F95C5C3B377A13D604604BB1F7385B22690267E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t6F95C5C3B377A13D604604BB1F7385B22690267E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tF1F925E8F8ACB0D8751D0F620A3EA0FA8B5B1C07 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tF1F925E8F8ACB0D8751D0F620A3EA0FA8B5B1C07, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t285D7A31E21F099C099D30C26EE7348781297004 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t285D7A31E21F099C099D30C26EE7348781297004, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t11431E0A109C5800FC2651DF835C105052C53F1E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t11431E0A109C5800FC2651DF835C105052C53F1E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t334265C78D12C09793DDBDF54A5B60C7F260ED06 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t334265C78D12C09793DDBDF54A5B60C7F260ED06, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tEB7666B2DD8CF490AD638E47F0883808F2364B63 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tEB7666B2DD8CF490AD638E47F0883808F2364B63, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t0951E00DC806C707CD2C441214C45A15A5087413 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t0951E00DC806C707CD2C441214C45A15A5087413, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t44CCE129DCF760F8E6D0EEF15D9AD7043B871E9E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t44CCE129DCF760F8E6D0EEF15D9AD7043B871E9E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t730D48D3528A703CDE6436082905BDE5118EF753 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t730D48D3528A703CDE6436082905BDE5118EF753, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t860C339F71A6F552A81D3F197B5B4E1102EFDEAC : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t860C339F71A6F552A81D3F197B5B4E1102EFDEAC, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tCFC53D3B6C044F012448401D441287FBBCE054FF : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tCFC53D3B6C044F012448401D441287FBBCE054FF, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_tCB20584B39212D50C67E1091A0283463EFAB62A8 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tCB20584B39212D50C67E1091A0283463EFAB62A8, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard> struct LifetimeGuard_t160DCE3B28D2600B3336A6BBA21B8F1A9705F09B : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t160DCE3B28D2600B3336A6BBA21B8F1A9705F09B, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tD5A34F3D6601564B5C443EE255E0E1C2182D0760 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tD5A34F3D6601564B5C443EE255E0E1C2182D0760, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t025BEF3FE38F23F21546B74EC51768CF065B6151 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t025BEF3FE38F23F21546B74EC51768CF065B6151, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t8E10B7B1C6BE71E6F91871AA058F8F0AB93FD74A : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t8E10B7B1C6BE71E6F91871AA058F8F0AB93FD74A, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t01794C8A0D1BE66D1F6F74B817D2A58D5B31F0FD : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t01794C8A0D1BE66D1F6F74B817D2A58D5B31F0FD, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tCB41416E26EDCF4C3F742FA4A0835820CE217D6E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tCB41416E26EDCF4C3F742FA4A0835820CE217D6E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t44FC78516EE164D193485B0192551253E4636B6A : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t44FC78516EE164D193485B0192551253E4636B6A, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t1CB457A616DE3E86A7B57B31A41A8F1E4F6BF08D : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t1CB457A616DE3E86A7B57B31A41A8F1E4F6BF08D, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t2A1A3A8DE5F7BAB9DD6C2A64A0AA71ABEE55CF3E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t2A1A3A8DE5F7BAB9DD6C2A64A0AA71ABEE55CF3E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t3F96DC52119D3882565C06A7A2C7D211E45F568A : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t3F96DC52119D3882565C06A7A2C7D211E45F568A, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tF2E647622BBC28483F11E9105C0D46407F8ACB36 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tF2E647622BBC28483F11E9105C0D46407F8ACB36, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tBDF5FA4ECEF4CFE3E424A8D852EA4597D1DC9E38 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tBDF5FA4ECEF4CFE3E424A8D852EA4597D1DC9E38, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t0A4BDB118F0A80CA733710FE8F6F18A84D6AA28E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t0A4BDB118F0A80CA733710FE8F6F18A84D6AA28E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tE169216ECE51E94F8B3338F7F65A37D122929000 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tE169216ECE51E94F8B3338F7F65A37D122929000, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tE12A9AA5519EC7858B87FE8AF83C21661503B19D : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tE12A9AA5519EC7858B87FE8AF83C21661503B19D, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t6B4EA1D2AC3C3D2FF7FA10D621FA37B690B7DF0E : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t6B4EA1D2AC3C3D2FF7FA10D621FA37B690B7DF0E, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tD51C346D05682E262AF55068AD3BA6B309522F98 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tD51C346D05682E262AF55068AD3BA6B309522F98, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tAC90455255B395A8C354FCA59FCC29D960321115 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tAC90455255B395A8C354FCA59FCC29D960321115, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t63991045C30E55D0D443472F281AC20354C00680 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t63991045C30E55D0D443472F281AC20354C00680, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tBEA5B18714C57F3D8D49A556FFF3A365E18F625A : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tBEA5B18714C57F3D8D49A556FFF3A365E18F625A, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t108AAAC6E0938C81BA00C2FB107D0C07AC5A2866 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t108AAAC6E0938C81BA00C2FB107D0C07AC5A2866, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t2D0E56E8F21F6383E6BF5E8DF13C43E070DC74E1 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t2D0E56E8F21F6383E6BF5E8DF13C43E070DC74E1, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tF48E9092FD1376BF89E8EB5E520B42FA9999EBA3 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tF48E9092FD1376BF89E8EB5E520B42FA9999EBA3, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t9263D9C42C4A3E7381153D82C17CE55A473FEF95 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t9263D9C42C4A3E7381153D82C17CE55A473FEF95, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t6ACDD0452FBA3951A5F1CE2334B2A1D6533AACA0 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t6ACDD0452FBA3951A5F1CE2334B2A1D6533AACA0, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tBC847D82AE2DFC6B6D557C30625D4B77DEFB9888 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tBC847D82AE2DFC6B6D557C30625D4B77DEFB9888, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tA9B06C421C59C29E581137DFBE852D345BB23769 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tA9B06C421C59C29E581137DFBE852D345BB23769, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tC4A908DC204857D08015DE9633B75DB69CB363D9 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tC4A908DC204857D08015DE9633B75DB69CB363D9, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t9D7AD7EA4BE1703325D7CA4866E6AC784B469107 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t9D7AD7EA4BE1703325D7CA4866E6AC784B469107, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t4183F5564BCE9D6C3CA9E02318641E0ABAB8D23C : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t4183F5564BCE9D6C3CA9E02318641E0ABAB8D23C, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tA490BAD036590E9A0BC2A47E1F9475DE77C487B4 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tA490BAD036590E9A0BC2A47E1F9475DE77C487B4, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t5A4372BD412B0D9E3F18953B240712F9513277FA : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t5A4372BD412B0D9E3F18953B240712F9513277FA, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tA3E6723EA8439CFAD43CD313CEDFDAEA3E2A15C6 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tA3E6723EA8439CFAD43CD313CEDFDAEA3E2A15C6, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t976385666955DA657DBB659AFF47E3AD3316B20D : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t976385666955DA657DBB659AFF47E3AD3316B20D, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t498B17D74C4DC25904257C7F6118776C554427FE : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t498B17D74C4DC25904257C7F6118776C554427FE, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t50D640C10AC1EE89A40C79622448EFA133AF8753 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t50D640C10AC1EE89A40C79622448EFA133AF8753, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t37A7823C75BFBEDF4E465CBAE704BC1B91B42E50 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t37A7823C75BFBEDF4E465CBAE704BC1B91B42E50, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tAEFA47D62C7B11D67F0CB98E91D07ED56DB9DF21 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tAEFA47D62C7B11D67F0CB98E91D07ED56DB9DF21, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t41CC57460757A2E112908204BA6A0F4CE3456D99 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t41CC57460757A2E112908204BA6A0F4CE3456D99, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t74B4051702034E8BD5BDF8120BE477FCA0DD520A : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t74B4051702034E8BD5BDF8120BE477FCA0DD520A, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_tAC0CFCA09674F1F3FD3BC77FC007AB45AB670750 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_tAC0CFCA09674F1F3FD3BC77FC007AB45AB670750, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t7AAAF703C1F6535AC6665C203F52D1303BABB97D : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t7AAAF703C1F6535AC6665C203F52D1303BABB97D, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t4F28A003068654D1C0D9933C71D583087DA411C6 : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t4F28A003068654D1C0D9933C71D583087DA411C6, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard struct LifetimeGuard_t90C15EDDDB53FD05E4553BD4E3CE0986CCC5F0CF : public RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC { public: // System.Byte[] SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array_4; public: inline static int32_t get_offset_of_array_4() { return static_cast(offsetof(LifetimeGuard_t90C15EDDDB53FD05E4553BD4E3CE0986CCC5F0CF, ___array_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_array_4() const { return ___array_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_array_4() { return &___array_4; } inline void set_array_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___array_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_4), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE : public PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 { public: public: }; struct LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 : public PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A { public: public: }; struct LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 : public PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 { public: public: }; struct LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D : public PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 { public: public: }; struct LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 : public PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 { public: public: }; struct LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 : public PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C { public: public: }; struct LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF : public PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 { public: public: }; struct LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB : public PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 { public: public: }; struct LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 : public PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE { public: public: }; struct LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD : public PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D { public: public: }; struct LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E : public PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 { public: public: }; struct LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B : public PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 { public: public: }; struct LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 : public PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D { public: public: }; struct LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC : public PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 { public: public: }; struct LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E : public PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 { public: public: }; struct LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B : public PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 { public: public: }; struct LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 : public PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 { public: public: }; struct LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 : public PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 { public: public: }; struct LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 : public PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 { public: public: }; struct LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 : public PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF { public: public: }; struct LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 : public PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 { public: public: }; struct LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 : public PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 { public: public: }; struct LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 : public PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 { public: public: }; struct LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 : public PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC { public: public: }; struct LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 : public PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 { public: public: }; struct LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 : public PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 { public: public: }; struct LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E : public PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 { public: public: }; struct LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F : public PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A { public: public: }; struct LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear struct LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 : public PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 { public: public: }; struct LightenClear_t70606944B904804FB40640D67DB197B3B14DB798_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::k__BackingField LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenClear_t70606944B904804FB40640D67DB197B3B14DB798_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 : public PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 { public: public: }; struct LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 : public PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A { public: public: }; struct LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 : public PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 { public: public: }; struct LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 : public PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 { public: public: }; struct LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA : public PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 { public: public: }; struct LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF : public PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C { public: public: }; struct LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 : public PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 { public: public: }; struct LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 : public PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 { public: public: }; struct LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF : public PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE { public: public: }; struct LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D : public PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D { public: public: }; struct LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 : public PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 { public: public: }; struct LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 : public PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 { public: public: }; struct LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA : public PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D { public: public: }; struct LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 : public PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 { public: public: }; struct LightenDest_t522DE4527291599DC6569771F09A211652FF77C7_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t522DE4527291599DC6569771F09A211652FF77C7_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 : public PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 { public: public: }; struct LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED : public PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 { public: public: }; struct LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A : public PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 { public: public: }; struct LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 : public PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 { public: public: }; struct LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B : public PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 { public: public: }; struct LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 : public PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF { public: public: }; struct LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 : public PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 { public: public: }; struct LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 : public PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 { public: public: }; struct LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE : public PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 { public: public: }; struct LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 : public PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC { public: public: }; struct LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F : public PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 { public: public: }; struct LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 : public PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 { public: public: }; struct LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 : public PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 { public: public: }; struct LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 : public PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A { public: public: }; struct LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest struct LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B : public PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 { public: public: }; struct LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::k__BackingField LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 : public PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 { public: public: }; struct LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::k__BackingField LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 : public PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A { public: public: }; struct LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::k__BackingField LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 : public PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 { public: public: }; struct LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::k__BackingField LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop struct LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A : public PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 { public: public: }; struct LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A_StaticFields { public: // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::k__BackingField LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * ___U3CInstanceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_0() { return static_cast(offsetof(LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A_StaticFields, ___U3CInstanceU3Ek__BackingField_0)); } inline LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * get_U3CInstanceU3Ek__BackingField_0() const { return ___U3CInstanceU3Ek__BackingField_0; } inline LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A ** get_address_of_U3CInstanceU3Ek__BackingField_0() { return &___U3CInstanceU3Ek__BackingField_0; } inline void set_U3CInstanceU3Ek__BackingField_0(LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * value) { ___U3CInstanceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_0), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // 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; } }; // LitJson.ArrayMetadata struct ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 { public: // System.Type LitJson.ArrayMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ArrayMetadata::is_array bool ___is_array_1; // System.Boolean LitJson.ArrayMetadata::is_list bool ___is_list_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___element_type_0), (void*)value); } inline static int32_t get_offset_of_is_array_1() { return static_cast(offsetof(ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9, ___is_array_1)); } inline bool get_is_array_1() const { return ___is_array_1; } inline bool* get_address_of_is_array_1() { return &___is_array_1; } inline void set_is_array_1(bool value) { ___is_array_1 = value; } inline static int32_t get_offset_of_is_list_2() { return static_cast(offsetof(ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9, ___is_list_2)); } inline bool get_is_list_2() const { return ___is_list_2; } inline bool* get_address_of_is_list_2() { return &___is_list_2; } inline void set_is_list_2(bool value) { ___is_list_2 = value; } }; // Native definition for P/Invoke marshalling of LitJson.ArrayMetadata struct ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // Native definition for COM marshalling of LitJson.ArrayMetadata struct ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9_marshaled_com { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D { public: // System.Numerics.Vector4[] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Parameters Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___Parameters_0; // SixLabors.ImageSharp.Complex64[][] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Kernels Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; public: inline static int32_t get_offset_of_Parameters_0() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Parameters_0)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_Parameters_0() const { return ___Parameters_0; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_Parameters_0() { return &___Parameters_0; } inline void set_Parameters_0(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___Parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parameters_0), (void*)value); } inline static int32_t get_offset_of_Kernels_1() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Kernels_1)); } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* get_Kernels_1() const { return ___Kernels_1; } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C** get_address_of_Kernels_1() { return &___Kernels_1; } inline void set_Kernels_1(Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* value) { ___Kernels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Kernels_1), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_pinvoke { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_com { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters struct BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Radius int32_t ___Radius_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Components int32_t ___Components_1; public: inline static int32_t get_offset_of_Radius_0() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Radius_0)); } inline int32_t get_Radius_0() const { return ___Radius_0; } inline int32_t* get_address_of_Radius_0() { return &___Radius_0; } inline void set_Radius_0(int32_t value) { ___Radius_0 = value; } inline static int32_t get_offset_of_Components_1() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Components_1)); } inline int32_t get_Components_1() const { return ___Components_1; } inline int32_t* get_address_of_Components_1() { return &___Components_1; } inline void set_Components_1(int32_t value) { ___Components_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; 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.Formats.Tiff.Compression.Decompressors.CcittTwoDimensionalCode struct CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 { public: // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.Compression.Decompressors.CcittTwoDimensionalCode::value uint16_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 { public: // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Messages.ClientMessage::Hub Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; // System.String BestHTTP.SignalR.Messages.ClientMessage::Method String_t* ___Method_1; // System.Object[] BestHTTP.SignalR.Messages.ClientMessage::Args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; // System.UInt64 BestHTTP.SignalR.Messages.ClientMessage::CallIdx uint64_t ___CallIdx_3; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultCallback OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___ResultCallback_4; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultErrorCallback OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___ResultErrorCallback_5; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate BestHTTP.SignalR.Messages.ClientMessage::ProgressCallback OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___ProgressCallback_6; public: inline static int32_t get_offset_of_Hub_0() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Hub_0)); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * get_Hub_0() const { return ___Hub_0; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** get_address_of_Hub_0() { return &___Hub_0; } inline void set_Hub_0(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { ___Hub_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hub_0), (void*)value); } inline static int32_t get_offset_of_Method_1() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Method_1)); } inline String_t* get_Method_1() const { return ___Method_1; } inline String_t** get_address_of_Method_1() { return &___Method_1; } inline void set_Method_1(String_t* value) { ___Method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Method_1), (void*)value); } inline static int32_t get_offset_of_Args_2() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Args_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Args_2() const { return ___Args_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Args_2() { return &___Args_2; } inline void set_Args_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Args_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Args_2), (void*)value); } inline static int32_t get_offset_of_CallIdx_3() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___CallIdx_3)); } inline uint64_t get_CallIdx_3() const { return ___CallIdx_3; } inline uint64_t* get_address_of_CallIdx_3() { return &___CallIdx_3; } inline void set_CallIdx_3(uint64_t value) { ___CallIdx_3 = value; } inline static int32_t get_offset_of_ResultCallback_4() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultCallback_4)); } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * get_ResultCallback_4() const { return ___ResultCallback_4; } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 ** get_address_of_ResultCallback_4() { return &___ResultCallback_4; } inline void set_ResultCallback_4(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * value) { ___ResultCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultCallback_4), (void*)value); } inline static int32_t get_offset_of_ResultErrorCallback_5() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultErrorCallback_5)); } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * get_ResultErrorCallback_5() const { return ___ResultErrorCallback_5; } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 ** get_address_of_ResultErrorCallback_5() { return &___ResultErrorCallback_5; } inline void set_ResultErrorCallback_5(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * value) { ___ResultErrorCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultErrorCallback_5), (void*)value); } inline static int32_t get_offset_of_ProgressCallback_6() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ProgressCallback_6)); } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * get_ProgressCallback_6() const { return ___ProgressCallback_6; } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 ** get_address_of_ProgressCallback_6() { return &___ProgressCallback_6; } inline void set_ProgressCallback_6(OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * value) { ___ProgressCallback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProgressCallback_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; char* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // Native definition for COM marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; Il2CppChar* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // 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; } }; // 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; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.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 { }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.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; } }; // LitJson.ObjectMetadata struct ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 { public: // System.Type LitJson.ObjectMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ObjectMetadata::is_dictionary bool ___is_dictionary_1; // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::properties RuntimeObject* ___properties_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___element_type_0), (void*)value); } inline static int32_t get_offset_of_is_dictionary_1() { return static_cast(offsetof(ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62, ___is_dictionary_1)); } inline bool get_is_dictionary_1() const { return ___is_dictionary_1; } inline bool* get_address_of_is_dictionary_1() { return &___is_dictionary_1; } inline void set_is_dictionary_1(bool value) { ___is_dictionary_1 = value; } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62, ___properties_2)); } inline RuntimeObject* get_properties_2() const { return ___properties_2; } inline RuntimeObject** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(RuntimeObject* value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_2), (void*)value); } }; // Native definition for P/Invoke marshalling of LitJson.ObjectMetadata struct ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // Native definition for COM marshalling of LitJson.ObjectMetadata struct ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62_marshaled_com { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Info_0), (void*)value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_2), (void*)value); } }; // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // UnityEngine.PropertyName struct PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 { public: // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1, ___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; } }; // Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 { public: // System.Type Newtonsoft.Json.Serialization.ResolverContractKey::_resolverType Type_t * ____resolverType_0; // System.Type Newtonsoft.Json.Serialization.ResolverContractKey::_contractType Type_t * ____contractType_1; public: inline static int32_t get_offset_of__resolverType_0() { return static_cast(offsetof(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828, ____resolverType_0)); } inline Type_t * get__resolverType_0() const { return ____resolverType_0; } inline Type_t ** get_address_of__resolverType_0() { return &____resolverType_0; } inline void set__resolverType_0(Type_t * value) { ____resolverType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____resolverType_0), (void*)value); } inline static int32_t get_offset_of__contractType_1() { return static_cast(offsetof(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828, ____contractType_1)); } inline Type_t * get__contractType_1() const { return ____contractType_1; } inline Type_t ** get_address_of__contractType_1() { return &____contractType_1; } inline void set__contractType_1(Type_t * value) { ____contractType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____contractType_1), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_pinvoke { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_com { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; // System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 { public: // System.Object System.Resources.ResourceLocator::_value RuntimeObject * ____value_0; // System.Int32 System.Resources.ResourceLocator::_dataPos int32_t ____dataPos_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11, ____value_0)); } inline RuntimeObject * get__value_0() const { return ____value_0; } inline RuntimeObject ** get_address_of__value_0() { return &____value_0; } inline void set__value_0(RuntimeObject * value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value); } inline static int32_t get_offset_of__dataPos_1() { return static_cast(offsetof(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11, ____dataPos_1)); } inline int32_t get__dataPos_1() const { return ____dataPos_1; } inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; } inline void set__dataPos_1(int32_t value) { ____dataPos_1 = value; } }; // Native definition for P/Invoke marshalling of System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_pinvoke { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Native definition for COM marshalling of System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_com { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // 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; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.UIElements.TextureId struct TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 { public: // System.Int32 UnityEngine.UIElements.TextureId::m_Index int32_t ___m_Index_0; public: inline static int32_t get_offset_of_m_Index_0() { return static_cast(offsetof(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5, ___m_Index_0)); } inline int32_t get_m_Index_0() const { return ___m_Index_0; } inline int32_t* get_address_of_m_Index_0() { return &___m_Index_0; } inline void set_m_Index_0(int32_t value) { ___m_Index_0 = value; } }; struct TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5_StaticFields { public: // UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureId::invalid TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___invalid_1; public: inline static int32_t get_offset_of_invalid_1() { return static_cast(offsetof(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5_StaticFields, ___invalid_1)); } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 get_invalid_1() const { return ___invalid_1; } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 * get_address_of_invalid_1() { return &___invalid_1; } inline void set_invalid_1(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 value) { ___invalid_1 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.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; } }; // 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; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___page_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503, ___page_0)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_page_0() const { return ___page_0; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_page_0() { return &___page_0; } inline void set_page_0(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___page_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___page_0), (void*)value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_pinvoke { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke* ___page_0; int32_t ___idx_1; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_com { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com* ___page_0; int32_t ___idx_1; }; // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 { public: // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_initialType Type_t * ____initialType_0; // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_targetType Type_t * ____targetType_1; public: inline static int32_t get_offset_of__initialType_0() { return static_cast(offsetof(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776, ____initialType_0)); } inline Type_t * get__initialType_0() const { return ____initialType_0; } inline Type_t ** get_address_of__initialType_0() { return &____initialType_0; } inline void set__initialType_0(Type_t * value) { ____initialType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____initialType_0), (void*)value); } inline static int32_t get_offset_of__targetType_1() { return static_cast(offsetof(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776, ____targetType_1)); } inline Type_t * get__targetType_1() const { return ____targetType_1; } inline Type_t ** get_address_of__targetType_1() { return &____targetType_1; } inline void set__targetType_1(Type_t * value) { ____targetType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetType_1), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_pinvoke { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_com { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F { public: // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::AssemblyName String_t* ___AssemblyName_0; // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::TypeName String_t* ___TypeName_1; public: inline static int32_t get_offset_of_AssemblyName_0() { return static_cast(offsetof(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F, ___AssemblyName_0)); } inline String_t* get_AssemblyName_0() const { return ___AssemblyName_0; } inline String_t** get_address_of_AssemblyName_0() { return &___AssemblyName_0; } inline void set_AssemblyName_0(String_t* value) { ___AssemblyName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_0), (void*)value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeName_1), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_pinvoke { char* ___AssemblyName_0; char* ___TypeName_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_com { Il2CppChar* ___AssemblyName_0; Il2CppChar* ___TypeName_1; }; // o0.Serialize/Member struct Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F { public: // System.Reflection.MemberInfo o0.Serialize/Member::Info MemberInfo_t * ___Info_0; // System.Type o0.Serialize/Member::Type Type_t * ___Type_1; // System.String o0.Serialize/Member::Name String_t* ___Name_2; // System.Func`2 o0.Serialize/Member::Getter Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___Getter_3; // System.Action`2 o0.Serialize/Member::Setter Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___Setter_4; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Info_0), (void*)value); } inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F, ___Type_1)); } inline Type_t * get_Type_1() const { return ___Type_1; } inline Type_t ** get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(Type_t * value) { ___Type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_1), (void*)value); } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_2), (void*)value); } inline static int32_t get_offset_of_Getter_3() { return static_cast(offsetof(Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F, ___Getter_3)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_Getter_3() const { return ___Getter_3; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_Getter_3() { return &___Getter_3; } inline void set_Getter_3(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___Getter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getter_3), (void*)value); } inline static int32_t get_offset_of_Setter_4() { return static_cast(offsetof(Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F, ___Setter_4)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_Setter_4() const { return ___Setter_4; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_Setter_4() { return &___Setter_4; } inline void set_Setter_4(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___Setter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Setter_4), (void*)value); } }; // Native definition for P/Invoke marshalling of o0.Serialize/Member struct Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_marshaled_pinvoke { MemberInfo_t * ___Info_0; Type_t * ___Type_1; char* ___Name_2; Il2CppMethodPointer ___Getter_3; Il2CppMethodPointer ___Setter_4; }; // Native definition for COM marshalling of o0.Serialize/Member struct Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_marshaled_com { MemberInfo_t * ___Info_0; Type_t * ___Type_1; Il2CppChar* ___Name_2; Il2CppMethodPointer ___Getter_3; Il2CppMethodPointer ___Setter_4; }; // UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord struct TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 { public: // System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord::tileX int32_t ___tileX_0; // System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord::tileZ int32_t ___tileZ_1; public: inline static int32_t get_offset_of_tileX_0() { return static_cast(offsetof(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901, ___tileX_0)); } inline int32_t get_tileX_0() const { return ___tileX_0; } inline int32_t* get_address_of_tileX_0() { return &___tileX_0; } inline void set_tileX_0(int32_t value) { ___tileX_0 = value; } inline static int32_t get_offset_of_tileZ_1() { return static_cast(offsetof(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901, ___tileZ_1)); } inline int32_t get_tileZ_1() const { return ___tileZ_1; } inline int32_t* get_address_of_tileZ_1() { return &___tileZ_1; } inline void set_tileZ_1(int32_t value) { ___tileZ_1 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint64_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8, ___key_2)); } inline uint64_t get_key_2() const { return ___key_2; } inline uint64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint64_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8, ___value_3)); } inline ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 get_value_3() const { return ___value_3; } inline ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___Hub_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___Method_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___Args_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___ResultCallback_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___ResultErrorCallback_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___ProgressCallback_6), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___key_2)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_key_2() const { return ___key_2; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___page_0), (void*)NULL); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___value_3)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_value_3() const { return ___value_3; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___page_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2, ___key_2)); } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 get_key_2() const { return ___key_2; } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->____targetType_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78, ___key_2)); } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F get_key_2() const { return ___key_2; } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * get_address_of_key_2() { return &___key_2; } inline void set_key_2(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___TypeName_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___key_2)); } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 get_key_2() const { return ___key_2; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224, ___dictionary_0)); } inline Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224, ___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_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224, ___currentKey_3)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_currentKey_3() const { return ___currentKey_3; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___currentKey_3))->___page_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240, ___dictionary_0)); } inline Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240, ___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_tFA9BBB04F90C397196EC10173879AB6C679FE240, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240, ___currentKey_3)); } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 get_currentKey_3() const { return ___currentKey_3; } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___currentKey_3))->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___currentKey_3))->____targetType_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817, ___dictionary_0)); } inline Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817, ___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_t1EFCB1680CC500B1185ED57A5EE743F015C40817, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817, ___currentKey_3)); } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F get_currentKey_3() const { return ___currentKey_3; } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___currentKey_3))->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___currentKey_3))->___TypeName_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9, ___dictionary_0)); } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9, ___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_t914132A1A7488464276E36385DFE4C80616AB5E9, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9, ___currentKey_3)); } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 get_currentKey_3() const { return ___currentKey_3; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { ___currentKey_3 = value; } }; // System.Collections.Generic.KeyValuePair`2,System.Object> struct KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA { public: // TKey System.Collections.Generic.KeyValuePair`2::key ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___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_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA, ___key_0)); } inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 get_key_0() const { return ___key_0; } inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___Item2_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1> struct KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE { public: // TKey System.Collections.Generic.KeyValuePair`2::key Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE, ___key_0)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_key_0() const { return ___key_0; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE, ___value_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_value_1() const { return ___value_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 { public: // TKey System.Collections.Generic.KeyValuePair`2::key BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6, ___key_0)); } inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A get_key_0() const { return ___key_0; } inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A * get_address_of_key_0() { return &___key_0; } inline void set_key_0(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6, ___value_1)); } inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D get_value_1() const { return ___value_1; } inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D * get_address_of_value_1() { return &___value_1; } inline void set_value_1(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Parameters_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Kernels_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F { public: // TKey System.Collections.Generic.KeyValuePair`2::key Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___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_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F, ___key_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_key_0() const { return ___key_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F { public: // TKey System.Collections.Generic.KeyValuePair`2::key Guid_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F, ___key_0)); } inline Guid_t get_key_0() const { return ___key_0; } inline Guid_t * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Guid_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0, ___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_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0, ___value_1)); } inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 get_value_1() const { return ___value_1; } inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Item2_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41, ___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_tB935032807802ABC8FB0ADE6DB25E7868976FD41, ___value_1)); } inline ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 get_value_1() const { return ___value_1; } inline ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___element_type_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value intptr_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8, ___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_tB240266E51130B1787D14A384667BB023D3E2BE8, ___value_1)); } inline intptr_t get_value_1() const { return ___value_1; } inline intptr_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(intptr_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46, ___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_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46, ___value_1)); } inline ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 get_value_1() const { return ___value_1; } inline ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___element_type_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___properties_2), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE, ___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_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE, ___value_1)); } inline PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F get_value_1() const { return ___value_1; } inline PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F * get_address_of_value_1() { return &___value_1; } inline void set_value_1(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Type_2), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF, ___value_1)); } inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 get_value_1() const { return ___value_1; } inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536, ___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_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536, ___value_1)); } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 get_value_1() const { return ___value_1; } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F, ___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_t7A334F7BAA0558249DA2C7239857C679E347660F, ___value_1)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_value_1() const { return ___value_1; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___page_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765, ___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_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765, ___value_1)); } inline Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F get_value_1() const { return ___value_1; } inline Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Type_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Name_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Getter_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Setter_4), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B { public: // TKey System.Collections.Generic.KeyValuePair`2::key PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___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_t69D65A575EDB8417950EECED1DEB6124D053CC7B, ___key_0)); } inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 get_key_0() const { return ___key_0; } inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 { public: // TKey System.Collections.Generic.KeyValuePair`2::key ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___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_t385558946F0D51906920F8F04E36E78933B98731, ___key_0)); } inline ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 get_key_0() const { return ___key_0; } inline ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->____resolverType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->____contractType_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC, ___value_1)); } inline CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 get_value_1() const { return ___value_1; } inline CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38, ___key_0)); } inline uint64_t get_key_0() const { return ___key_0; } inline uint64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38, ___value_1)); } inline ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 get_value_1() const { return ___value_1; } inline ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Hub_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Method_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Args_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___ResultCallback_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___ResultErrorCallback_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___ProgressCallback_6), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717, ___key_0)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_key_0() const { return ___key_0; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___page_0), (void*)NULL); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717, ___value_1)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_value_1() const { return ___value_1; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___page_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F { public: // TKey System.Collections.Generic.KeyValuePair`2::key TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___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_t47861C09B593609D562EC5E1CA8480D972396F9F, ___key_0)); } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 get_key_0() const { return ___key_0; } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->____targetType_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___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_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9, ___key_0)); } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F get_key_0() const { return ___key_0; } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___TypeName_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551, ___key_0)); } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 get_key_0() const { return ___key_0; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 : public RuntimeObject { public: // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyL Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * ____lazyL_1; // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyU Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * ____lazyU_2; // System.Lazy`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyP Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * ____lazyP_3; // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Factors Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * ___Factors_4; // System.Int32[] MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Pivots Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Pivots_5; public: inline static int32_t get_offset_of__lazyL_1() { return static_cast(offsetof(LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710, ____lazyL_1)); } inline Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * get__lazyL_1() const { return ____lazyL_1; } inline Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC ** get_address_of__lazyL_1() { return &____lazyL_1; } inline void set__lazyL_1(Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * value) { ____lazyL_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyL_1), (void*)value); } inline static int32_t get_offset_of__lazyU_2() { return static_cast(offsetof(LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710, ____lazyU_2)); } inline Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * get__lazyU_2() const { return ____lazyU_2; } inline Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC ** get_address_of__lazyU_2() { return &____lazyU_2; } inline void set__lazyU_2(Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * value) { ____lazyU_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyU_2), (void*)value); } inline static int32_t get_offset_of__lazyP_3() { return static_cast(offsetof(LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710, ____lazyP_3)); } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * get__lazyP_3() const { return ____lazyP_3; } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B ** get_address_of__lazyP_3() { return &____lazyP_3; } inline void set__lazyP_3(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * value) { ____lazyP_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyP_3), (void*)value); } inline static int32_t get_offset_of_Factors_4() { return static_cast(offsetof(LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710, ___Factors_4)); } inline Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * get_Factors_4() const { return ___Factors_4; } inline Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 ** get_address_of_Factors_4() { return &___Factors_4; } inline void set_Factors_4(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * value) { ___Factors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Factors_4), (void*)value); } inline static int32_t get_offset_of_Pivots_5() { return static_cast(offsetof(LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710, ___Pivots_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Pivots_5() const { return ___Pivots_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Pivots_5() { return &___Pivots_5; } inline void set_Pivots_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Pivots_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pivots_5), (void*)value); } }; struct LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Factorization.LU`1::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_0; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710_StaticFields, ___One_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_0() const { return ___One_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_0() { return &___One_0; } inline void set_One_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Factorization.LU`1 struct LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 : public RuntimeObject { public: // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyL Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * ____lazyL_1; // System.Lazy`1> MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyU Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * ____lazyU_2; // System.Lazy`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::_lazyP Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * ____lazyP_3; // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Factors Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * ___Factors_4; // System.Int32[] MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Pivots Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Pivots_5; public: inline static int32_t get_offset_of__lazyL_1() { return static_cast(offsetof(LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3, ____lazyL_1)); } inline Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * get__lazyL_1() const { return ____lazyL_1; } inline Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 ** get_address_of__lazyL_1() { return &____lazyL_1; } inline void set__lazyL_1(Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * value) { ____lazyL_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyL_1), (void*)value); } inline static int32_t get_offset_of__lazyU_2() { return static_cast(offsetof(LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3, ____lazyU_2)); } inline Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * get__lazyU_2() const { return ____lazyU_2; } inline Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 ** get_address_of__lazyU_2() { return &____lazyU_2; } inline void set__lazyU_2(Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * value) { ____lazyU_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyU_2), (void*)value); } inline static int32_t get_offset_of__lazyP_3() { return static_cast(offsetof(LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3, ____lazyP_3)); } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * get__lazyP_3() const { return ____lazyP_3; } inline Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B ** get_address_of__lazyP_3() { return &____lazyP_3; } inline void set__lazyP_3(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * value) { ____lazyP_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____lazyP_3), (void*)value); } inline static int32_t get_offset_of_Factors_4() { return static_cast(offsetof(LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3, ___Factors_4)); } inline Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * get_Factors_4() const { return ___Factors_4; } inline Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F ** get_address_of_Factors_4() { return &___Factors_4; } inline void set_Factors_4(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * value) { ___Factors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Factors_4), (void*)value); } inline static int32_t get_offset_of_Pivots_5() { return static_cast(offsetof(LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3, ___Pivots_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Pivots_5() const { return ___Pivots_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Pivots_5() { return &___Pivots_5; } inline void set_Pivots_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Pivots_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pivots_5), (void*)value); } }; struct LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Factorization.LU`1::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_0; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3_StaticFields, ___One_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_0() const { return ___One_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_0() { return &___One_0; } inline void set_One_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_0 = value; } }; // System.Collections.Generic.LargeArrayBuilder`1 struct LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 { public: // System.Int32 System.Collections.Generic.LargeArrayBuilder`1::_maxCapacity int32_t ____maxCapacity_0; // T[] System.Collections.Generic.LargeArrayBuilder`1::_first ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____first_1; // System.Collections.Generic.ArrayBuilder`1 System.Collections.Generic.LargeArrayBuilder`1::_buffers ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 ____buffers_2; // T[] System.Collections.Generic.LargeArrayBuilder`1::_current ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____current_3; // System.Int32 System.Collections.Generic.LargeArrayBuilder`1::_index int32_t ____index_4; // System.Int32 System.Collections.Generic.LargeArrayBuilder`1::_count int32_t ____count_5; public: inline static int32_t get_offset_of__maxCapacity_0() { return static_cast(offsetof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0, ____maxCapacity_0)); } inline int32_t get__maxCapacity_0() const { return ____maxCapacity_0; } inline int32_t* get_address_of__maxCapacity_0() { return &____maxCapacity_0; } inline void set__maxCapacity_0(int32_t value) { ____maxCapacity_0 = value; } inline static int32_t get_offset_of__first_1() { return static_cast(offsetof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0, ____first_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__first_1() const { return ____first_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__first_1() { return &____first_1; } inline void set__first_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____first_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____first_1), (void*)value); } inline static int32_t get_offset_of__buffers_2() { return static_cast(offsetof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0, ____buffers_2)); } inline ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 get__buffers_2() const { return ____buffers_2; } inline ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * get_address_of__buffers_2() { return &____buffers_2; } inline void set__buffers_2(ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 value) { ____buffers_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____buffers_2))->____array_0), (void*)NULL); } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0, ____current_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__current_3() const { return ____current_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__current_3() { return &____current_3; } inline void set__current_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0, ____count_5)); } inline int32_t get__count_5() const { return ____count_5; } inline int32_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(int32_t value) { ____count_5 = value; } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * ___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_t896AF007021A809219C30160A3540CB95D3F5E47, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * 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_t896AF007021A809219C30160A3540CB95D3F5E47, ___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_t896AF007021A809219C30160A3540CB95D3F5E47, ___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_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields, ___One_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_0() const { return ___One_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_0() { return &___One_0; } inline void set_One_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields, ___Zero_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_1() const { return ___Zero_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields, ___Build_2)); } inline MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * ___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_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * 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_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F, ___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_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F, ___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_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields, ___One_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_0() const { return ___One_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_0() { return &___One_0; } inline void set_One_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields, ___Zero_1)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_1() const { return ___Zero_1; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields, ___Build_2)); } inline MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // System.Pinnable`1 struct Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 : public RuntimeObject { public: // T System.Pinnable`1::Data Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7, ___Data_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Data_0() const { return ___Data_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Data_0 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * ____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_t7BB4C80C1446621DB70827EDE5628EB7556D8D81, ____pinnable_0)); } inline Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * 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_t7BB4C80C1446621DB70827EDE5628EB7556D8D81, ____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_t7BB4C80C1446621DB70827EDE5628EB7556D8D81, ____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.ReadOnlySpan`1 struct ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * ____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_tECDD9E0F394486CD52C1FD917C71960095718733, ____pinnable_0)); } inline Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * 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_tECDD9E0F394486CD52C1FD917C71960095718733, ____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_tECDD9E0F394486CD52C1FD917C71960095718733, ____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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * ____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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212, ____pinnable_0)); } inline Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * 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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212, ____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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212, ____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.ValueTuple`2 struct ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 { public: // T1 System.ValueTuple`2::Item1 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Item1_0; // T2 System.ValueTuple`2::Item2 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057, ___Item1_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Item1_0() const { return ___Item1_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057, ___Item2_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Item2_1() const { return ___Item2_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Item2_1 = 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; } }; // 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; }; // 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.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E : public RuntimeObject { public: // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E, ___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; } }; struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields { public: // UnityEngine.Event UnityEngine.Event::s_Current Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_MasterEvent_2; public: inline static int32_t get_offset_of_s_Current_1() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields, ___s_Current_1)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_Current_1() const { return ___s_Current_1; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_Current_1() { return &___s_Current_1; } inline void set_s_Current_1(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_Current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Current_1), (void*)value); } inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields, ___s_MasterEvent_2)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; } inline void set_s_MasterEvent_2(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_MasterEvent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_MasterEvent_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.EventModifiers struct EventModifiers_t74E579DA08774C9BED20643F03DA610285143BFA { public: // System.Int32 UnityEngine.EventModifiers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventModifiers_t74E579DA08774C9BED20643F03DA610285143BFA, ___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; }; // System.ExceptionArgument struct ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737 { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737, ___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.ExceptionResource struct ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA { public: // System.Int32 System.ExceptionResource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.LazyThreadSafetyMode struct LazyThreadSafetyMode_t96AF79E6AE151D68FDE0622C7121D4D96C369231 { public: // System.Int32 System.Threading.LazyThreadSafetyMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LazyThreadSafetyMode_t96AF79E6AE151D68FDE0622C7121D4D96C369231, ___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.PropagationPhase struct PropagationPhase_tDAF453F45C8A7EC36F0ADFDF89D406305FBFAFB8 { public: // System.Int32 UnityEngine.UIElements.PropagationPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropagationPhase_tDAF453F45C8A7EC36F0ADFDF89D406305FBFAFB8, ___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.PseudoStates struct PseudoStates_t70E0AFDE5E4631CF8D6DC61F4EFC2A897592520F { public: // System.Int32 UnityEngine.UIElements.PseudoStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PseudoStates_t70E0AFDE5E4631CF8D6DC61F4EFC2A897592520F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.StyleValueType struct StyleValueType_t41CD4C2FFE2B4D2AFCB10F36A6D685A60517E32F { public: // System.Int32 UnityEngine.UIElements.StyleValueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleValueType_t41CD4C2FFE2B4D2AFCB10F36A6D685A60517E32F, ___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.EventBase/EventPropagation struct EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0 { public: // System.Int32 UnityEngine.UIElements.EventBase/EventPropagation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0, ___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.EventBase/LifeCycleStatus struct LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F { public: // System.Int32 UnityEngine.UIElements.EventBase/LifeCycleStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Generic.KeyValuePair`2,System.Single> struct KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 { public: // TKey System.Collections.Generic.KeyValuePair`2::key ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93, ___key_0)); } inline ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 get_key_0() const { return ___key_0; } inline ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint8_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F, ___key_0)); } inline uint8_t get_key_0() const { return ___key_0; } inline uint8_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint8_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C, ___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_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C, ___value_1)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_value_1() const { return ___value_1; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___boxedHighPrecisionPixel_1), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 : public RuntimeObject { public: // System.Int64 UnityEngine.UIElements.EventBase::k__BackingField int64_t ___U3CtimestampU3Ek__BackingField_2; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CeventIdU3Ek__BackingField_3; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CtriggerEventIdU3Ek__BackingField_4; // UnityEngine.UIElements.EventBase/EventPropagation UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationU3Ek__BackingField_5; // UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.EventBase::m_Path PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * ___m_Path_6; // UnityEngine.UIElements.EventBase/LifeCycleStatus UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3ClifeCycleStatusU3Ek__BackingField_7; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::k__BackingField RuntimeObject* ___U3CleafTargetU3Ek__BackingField_8; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_Target RuntimeObject* ___m_Target_9; // System.Collections.Generic.List`1 UnityEngine.UIElements.EventBase::k__BackingField List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * ___U3CskipElementsU3Ek__BackingField_10; // UnityEngine.UIElements.PropagationPhase UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationPhaseU3Ek__BackingField_11; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_CurrentTarget RuntimeObject* ___m_CurrentTarget_12; // UnityEngine.Event UnityEngine.UIElements.EventBase::m_ImguiEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ImguiEvent_13; // UnityEngine.Vector2 UnityEngine.UIElements.EventBase::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CoriginalMousePositionU3Ek__BackingField_14; public: inline static int32_t get_offset_of_U3CtimestampU3Ek__BackingField_2() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CtimestampU3Ek__BackingField_2)); } inline int64_t get_U3CtimestampU3Ek__BackingField_2() const { return ___U3CtimestampU3Ek__BackingField_2; } inline int64_t* get_address_of_U3CtimestampU3Ek__BackingField_2() { return &___U3CtimestampU3Ek__BackingField_2; } inline void set_U3CtimestampU3Ek__BackingField_2(int64_t value) { ___U3CtimestampU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CeventIdU3Ek__BackingField_3() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CeventIdU3Ek__BackingField_3)); } inline uint64_t get_U3CeventIdU3Ek__BackingField_3() const { return ___U3CeventIdU3Ek__BackingField_3; } inline uint64_t* get_address_of_U3CeventIdU3Ek__BackingField_3() { return &___U3CeventIdU3Ek__BackingField_3; } inline void set_U3CeventIdU3Ek__BackingField_3(uint64_t value) { ___U3CeventIdU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CtriggerEventIdU3Ek__BackingField_4() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CtriggerEventIdU3Ek__BackingField_4)); } inline uint64_t get_U3CtriggerEventIdU3Ek__BackingField_4() const { return ___U3CtriggerEventIdU3Ek__BackingField_4; } inline uint64_t* get_address_of_U3CtriggerEventIdU3Ek__BackingField_4() { return &___U3CtriggerEventIdU3Ek__BackingField_4; } inline void set_U3CtriggerEventIdU3Ek__BackingField_4(uint64_t value) { ___U3CtriggerEventIdU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CpropagationU3Ek__BackingField_5() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CpropagationU3Ek__BackingField_5)); } inline int32_t get_U3CpropagationU3Ek__BackingField_5() const { return ___U3CpropagationU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CpropagationU3Ek__BackingField_5() { return &___U3CpropagationU3Ek__BackingField_5; } inline void set_U3CpropagationU3Ek__BackingField_5(int32_t value) { ___U3CpropagationU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_Path_6() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_Path_6)); } inline PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * get_m_Path_6() const { return ___m_Path_6; } inline PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 ** get_address_of_m_Path_6() { return &___m_Path_6; } inline void set_m_Path_6(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * value) { ___m_Path_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_6), (void*)value); } inline static int32_t get_offset_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3ClifeCycleStatusU3Ek__BackingField_7)); } inline int32_t get_U3ClifeCycleStatusU3Ek__BackingField_7() const { return ___U3ClifeCycleStatusU3Ek__BackingField_7; } inline int32_t* get_address_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return &___U3ClifeCycleStatusU3Ek__BackingField_7; } inline void set_U3ClifeCycleStatusU3Ek__BackingField_7(int32_t value) { ___U3ClifeCycleStatusU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CleafTargetU3Ek__BackingField_8() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CleafTargetU3Ek__BackingField_8)); } inline RuntimeObject* get_U3CleafTargetU3Ek__BackingField_8() const { return ___U3CleafTargetU3Ek__BackingField_8; } inline RuntimeObject** get_address_of_U3CleafTargetU3Ek__BackingField_8() { return &___U3CleafTargetU3Ek__BackingField_8; } inline void set_U3CleafTargetU3Ek__BackingField_8(RuntimeObject* value) { ___U3CleafTargetU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CleafTargetU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_m_Target_9() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_Target_9)); } inline RuntimeObject* get_m_Target_9() const { return ___m_Target_9; } inline RuntimeObject** get_address_of_m_Target_9() { return &___m_Target_9; } inline void set_m_Target_9(RuntimeObject* value) { ___m_Target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_9), (void*)value); } inline static int32_t get_offset_of_U3CskipElementsU3Ek__BackingField_10() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CskipElementsU3Ek__BackingField_10)); } inline List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * get_U3CskipElementsU3Ek__BackingField_10() const { return ___U3CskipElementsU3Ek__BackingField_10; } inline List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 ** get_address_of_U3CskipElementsU3Ek__BackingField_10() { return &___U3CskipElementsU3Ek__BackingField_10; } inline void set_U3CskipElementsU3Ek__BackingField_10(List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * value) { ___U3CskipElementsU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CskipElementsU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CpropagationPhaseU3Ek__BackingField_11() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CpropagationPhaseU3Ek__BackingField_11)); } inline int32_t get_U3CpropagationPhaseU3Ek__BackingField_11() const { return ___U3CpropagationPhaseU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CpropagationPhaseU3Ek__BackingField_11() { return &___U3CpropagationPhaseU3Ek__BackingField_11; } inline void set_U3CpropagationPhaseU3Ek__BackingField_11(int32_t value) { ___U3CpropagationPhaseU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_CurrentTarget_12() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_CurrentTarget_12)); } inline RuntimeObject* get_m_CurrentTarget_12() const { return ___m_CurrentTarget_12; } inline RuntimeObject** get_address_of_m_CurrentTarget_12() { return &___m_CurrentTarget_12; } inline void set_m_CurrentTarget_12(RuntimeObject* value) { ___m_CurrentTarget_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentTarget_12), (void*)value); } inline static int32_t get_offset_of_m_ImguiEvent_13() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_ImguiEvent_13)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ImguiEvent_13() const { return ___m_ImguiEvent_13; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ImguiEvent_13() { return &___m_ImguiEvent_13; } inline void set_m_ImguiEvent_13(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ImguiEvent_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ImguiEvent_13), (void*)value); } inline static int32_t get_offset_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CoriginalMousePositionU3Ek__BackingField_14)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CoriginalMousePositionU3Ek__BackingField_14() const { return ___U3CoriginalMousePositionU3Ek__BackingField_14; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return &___U3CoriginalMousePositionU3Ek__BackingField_14; } inline void set_U3CoriginalMousePositionU3Ek__BackingField_14(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CoriginalMousePositionU3Ek__BackingField_14 = value; } }; struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase::s_LastTypeId int64_t ___s_LastTypeId_0; // System.UInt64 UnityEngine.UIElements.EventBase::s_NextEventId uint64_t ___s_NextEventId_1; public: inline static int32_t get_offset_of_s_LastTypeId_0() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields, ___s_LastTypeId_0)); } inline int64_t get_s_LastTypeId_0() const { return ___s_LastTypeId_0; } inline int64_t* get_address_of_s_LastTypeId_0() { return &___s_LastTypeId_0; } inline void set_s_LastTypeId_0(int64_t value) { ___s_LastTypeId_0 = value; } inline static int32_t get_offset_of_s_NextEventId_1() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields, ___s_NextEventId_1)); } inline uint64_t get_s_NextEventId_1() const { return ___s_NextEventId_1; } inline uint64_t* get_address_of_s_NextEventId_1() { return &___s_NextEventId_1; } inline void set_s_NextEventId_1(uint64_t value) { ___s_NextEventId_1 = value; } }; // 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; }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // UnityEngine.UIElements.StyleValueHandle struct StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 { public: // UnityEngine.UIElements.StyleValueType UnityEngine.UIElements.StyleValueHandle::m_ValueType int32_t ___m_ValueType_0; // System.Int32 UnityEngine.UIElements.StyleValueHandle::valueIndex int32_t ___valueIndex_1; public: inline static int32_t get_offset_of_m_ValueType_0() { return static_cast(offsetof(StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185, ___m_ValueType_0)); } inline int32_t get_m_ValueType_0() const { return ___m_ValueType_0; } inline int32_t* get_address_of_m_ValueType_0() { return &___m_ValueType_0; } inline void set_m_ValueType_0(int32_t value) { ___m_ValueType_0 = value; } inline static int32_t get_offset_of_valueIndex_1() { return static_cast(offsetof(StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185, ___valueIndex_1)); } inline int32_t get_valueIndex_1() const { return ___valueIndex_1; } inline int32_t* get_address_of_valueIndex_1() { return &___valueIndex_1; } inline void set_valueIndex_1(int32_t value) { ___valueIndex_1 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; 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.UIElements.StyleComplexSelector/PseudoStateData struct PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 { public: // UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.StyleComplexSelector/PseudoStateData::state int32_t ___state_0; // System.Boolean UnityEngine.UIElements.StyleComplexSelector/PseudoStateData::negate bool ___negate_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_negate_1() { return static_cast(offsetof(PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3, ___negate_1)); } inline bool get_negate_1() const { return ___negate_1; } inline bool* get_address_of_negate_1() { return &___negate_1; } inline void set_negate_1(bool value) { ___negate_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleComplexSelector/PseudoStateData struct PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3_marshaled_pinvoke { int32_t ___state_0; int32_t ___negate_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleComplexSelector/PseudoStateData struct PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3_marshaled_com { int32_t ___state_0; int32_t ___negate_1; }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // System.Func`1> struct Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 : public MulticastDelegate_t { public: public: }; // System.Func`1> struct Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 : public MulticastDelegate_t { public: public: }; // System.Func`1> struct Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 : public MulticastDelegate_t { public: public: }; // System.Func`1> struct Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 : public MulticastDelegate_t { public: public: }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B, ___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_t02AE272A085AB13A18E1FC399D144A7E520A0F5B, ___value_1)); } inline PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 get_value_1() const { return ___value_1; } inline PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 value) { ___value_1 = value; } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.MemberAccessException struct MemberAccessException_tD623E47056C7D98D56B63B4B954D4E5E128A30FC : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.UIElements.StyleSheets.StylePropertyValue struct StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 { public: // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.StyleSheets.StylePropertyValue::sheet StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; // UnityEngine.UIElements.StyleValueHandle UnityEngine.UIElements.StyleSheets.StylePropertyValue::handle StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ___handle_1; public: inline static int32_t get_offset_of_sheet_0() { return static_cast(offsetof(StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8, ___sheet_0)); } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * get_sheet_0() const { return ___sheet_0; } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F ** get_address_of_sheet_0() { return &___sheet_0; } inline void set_sheet_0(StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * value) { ___sheet_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sheet_0), (void*)value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8, ___handle_1)); } inline StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 get_handle_1() const { return ___handle_1; } inline StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 * get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 value) { ___handle_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleSheets.StylePropertyValue struct StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8_marshaled_pinvoke { StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ___handle_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleSheets.StylePropertyValue struct StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8_marshaled_com { StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185 ___handle_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB, ___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_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB, ___value_1)); } inline StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 get_value_1() const { return ___value_1; } inline StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___sheet_0), (void*)NULL); } }; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 : public EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A { public: // UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField int32_t ___U3CmodifiersU3Ek__BackingField_18; // System.Char UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField Il2CppChar ___U3CcharacterU3Ek__BackingField_19; // UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField int32_t ___U3CkeyCodeU3Ek__BackingField_20; public: inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_18() { return static_cast(offsetof(KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9, ___U3CmodifiersU3Ek__BackingField_18)); } inline int32_t get_U3CmodifiersU3Ek__BackingField_18() const { return ___U3CmodifiersU3Ek__BackingField_18; } inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_18() { return &___U3CmodifiersU3Ek__BackingField_18; } inline void set_U3CmodifiersU3Ek__BackingField_18(int32_t value) { ___U3CmodifiersU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_19() { return static_cast(offsetof(KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9, ___U3CcharacterU3Ek__BackingField_19)); } inline Il2CppChar get_U3CcharacterU3Ek__BackingField_19() const { return ___U3CcharacterU3Ek__BackingField_19; } inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_19() { return &___U3CcharacterU3Ek__BackingField_19; } inline void set_U3CcharacterU3Ek__BackingField_19(Il2CppChar value) { ___U3CcharacterU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_20() { return static_cast(offsetof(KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9, ___U3CkeyCodeU3Ek__BackingField_20)); } inline int32_t get_U3CkeyCodeU3Ek__BackingField_20() const { return ___U3CkeyCodeU3Ek__BackingField_20; } inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_20() { return &___U3CkeyCodeU3Ek__BackingField_20; } inline void set_U3CkeyCodeU3Ek__BackingField_20(int32_t value) { ___U3CkeyCodeU3Ek__BackingField_20 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.MissingMemberException struct MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 : public MemberAccessException_tD623E47056C7D98D56B63B4B954D4E5E128A30FC { public: // System.String System.MissingMemberException::ClassName String_t* ___ClassName_17; // System.String System.MissingMemberException::MemberName String_t* ___MemberName_18; // System.Byte[] System.MissingMemberException::Signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Signature_19; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_MemberName_18() { return static_cast(offsetof(MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639, ___MemberName_18)); } inline String_t* get_MemberName_18() const { return ___MemberName_18; } inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; } inline void set_MemberName_18(String_t* value) { ___MemberName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value); } inline static int32_t get_offset_of_Signature_19() { return static_cast(offsetof(MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639, ___Signature_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Signature_19() const { return ___Signature_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Signature_19() { return &___Signature_19; } inline void set_Signature_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Signature_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value); } }; // System.MissingMethodException struct MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41 : public MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 { public: // System.String System.MissingMethodException::signature String_t* ___signature_20; public: inline static int32_t get_offset_of_signature_20() { return static_cast(offsetof(MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41, ___signature_20)); } inline String_t* get_signature_20() const { return ___signature_20; } inline String_t** get_address_of_signature_20() { return &___signature_20; } inline void set_signature_20(String_t* value) { ___signature_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_20), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t03A87BF6367938D67497088665C733ED14E14AC9 m_Items[1]; public: inline Entry_t03A87BF6367938D67497088665C733ED14E14AC9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t03A87BF6367938D67497088665C733ED14E14AC9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t03A87BF6367938D67497088665C733ED14E14AC9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_t03A87BF6367938D67497088665C733ED14E14AC9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t03A87BF6367938D67497088665C733ED14E14AC9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t03A87BF6367938D67497088665C733ED14E14AC9 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // 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.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C m_Items[1]; public: inline Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tB8932D0B86CDAE927DCDD952D23F52D6F525736C value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 m_Items[1]; public: inline Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___Hub_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___Method_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___Args_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___ResultCallback_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___ResultErrorCallback_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___ProgressCallback_6), (void*)NULL); #endif } inline Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t175D808C0CC62B92ACCB251231EBC9AE119AF4C8 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___Hub_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___Method_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___Args_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___ResultCallback_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___ResultErrorCallback_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___ProgressCallback_6), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 m_Items[1]; public: inline Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // MS.Internal.Xml.Cache.XPathNodeRef[] struct XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969 : public RuntimeArray { public: ALIGN_FIELD (8) XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 m_Items[1]; public: inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * 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, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___page_0), (void*)NULL); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___page_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A m_Items[1]; public: inline Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->___page_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___page_0), (void*)NULL); #endif } inline Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->___page_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___page_0), (void*)NULL); #endif } }; // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey[] struct TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5 : public RuntimeArray { public: ALIGN_FIELD (8) TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 m_Items[1]; public: inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * 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, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____targetType_1), (void*)NULL); #endif } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____targetType_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 m_Items[1]; public: inline Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->____targetType_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); #endif } inline Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t38F8E04CBBC64940DFCE9470A1305E9BAC4114D2 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->____initialType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->____targetType_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); #endif } }; // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey[] struct TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017 : public RuntimeArray { public: ALIGN_FIELD (8) TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F m_Items[1]; public: inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * 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, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___TypeName_1), (void*)NULL); #endif } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___TypeName_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 m_Items[1]; public: inline Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->___TypeName_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); #endif } inline Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t2810F8332BADA0033E3B2D10BE5C9BEC56C76E78 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->___AssemblyName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_2))->___TypeName_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); #endif } }; // UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord[] struct TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C : public RuntimeArray { public: ALIGN_FIELD (8) TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 m_Items[1]; public: inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * 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, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 m_Items[1]; public: inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF89195B8CB221DE2274BF97302E7795CBD8B0616_gshared (Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 * __this, Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mAFFCFF7A983C472B0262DE16B83B6323439D1361_gshared (Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 * __this, Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mC6FB3A6B1587DEB50EF9FAFA4BBDDCDE1CA52259_gshared (Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 * __this, Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m784307C64CB56BD6BA041E826F818ED41E41A4AF_gshared (Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 * __this, Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m46930D383B076588A027B02516FC1F03CDB0148D_gshared (Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 * __this, Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m589283A8A1E8BC337C3504068253AAAB6EF00984_gshared (Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 * __this, Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m48EC02DB28B2CAFF50C197574DE2029DDD8A6F0F_gshared (Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 * __this, Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m680FFF457C08C6B169B46CD105751CB6B43019E2_gshared (Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 * __this, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m54C33745B53E6B8761975217EA28950A0034C1A5_gshared (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2,System.Object>::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_gshared_inline (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2,System.Object>::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_gshared_inline (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2,System.Object>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mD1B518A2C1BAC3F2D6ABC3DC1F060803C04C0922_gshared (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2,System.Single>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mBDC1AC173DB10E237C287A23B6A0B194710FB5E7_gshared (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, float ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2,System.Single>::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_gshared_inline (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2,System.Single>::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_gshared_inline (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2,System.Single>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mBE8FD435BCCAB4AABF0ACB4633EF1C60DDAC1C0A_gshared (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD1CA3A4E38794FFB7236BAF4598131562E42150A_gshared (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___key0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_gshared_inline (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_gshared_inline (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m733223E423E4E50F8AB32CBD329780D62FED83E2_gshared (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m083F46D748E1116D4CE40B45AC028855D906D3D7_gshared (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___key0, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_gshared_inline (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_gshared_inline (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m860C05B28852A3A4723FE2EA667EE0483F4A8420_gshared (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mF34C8752F54E5D48571C1E90F433F5A16DE53DE2_gshared (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, uint8_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_gshared_inline (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_gshared_inline (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mF46C1CC7FE950368DF7E9319EBC84B7F8562650F_gshared (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m56937D1891471338589A54EBA2FBADBFC59017AB_gshared (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_gshared_inline (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_gshared_inline (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m327E3844FA8B910839A98F941236C844640F8136_gshared (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mB18247B96EF03A42104070F93F7BAD28F3105055_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m92799F28FA9450C7EBAC1F6D3EAA3766A5FDC08F_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m88BF01C2CD762790471E7D73AF510D3CFE647257_gshared (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, Guid_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_gshared_inline (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_gshared_inline (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m97FBAC8B3E5B24B2DD7B978F3950B573CD9C484D_gshared (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mE136B0D5E9831CCBD1CE8CA482549594C59AAC06_gshared (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_gshared_inline (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_gshared_inline (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m212FF66C3CDCF4FFE5C3A98777B84FC30B478C25_gshared (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m66119B3CCD7EA7C927E07FFBEC45BEE18376C151_gshared (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, int32_t ___key0, Il2CppChar ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_gshared_inline (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_gshared_inline (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m9820A4695B78C04E8AE8704AF3C914B98A294B8B_gshared (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m464A96D10BD1A619B4460B46883E3430923B95D2_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m2D2D7459033F78B9AF0D88B2BB4A7928B6FC791F_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m1636575220E61E31247FD4D483959DF40C3E4168_gshared (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, int32_t ___key0, int64_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_gshared_inline (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_gshared_inline (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m84568BD3F0CBE9CFAD7C12C3868DEBCF38235AC1_gshared (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m41D4966155CE2B58DF8B3AAE7A86672F44729A7D_gshared (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mE819840750F962CCE6C12B7FE3DFF3C6BACD542C_gshared (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m58627C150F4BBB1E8C0F6204101DEE2D0DC784B1_gshared (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, int64_t ___key0, int32_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_gshared_inline (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_gshared_inline (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mEF2F64714AAE8588EC6A451A96D1DFEA1C9CE8F7_gshared (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mF1DE1E0530EE1DE9399C8A494C40B9D7336978D5_gshared (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_gshared_inline (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_gshared_inline (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m433AADC692B8D80935A7072032A3A95D00E69E68_gshared (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m777BA084C94128ADEB9BE35BC173EF799280E039_gshared (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, RuntimeObject * ___key0, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2>::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_gshared_inline (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2>::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_gshared_inline (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mE260B308F6BD8950A16D74FA9794930412187E04_gshared (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA84A586C3F8A00EAFF93BAC4C59E08762A01ADCB_gshared (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, RuntimeObject * ___key0, ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_gshared_inline (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_gshared_inline (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m0E7A67849104681E7A470CC7E3CE324D55E55BD4_gshared (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m41228ABF3275C98403C0F400AF80B2B9D118FBBC_gshared (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, RuntimeObject * ___key0, bool ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_gshared_inline (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_gshared_inline (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m9F5F18CA1EF53AB960AC5F74C1B29C844CD59097_gshared (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mADEB127D3399A29542EBD7E8BA4E29CF88C2FEAA_gshared (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, RuntimeObject * ___key0, Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_gshared_inline (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_gshared_inline (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m150363FB88586281391C19A5E84242F7B1235381_gshared (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m69AFC18F07F2BD10A59AABA8FFF099230F18BADB_gshared (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_gshared_inline (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_gshared_inline (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m900ECAE4DFE6E868470D2D80C18BE56DEE16D78A_gshared (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m60FEEFF15640D74A18EA08C58727F157D7B649D3_gshared (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_gshared_inline (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_gshared_inline (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mC4541439D0F8DC79ADBFBE7B9ACED71EA089B737_gshared (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m782EBC69ADE6241EA5D082D5689145987128429C_gshared (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, RuntimeObject * ___key0, intptr_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_gshared_inline (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_gshared_inline (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m25E9ADA3904AF337968399A75D9ABD915F36BA36_gshared (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m08A76A73E0F1236D9BF9EA53E32C97B0B777B8BD_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD321F84EF279DAA8266815775407B7DBA6344DCD_gshared (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, RuntimeObject * ___key0, ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_gshared_inline (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_gshared_inline (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m6A58137B6D42C13D597880765D8D1CCFAD272AA4_gshared (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mDA242BCDD62DEADA8650C159BA82D2FC95DCB958_gshared (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, RuntimeObject * ___key0, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_gshared_inline (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_gshared_inline (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m74A677555C4B8DDC53870B841291AD8AE3E3807A_gshared (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m8917B2C48C6B7B6650FB1940DC7161AF3142C382_gshared (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, RuntimeObject * ___key0, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_gshared_inline (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_gshared_inline (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m35660DF7C6598D532F80E4098C035432666F8A93_gshared (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m21FECE8D740CAB4784693EF2ADF5F5FE37651479_gshared (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, RuntimeObject * ___key0, float ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_gshared_inline (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_gshared_inline (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m73248BE48B1D3B03180810307F3EA987F12C1E3D_gshared (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m93CA2ED2371F127941B4326EFB5D386960CD43BC_gshared (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, RuntimeObject * ___key0, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_gshared_inline (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_gshared_inline (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mEAD721C58B1F0D8EB38F2FED920CDEE21B8B570F_gshared (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m7089185AFCE8614EC6BC9F746477CB6259B12816_gshared (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, RuntimeObject * ___key0, TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_gshared_inline (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_gshared_inline (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mF74C7A6E08AAD1E5015C1FE2B712920DB59DF2CA_gshared (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m39AD359F5277D2E313A6EAB51EBE6D9536CEA000_gshared (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, RuntimeObject * ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_gshared_inline (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_gshared_inline (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m7BC189CFB8770B195B21446F4DA6170686DD34CB_gshared (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mE33FD5D9835901722A7920039317953331238E40_gshared (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, RuntimeObject * ___key0, Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_gshared_inline (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_gshared_inline (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m43167A06DEFF791E491E42F28529C858E0DF2532_gshared (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m80677F27B28606B8C39022DD08B5B58F48B11257_gshared (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, RuntimeObject * ___key0, PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_gshared_inline (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_gshared_inline (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mDC4B8DF24AD5047320E5A2736048DD944FFBCBFF_gshared (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD9A0334BA101082126111F1484AB81AB04F84A94_gshared (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_gshared_inline (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_gshared_inline (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mD4416CD64A5FF07D35F97EE37F8845D3164FEF48_gshared (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mDD49B86CD92C800E797946BE134664B4BB2A86B2_gshared (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_gshared_inline (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_gshared_inline (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m86B5D4DD0698E57777062916CD7747F269127819_gshared (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m5849511F4041C43125A4DD87FC01DDA1696BAB4D_gshared (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, uint32_t ___key0, CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_gshared_inline (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_gshared_inline (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m56BBB821F522DFDD81C246E6A7EFC6CBE03FA448_gshared (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mAF3ACD50A9A08310B1302B3520953D103D01BF42_gshared (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, uint32_t ___key0, int32_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_gshared_inline (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_gshared_inline (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m1CCDE3958AB5752612A02553246E53869F7DD325_gshared (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mC3384B2257BE2D521A80283375E95038FEF20523_gshared (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_gshared_inline (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_gshared_inline (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m9AA0E5734EE6F8DF0877577357504AD5F5885545_gshared (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mCA8BB520CFF4D1932C191D4908F984DAE7261382_gshared (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, uint32_t ___key0, uint32_t ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_gshared_inline (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_gshared_inline (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mA3559C9FD91FE6D71CE88D85EE8BE7F35E56CD72_gshared (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA2640F7993A074D1F9ABE4E98D7B0B1FD94160B9_gshared (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_gshared_inline (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_gshared_inline (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m3FC734F29BDD50AA7816592322967E7845E2A85B_gshared (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m57638EB505B37611700C6DE013D1B239016160AD_gshared (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, uint64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_gshared_inline (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_gshared_inline (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mEA0EE46601B2AE29992F22C0DED374358420C2B0_gshared (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mEF7B63B109730E65800062B496EFA05AA00750B5_gshared (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_gshared_inline (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_gshared_inline (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mC06EDBE23510C93440023D193D2CBC8035F2C214_gshared (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m61D127CA4F09643AEFE383F7902D1D47FC70B6EF_gshared (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_gshared_inline (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_gshared_inline (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mB75389B4E24B7E0A614648E5258637D0C7C7D8F3_gshared (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m61CC213C8F5009DA9D11BD3DE513B63F79EEDB84_gshared (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_gshared_inline (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_gshared_inline (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m72833F75B81961F50C39CDA35E601EE85040F6A0_gshared (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m78F9F3358E01BB636AB66B46E811560F611A98CD_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mF443607B59A8A92ADC71094CF5443513B71A0435_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Lazy`1::.ctor(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_m4C2FB85B8E2D735920BB53EC77E74A3FEBB513C4_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, int32_t ___maxCapacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1__ctor_mE8BAFE1F7BABA51239A5E5DB8626CA9FF1269E87_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, bool ___initialize0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::AllocateBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1_AddRange_m008F8B6F2DC93D4F738125F9EE3E170DDDEAE3EE_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, RuntimeObject* ___items0, const RuntimeMethod* method); // T[] System.Collections.Generic.LargeArrayBuilder`1::GetBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::CopyTo(T[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.ArrayBuilder`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArrayBuilder_1_get_Count_m1A196A3989F8E85BAC9702129E5D5B92CF2C15FF_gshared_inline (ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635 * __this, const RuntimeMethod* method); // T System.Collections.Generic.ArrayBuilder`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArrayBuilder_1_get_Item_m8AE1ACBBCD3D5ADF5DE0D40F6AB33121245B112F_gshared (ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LargeArrayBuilder`1::TryMove(T[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, const RuntimeMethod* method); // T[] System.Collections.Generic.LargeArrayBuilder`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_ToArray_mEC14C134AADBCEEDF02C62FDACFAE4AC559CBABC_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.ArrayBuilder`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayBuilder_1_Add_mB64C9A916CCBDB6B9050D4D8D18774298F7BB16C_gshared (ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::get_Shared() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_gshared_inline (const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __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 Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_gshared_inline (ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float* ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_gshared_inline (ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.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.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_mF89195B8CB221DE2274BF97302E7795CBD8B0616 (Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 * __this, Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 *, Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *, const RuntimeMethod*))Enumerator__ctor_mF89195B8CB221DE2274BF97302E7795CBD8B0616_gshared)(__this, ___dictionary0, method); } // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_mAFFCFF7A983C472B0262DE16B83B6323439D1361 (Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 * __this, Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 *, Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *, const RuntimeMethod*))Enumerator__ctor_mAFFCFF7A983C472B0262DE16B83B6323439D1361_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_mC6FB3A6B1587DEB50EF9FAFA4BBDDCDE1CA52259 (Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 * __this, Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 *, Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, const RuntimeMethod*))Enumerator__ctor_mC6FB3A6B1587DEB50EF9FAFA4BBDDCDE1CA52259_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_m784307C64CB56BD6BA041E826F818ED41E41A4AF (Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 * __this, Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 *, Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *, const RuntimeMethod*))Enumerator__ctor_m784307C64CB56BD6BA041E826F818ED41E41A4AF_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_m46930D383B076588A027B02516FC1F03CDB0148D (Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 * __this, Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 *, Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, const RuntimeMethod*))Enumerator__ctor_m46930D383B076588A027B02516FC1F03CDB0148D_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_m589283A8A1E8BC337C3504068253AAAB6EF00984 (Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 * __this, Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 *, Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *, const RuntimeMethod*))Enumerator__ctor_m589283A8A1E8BC337C3504068253AAAB6EF00984_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_m48EC02DB28B2CAFF50C197574DE2029DDD8A6F0F (Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 * __this, Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 *, Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *, const RuntimeMethod*))Enumerator__ctor_m48EC02DB28B2CAFF50C197574DE2029DDD8A6F0F_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::.ctor(System.Collections.Generic.Dictionary`2) inline void Enumerator__ctor_m680FFF457C08C6B169B46CD105751CB6B43019E2 (Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 * __this, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 *, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))Enumerator__ctor_m680FFF457C08C6B169B46CD105751CB6B43019E2_gshared)(__this, ___dictionary0, 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 System.Collections.Generic.KeyValuePair`2,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m54C33745B53E6B8761975217EA28950A0034C1A5 (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m54C33745B53E6B8761975217EA28950A0034C1A5_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2,System.Object>::get_Key() inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_inline (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 (*) (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *, const RuntimeMethod*))KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_inline (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *, const RuntimeMethod*))KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair::PairToString(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725 (RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Collections.Generic.KeyValuePair`2,System.Object>::ToString() inline String_t* KeyValuePair_2_ToString_mD1B518A2C1BAC3F2D6ABC3DC1F060803C04C0922 (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *, const RuntimeMethod*))KeyValuePair_2_ToString_mD1B518A2C1BAC3F2D6ABC3DC1F060803C04C0922_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2,System.Single>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mBDC1AC173DB10E237C287A23B6A0B194710FB5E7 (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, float ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 , float, const RuntimeMethod*))KeyValuePair_2__ctor_mBDC1AC173DB10E237C287A23B6A0B194710FB5E7_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2,System.Single>::get_Key() inline ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_inline (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 (*) (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2,System.Single>::get_Value() inline float KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_inline (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { return (( float (*) (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2,System.Single>::ToString() inline String_t* KeyValuePair_2_ToString_mBE8FD435BCCAB4AABF0ACB4633EF1C60DDAC1C0A (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *, const RuntimeMethod*))KeyValuePair_2_ToString_mBE8FD435BCCAB4AABF0ACB4633EF1C60DDAC1C0A_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mD1CA3A4E38794FFB7236BAF4598131562E42150A (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___key0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC , Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 , const RuntimeMethod*))KeyValuePair_2__ctor_mD1CA3A4E38794FFB7236BAF4598131562E42150A_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::get_Key() inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_inline (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { return (( Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC (*) (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::get_Value() inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_inline (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { return (( Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 (*) (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *, const RuntimeMethod*))KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::ToString() inline String_t* KeyValuePair_2_ToString_m733223E423E4E50F8AB32CBD329780D62FED83E2 (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *, const RuntimeMethod*))KeyValuePair_2_ToString_m733223E423E4E50F8AB32CBD329780D62FED83E2_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m083F46D748E1116D4CE40B45AC028855D906D3D7 (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___key0, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , const RuntimeMethod*))KeyValuePair_2__ctor_m083F46D748E1116D4CE40B45AC028855D906D3D7_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_inline (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { return (( BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A (*) (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_inline (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { return (( BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D (*) (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m860C05B28852A3A4723FE2EA667EE0483F4A8420 (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *, const RuntimeMethod*))KeyValuePair_2_ToString_m860C05B28852A3A4723FE2EA667EE0483F4A8420_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mF34C8752F54E5D48571C1E90F433F5A16DE53DE2 (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, uint8_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *, uint8_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mF34C8752F54E5D48571C1E90F433F5A16DE53DE2_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint8_t KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_inline (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { return (( uint8_t (*) (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *, const RuntimeMethod*))KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_inline (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *, const RuntimeMethod*))KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mF46C1CC7FE950368DF7E9319EBC84B7F8562650F (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *, const RuntimeMethod*))KeyValuePair_2_ToString_mF46C1CC7FE950368DF7E9319EBC84B7F8562650F_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m56937D1891471338589A54EBA2FBADBFC59017AB (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m56937D1891471338589A54EBA2FBADBFC59017AB_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_inline (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { return (( Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 (*) (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *, const RuntimeMethod*))KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_inline (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *, const RuntimeMethod*))KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m327E3844FA8B910839A98F941236C844640F8136 (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *, const RuntimeMethod*))KeyValuePair_2_ToString_m327E3844FA8B910839A98F941236C844640F8136_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mB18247B96EF03A42104070F93F7BAD28F3105055 (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mB18247B96EF03A42104070F93F7BAD28F3105055_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { return (( DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 (*) (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m92799F28FA9450C7EBAC1F6D3EAA3766A5FDC08F (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *, const RuntimeMethod*))KeyValuePair_2_ToString_m92799F28FA9450C7EBAC1F6D3EAA3766A5FDC08F_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m88BF01C2CD762790471E7D73AF510D3CFE647257 (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, Guid_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *, Guid_t , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m88BF01C2CD762790471E7D73AF510D3CFE647257_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline Guid_t KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_inline (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { return (( Guid_t (*) (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *, const RuntimeMethod*))KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_inline (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *, const RuntimeMethod*))KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m97FBAC8B3E5B24B2DD7B978F3950B573CD9C484D (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *, const RuntimeMethod*))KeyValuePair_2_ToString_m97FBAC8B3E5B24B2DD7B978F3950B573CD9C484D_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mE136B0D5E9831CCBD1CE8CA482549594C59AAC06 (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *, int32_t, bool, const RuntimeMethod*))KeyValuePair_2__ctor_mE136B0D5E9831CCBD1CE8CA482549594C59AAC06_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_inline (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline bool KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_inline (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { return (( bool (*) (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m212FF66C3CDCF4FFE5C3A98777B84FC30B478C25 (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *, const RuntimeMethod*))KeyValuePair_2_ToString_m212FF66C3CDCF4FFE5C3A98777B84FC30B478C25_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m66119B3CCD7EA7C927E07FFBEC45BEE18376C151 (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, int32_t ___key0, Il2CppChar ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *, int32_t, Il2CppChar, const RuntimeMethod*))KeyValuePair_2__ctor_m66119B3CCD7EA7C927E07FFBEC45BEE18376C151_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_inline (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline Il2CppChar KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_inline (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { return (( Il2CppChar (*) (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m9820A4695B78C04E8AE8704AF3C914B98A294B8B (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *, const RuntimeMethod*))KeyValuePair_2_ToString_m9820A4695B78C04E8AE8704AF3C914B98A294B8B_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m464A96D10BD1A619B4460B46883E3430923B95D2 (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m464A96D10BD1A619B4460B46883E3430923B95D2_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, const RuntimeMethod*))KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m2D2D7459033F78B9AF0D88B2BB4A7928B6FC791F (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *, const RuntimeMethod*))KeyValuePair_2_ToString_m2D2D7459033F78B9AF0D88B2BB4A7928B6FC791F_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m1636575220E61E31247FD4D483959DF40C3E4168 (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, int32_t ___key0, int64_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *, int32_t, int64_t, const RuntimeMethod*))KeyValuePair_2__ctor_m1636575220E61E31247FD4D483959DF40C3E4168_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_inline (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int64_t KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_inline (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { return (( int64_t (*) (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m84568BD3F0CBE9CFAD7C12C3868DEBCF38235AC1 (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *, const RuntimeMethod*))KeyValuePair_2_ToString_m84568BD3F0CBE9CFAD7C12C3868DEBCF38235AC1_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m41D4966155CE2B58DF8B3AAE7A86672F44729A7D (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *, int32_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m41D4966155CE2B58DF8B3AAE7A86672F44729A7D_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mE819840750F962CCE6C12B7FE3DFF3C6BACD542C (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *, const RuntimeMethod*))KeyValuePair_2_ToString_mE819840750F962CCE6C12B7FE3DFF3C6BACD542C_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m58627C150F4BBB1E8C0F6204101DEE2D0DC784B1 (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, int64_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *, int64_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m58627C150F4BBB1E8C0F6204101DEE2D0DC784B1_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int64_t KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_inline (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { return (( int64_t (*) (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_inline (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mEF2F64714AAE8588EC6A451A96D1DFEA1C9CE8F7 (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *, const RuntimeMethod*))KeyValuePair_2_ToString_mEF2F64714AAE8588EC6A451A96D1DFEA1C9CE8F7_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mF1DE1E0530EE1DE9399C8A494C40B9D7336978D5 (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *, int64_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mF1DE1E0530EE1DE9399C8A494C40B9D7336978D5_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int64_t KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_inline (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { return (( int64_t (*) (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_inline (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m433AADC692B8D80935A7072032A3A95D00E69E68 (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *, const RuntimeMethod*))KeyValuePair_2_ToString_m433AADC692B8D80935A7072032A3A95D00E69E68_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m777BA084C94128ADEB9BE35BC173EF799280E039 (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, RuntimeObject * ___key0, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *, RuntimeObject *, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 , const RuntimeMethod*))KeyValuePair_2__ctor_m777BA084C94128ADEB9BE35BC173EF799280E039_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_inline (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2>::get_Value() inline ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_inline (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { return (( ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 (*) (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2>::ToString() inline String_t* KeyValuePair_2_ToString_mE260B308F6BD8950A16D74FA9794930412187E04 (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *, const RuntimeMethod*))KeyValuePair_2_ToString_mE260B308F6BD8950A16D74FA9794930412187E04_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mA84A586C3F8A00EAFF93BAC4C59E08762A01ADCB (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, RuntimeObject * ___key0, ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *, RuntimeObject *, ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 , const RuntimeMethod*))KeyValuePair_2__ctor_mA84A586C3F8A00EAFF93BAC4C59E08762A01ADCB_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_inline (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_inline (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { return (( ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 (*) (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m0E7A67849104681E7A470CC7E3CE324D55E55BD4 (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *, const RuntimeMethod*))KeyValuePair_2_ToString_m0E7A67849104681E7A470CC7E3CE324D55E55BD4_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m41228ABF3275C98403C0F400AF80B2B9D118FBBC (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, RuntimeObject * ___key0, bool ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *, RuntimeObject *, bool, const RuntimeMethod*))KeyValuePair_2__ctor_m41228ABF3275C98403C0F400AF80B2B9D118FBBC_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_inline (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *, const RuntimeMethod*))KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline bool KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_inline (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { return (( bool (*) (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *, const RuntimeMethod*))KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m9F5F18CA1EF53AB960AC5F74C1B29C844CD59097 (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *, const RuntimeMethod*))KeyValuePair_2_ToString_m9F5F18CA1EF53AB960AC5F74C1B29C844CD59097_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mADEB127D3399A29542EBD7E8BA4E29CF88C2FEAA (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, RuntimeObject * ___key0, Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *, RuntimeObject *, Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 , const RuntimeMethod*))KeyValuePair_2__ctor_mADEB127D3399A29542EBD7E8BA4E29CF88C2FEAA_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_inline (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *, const RuntimeMethod*))KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_inline (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { return (( Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 (*) (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *, const RuntimeMethod*))KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m150363FB88586281391C19A5E84242F7B1235381 (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *, const RuntimeMethod*))KeyValuePair_2_ToString_m150363FB88586281391C19A5E84242F7B1235381_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m69AFC18F07F2BD10A59AABA8FFF099230F18BADB (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *, RuntimeObject *, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m69AFC18F07F2BD10A59AABA8FFF099230F18BADB_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_inline (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_inline (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m900ECAE4DFE6E868470D2D80C18BE56DEE16D78A (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *, const RuntimeMethod*))KeyValuePair_2_ToString_m900ECAE4DFE6E868470D2D80C18BE56DEE16D78A_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m60FEEFF15640D74A18EA08C58727F157D7B649D3 (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *, RuntimeObject *, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m60FEEFF15640D74A18EA08C58727F157D7B649D3_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_inline (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_inline (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mC4541439D0F8DC79ADBFBE7B9ACED71EA089B737 (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *, const RuntimeMethod*))KeyValuePair_2_ToString_mC4541439D0F8DC79ADBFBE7B9ACED71EA089B737_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m782EBC69ADE6241EA5D082D5689145987128429C (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, RuntimeObject * ___key0, intptr_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))KeyValuePair_2__ctor_m782EBC69ADE6241EA5D082D5689145987128429C_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_inline (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline intptr_t KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_inline (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { return (( intptr_t (*) (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m25E9ADA3904AF337968399A75D9ABD915F36BA36 (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *, const RuntimeMethod*))KeyValuePair_2_ToString_m25E9ADA3904AF337968399A75D9ABD915F36BA36_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m08A76A73E0F1236D9BF9EA53E32C97B0B777B8BD (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *, const RuntimeMethod*))KeyValuePair_2_ToString_m08A76A73E0F1236D9BF9EA53E32C97B0B777B8BD_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mD321F84EF279DAA8266815775407B7DBA6344DCD (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, RuntimeObject * ___key0, ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *, RuntimeObject *, ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 , const RuntimeMethod*))KeyValuePair_2__ctor_mD321F84EF279DAA8266815775407B7DBA6344DCD_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_inline (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_inline (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { return (( ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 (*) (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m6A58137B6D42C13D597880765D8D1CCFAD272AA4 (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *, const RuntimeMethod*))KeyValuePair_2_ToString_m6A58137B6D42C13D597880765D8D1CCFAD272AA4_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mDA242BCDD62DEADA8650C159BA82D2FC95DCB958 (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, RuntimeObject * ___key0, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *, RuntimeObject *, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F , const RuntimeMethod*))KeyValuePair_2__ctor_mDA242BCDD62DEADA8650C159BA82D2FC95DCB958_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_inline (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *, const RuntimeMethod*))KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_inline (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { return (( PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F (*) (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *, const RuntimeMethod*))KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m74A677555C4B8DDC53870B841291AD8AE3E3807A (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *, const RuntimeMethod*))KeyValuePair_2_ToString_m74A677555C4B8DDC53870B841291AD8AE3E3807A_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m8917B2C48C6B7B6650FB1940DC7161AF3142C382 (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, RuntimeObject * ___key0, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *, RuntimeObject *, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 , const RuntimeMethod*))KeyValuePair_2__ctor_m8917B2C48C6B7B6650FB1940DC7161AF3142C382_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_inline (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *, const RuntimeMethod*))KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_inline (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { return (( ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 (*) (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *, const RuntimeMethod*))KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m35660DF7C6598D532F80E4098C035432666F8A93 (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *, const RuntimeMethod*))KeyValuePair_2_ToString_m35660DF7C6598D532F80E4098C035432666F8A93_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m21FECE8D740CAB4784693EF2ADF5F5FE37651479 (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, RuntimeObject * ___key0, float ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *, RuntimeObject *, float, const RuntimeMethod*))KeyValuePair_2__ctor_m21FECE8D740CAB4784693EF2ADF5F5FE37651479_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_inline (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline float KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_inline (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { return (( float (*) (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m73248BE48B1D3B03180810307F3EA987F12C1E3D (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *, const RuntimeMethod*))KeyValuePair_2_ToString_m73248BE48B1D3B03180810307F3EA987F12C1E3D_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m93CA2ED2371F127941B4326EFB5D386960CD43BC (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, RuntimeObject * ___key0, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *, RuntimeObject *, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 , const RuntimeMethod*))KeyValuePair_2__ctor_m93CA2ED2371F127941B4326EFB5D386960CD43BC_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_inline (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *, const RuntimeMethod*))KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_inline (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { return (( StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 (*) (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *, const RuntimeMethod*))KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mEAD721C58B1F0D8EB38F2FED920CDEE21B8B570F (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *, const RuntimeMethod*))KeyValuePair_2_ToString_mEAD721C58B1F0D8EB38F2FED920CDEE21B8B570F_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m7089185AFCE8614EC6BC9F746477CB6259B12816 (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, RuntimeObject * ___key0, TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *, RuntimeObject *, TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 , const RuntimeMethod*))KeyValuePair_2__ctor_m7089185AFCE8614EC6BC9F746477CB6259B12816_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_inline (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_inline (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { return (( TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 (*) (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mF74C7A6E08AAD1E5015C1FE2B712920DB59DF2CA (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *, const RuntimeMethod*))KeyValuePair_2_ToString_mF74C7A6E08AAD1E5015C1FE2B712920DB59DF2CA_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m39AD359F5277D2E313A6EAB51EBE6D9536CEA000 (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, RuntimeObject * ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *, RuntimeObject *, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 , const RuntimeMethod*))KeyValuePair_2__ctor_m39AD359F5277D2E313A6EAB51EBE6D9536CEA000_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_inline (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *, const RuntimeMethod*))KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_inline (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { return (( XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 (*) (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *, const RuntimeMethod*))KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m7BC189CFB8770B195B21446F4DA6170686DD34CB (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *, const RuntimeMethod*))KeyValuePair_2_ToString_m7BC189CFB8770B195B21446F4DA6170686DD34CB_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mE33FD5D9835901722A7920039317953331238E40 (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, RuntimeObject * ___key0, Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *, RuntimeObject *, Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F , const RuntimeMethod*))KeyValuePair_2__ctor_mE33FD5D9835901722A7920039317953331238E40_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_inline (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_inline (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { return (( Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F (*) (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m43167A06DEFF791E491E42F28529C858E0DF2532 (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *, const RuntimeMethod*))KeyValuePair_2_ToString_m43167A06DEFF791E491E42F28529C858E0DF2532_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m80677F27B28606B8C39022DD08B5B58F48B11257 (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, RuntimeObject * ___key0, PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *, RuntimeObject *, PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 , const RuntimeMethod*))KeyValuePair_2__ctor_m80677F27B28606B8C39022DD08B5B58F48B11257_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_inline (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *, const RuntimeMethod*))KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_inline (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { return (( PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 (*) (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *, const RuntimeMethod*))KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mDC4B8DF24AD5047320E5A2736048DD944FFBCBFF (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *, const RuntimeMethod*))KeyValuePair_2_ToString_mDC4B8DF24AD5047320E5A2736048DD944FFBCBFF_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mD9A0334BA101082126111F1484AB81AB04F84A94 (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *, PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mD9A0334BA101082126111F1484AB81AB04F84A94_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_inline (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { return (( PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 (*) (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *, const RuntimeMethod*))KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_inline (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *, const RuntimeMethod*))KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mD4416CD64A5FF07D35F97EE37F8845D3164FEF48 (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *, const RuntimeMethod*))KeyValuePair_2_ToString_mD4416CD64A5FF07D35F97EE37F8845D3164FEF48_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mDD49B86CD92C800E797946BE134664B4BB2A86B2 (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mDD49B86CD92C800E797946BE134664B4BB2A86B2_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_inline (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { return (( ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 (*) (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_inline (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m86B5D4DD0698E57777062916CD7747F269127819 (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *, const RuntimeMethod*))KeyValuePair_2_ToString_m86B5D4DD0698E57777062916CD7747F269127819_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m5849511F4041C43125A4DD87FC01DDA1696BAB4D (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, uint32_t ___key0, CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *, uint32_t, CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 , const RuntimeMethod*))KeyValuePair_2__ctor_m5849511F4041C43125A4DD87FC01DDA1696BAB4D_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint32_t KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_inline (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *, const RuntimeMethod*))KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_inline (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { return (( CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 (*) (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *, const RuntimeMethod*))KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m56BBB821F522DFDD81C246E6A7EFC6CBE03FA448 (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *, const RuntimeMethod*))KeyValuePair_2_ToString_m56BBB821F522DFDD81C246E6A7EFC6CBE03FA448_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mAF3ACD50A9A08310B1302B3520953D103D01BF42 (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, uint32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *, uint32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_mAF3ACD50A9A08310B1302B3520953D103D01BF42_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint32_t KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_inline (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline int32_t KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_inline (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m1CCDE3958AB5752612A02553246E53869F7DD325 (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *, const RuntimeMethod*))KeyValuePair_2_ToString_m1CCDE3958AB5752612A02553246E53869F7DD325_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mC3384B2257BE2D521A80283375E95038FEF20523 (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *, uint32_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mC3384B2257BE2D521A80283375E95038FEF20523_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint32_t KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_inline (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *, const RuntimeMethod*))KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_inline (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *, const RuntimeMethod*))KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m9AA0E5734EE6F8DF0877577357504AD5F5885545 (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *, const RuntimeMethod*))KeyValuePair_2_ToString_m9AA0E5734EE6F8DF0877577357504AD5F5885545_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mCA8BB520CFF4D1932C191D4908F984DAE7261382 (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, uint32_t ___key0, uint32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *, uint32_t, uint32_t, const RuntimeMethod*))KeyValuePair_2__ctor_mCA8BB520CFF4D1932C191D4908F984DAE7261382_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint32_t KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_inline (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline uint32_t KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_inline (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mA3559C9FD91FE6D71CE88D85EE8BE7F35E56CD72 (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *, const RuntimeMethod*))KeyValuePair_2_ToString_mA3559C9FD91FE6D71CE88D85EE8BE7F35E56CD72_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mA2640F7993A074D1F9ABE4E98D7B0B1FD94160B9 (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *, uint64_t, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 , const RuntimeMethod*))KeyValuePair_2__ctor_mA2640F7993A074D1F9ABE4E98D7B0B1FD94160B9_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint64_t KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_inline (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { return (( uint64_t (*) (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_inline (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { return (( ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 (*) (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m3FC734F29BDD50AA7816592322967E7845E2A85B (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *, const RuntimeMethod*))KeyValuePair_2_ToString_m3FC734F29BDD50AA7816592322967E7845E2A85B_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m57638EB505B37611700C6DE013D1B239016160AD (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, uint64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *, uint64_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m57638EB505B37611700C6DE013D1B239016160AD_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline uint64_t KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_inline (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { return (( uint64_t (*) (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_inline (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mEA0EE46601B2AE29992F22C0DED374358420C2B0 (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *, const RuntimeMethod*))KeyValuePair_2_ToString_mEA0EE46601B2AE29992F22C0DED374358420C2B0_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mEF7B63B109730E65800062B496EFA05AA00750B5 (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 , XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 , const RuntimeMethod*))KeyValuePair_2__ctor_mEF7B63B109730E65800062B496EFA05AA00750B5_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_inline (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { return (( XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 (*) (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_inline (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { return (( XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 (*) (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mC06EDBE23510C93440023D193D2CBC8035F2C214 (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *, const RuntimeMethod*))KeyValuePair_2_ToString_mC06EDBE23510C93440023D193D2CBC8035F2C214_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m61D127CA4F09643AEFE383F7902D1D47FC70B6EF (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m61D127CA4F09643AEFE383F7902D1D47FC70B6EF_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_inline (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { return (( TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 (*) (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *, const RuntimeMethod*))KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_inline (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *, const RuntimeMethod*))KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mB75389B4E24B7E0A614648E5258637D0C7C7D8F3 (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *, const RuntimeMethod*))KeyValuePair_2_ToString_mB75389B4E24B7E0A614648E5258637D0C7C7D8F3_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m61CC213C8F5009DA9D11BD3DE513B63F79EEDB84 (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m61CC213C8F5009DA9D11BD3DE513B63F79EEDB84_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_inline (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { return (( TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F (*) (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_inline (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_m72833F75B81961F50C39CDA35E601EE85040F6A0 (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *, const RuntimeMethod*))KeyValuePair_2_ToString_m72833F75B81961F50C39CDA35E601EE85040F6A0_gshared)(__this, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m78F9F3358E01BB636AB66B46E811560F611A98CD (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m78F9F3358E01BB636AB66B46E811560F611A98CD_gshared)(__this, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { return (( TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_gshared_inline)(__this, method); } // System.String System.Collections.Generic.KeyValuePair`2::ToString() inline String_t* KeyValuePair_2_ToString_mF443607B59A8A92ADC71094CF5443513B71A0435 (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, const RuntimeMethod*))KeyValuePair_2_ToString_mF443607B59A8A92ADC71094CF5443513B71A0435_gshared)(__this, method); } // System.Void UnityEngine.UIElements.EventBase::set_propagation(UnityEngine.UIElements.EventBase/EventPropagation) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7_inline (EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UIElements.EventBase::set_imguiEvent(UnityEngine.Event) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_imguiEvent_mC4D6A8E08A41E53F774E6A736C77F2AA1DADDF1C (EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * __this, Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___value0, const RuntimeMethod* method); // UnityEngine.EventModifiers UnityEngine.Event::get_modifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_modifiers_m01356D3F1DDF6746122F129713EBE87BFA65D886 (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * __this, const RuntimeMethod* method); // System.Char UnityEngine.Event::get_character() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Event_get_character_mFDB32862186913735A8EC1B44F2455EC67C8403E (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * __this, const RuntimeMethod* method); // UnityEngine.KeyCode UnityEngine.Event::get_keyCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_keyCode_mBB8C639B5337ABE6A54423C604DAB0B9F3BB217E (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11 (int32_t ___argument0, int32_t ___resource1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5 (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowKeyNotFoundException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowKeyNotFoundException_m83BD3CFAC4DEBDAEC9B1886E7BCEBFF4D3C677FA (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A (int32_t ___resource0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084 (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Lazy`1::.ctor(System.Func`1) inline void Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A (Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * __this, Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * ___valueFactory0, const RuntimeMethod* method) { (( void (*) (Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B *, Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *, const RuntimeMethod*))Lazy_1__ctor_m4C2FB85B8E2D735920BB53EC77E74A3FEBB513C4_gshared)(__this, ___valueFactory0, method); } // MathNet.Numerics.Permutation MathNet.Numerics.Permutation::FromInversions(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * Permutation_FromInversions_m4AC3B0CE0D7CF68502FAF54022A3FB492F44D6AE (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___inv0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::.ctor(System.Int32) inline void LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, int32_t ___maxCapacity0, const RuntimeMethod* method) { (( void (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, int32_t, const RuntimeMethod*))LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E_gshared)(__this, ___maxCapacity0, method); } // System.Void System.Collections.Generic.LargeArrayBuilder`1::.ctor(System.Boolean) inline void LargeArrayBuilder_1__ctor_mE8BAFE1F7BABA51239A5E5DB8626CA9FF1269E87 (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, bool ___initialize0, const RuntimeMethod* method) { (( void (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, bool, const RuntimeMethod*))LargeArrayBuilder_1__ctor_mE8BAFE1F7BABA51239A5E5DB8626CA9FF1269E87_gshared)(__this, ___initialize0, method); } // System.Void System.Collections.Generic.LargeArrayBuilder`1::AllocateBuffer() inline void LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7 (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, const RuntimeMethod* method) { (( void (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, const RuntimeMethod*))LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7_gshared)(__this, method); } // System.Void System.Collections.Generic.LargeArrayBuilder`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void LargeArrayBuilder_1_AddRange_m008F8B6F2DC93D4F738125F9EE3E170DDDEAE3EE (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, RuntimeObject* ___items0, const RuntimeMethod* method) { (( void (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, RuntimeObject*, const RuntimeMethod*))LargeArrayBuilder_1_AddRange_m008F8B6F2DC93D4F738125F9EE3E170DDDEAE3EE_gshared)(__this, ___items0, method); } // T[] System.Collections.Generic.LargeArrayBuilder`1::GetBuffer(System.Int32) inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262 (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, int32_t, const RuntimeMethod*))LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262_gshared)(__this, ___index0, method); } // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Collections.Generic.LargeArrayBuilder`1::CopyTo(T[],System.Int32,System.Int32) inline void LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96 (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, int32_t ___count2, const RuntimeMethod* method) { (( void (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, const RuntimeMethod*))LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96_gshared)(__this, ___array0, ___arrayIndex1, ___count2, method); } // System.Int32 System.Collections.Generic.ArrayBuilder`1::get_Count() inline int32_t ArrayBuilder_1_get_Count_m5199B04CF5C214ECD475E077A0A3A171E728B396_inline (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *, const RuntimeMethod*))ArrayBuilder_1_get_Count_m1A196A3989F8E85BAC9702129E5D5B92CF2C15FF_gshared_inline)(__this, method); } // T System.Collections.Generic.ArrayBuilder`1::get_Item(System.Int32) inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayBuilder_1_get_Item_m2D103CA4EABB28EFEEE5B3DF0E99DE128D2EF495 (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *, int32_t, const RuntimeMethod*))ArrayBuilder_1_get_Item_m8AE1ACBBCD3D5ADF5DE0D40F6AB33121245B112F_gshared)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.LargeArrayBuilder`1::TryMove(T[]&) inline bool LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, const RuntimeMethod* method) { return (( bool (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, const RuntimeMethod*))LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C_gshared)(__this, ___array0, method); } // T[] System.Collections.Generic.LargeArrayBuilder`1::ToArray() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_ToArray_mEC14C134AADBCEEDF02C62FDACFAE4AC559CBABC (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *, const RuntimeMethod*))LargeArrayBuilder_1_ToArray_mEC14C134AADBCEEDF02C62FDACFAE4AC559CBABC_gshared)(__this, method); } // System.Void System.Collections.Generic.ArrayBuilder`1::Add(T) inline void ArrayBuilder_1_Add_mBA91F9473219E37097A2E8D99022785092D2238E (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___item0, const RuntimeMethod* method) { (( void (*) (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))ArrayBuilder_1_Add_mB64C9A916CCBDB6B9050D4D8D18774298F7BB16C_gshared)(__this, ___item0, method); } // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B (Exception_t * ___source0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095 (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.Debugger::NotifyOfCrossThreadDependency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_NotifyOfCrossThreadDependency_mFCE44794D4BF98E3BE828CF918C48620FF36AFBD (const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Delegate::op_Equality(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41 (Delegate_t * ___d10, Delegate_t * ___d21, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.MissingMemberException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m6B52F2DFC7A22644E68456CAB2051171334BAA42 (MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Memory.Internals.RefCountedMemoryLifetimeGuard::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962 (RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC * __this, const RuntimeMethod* method); // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::get_Shared() inline ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline (const RuntimeMethod* method) { return (( ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * (*) (const RuntimeMethod*))ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_gshared_inline)(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); // !0& System.Span`1::get_Item(System.Int32) inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline (ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.PixelBlenders.PorterDuffFunctions::LightenClear(System.Numerics.Vector4,System.Numerics.Vector4,System.Single) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___backdrop0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___source1, float ___opacity2, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *, const RuntimeMethod*))Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_gshared_inline)(__this, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline float* ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline (ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( float* (*) (ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_gshared_inline)(__this, ___index0, method); } // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.PixelBlenders.PorterDuffFunctions::LightenDest(System.Numerics.Vector4,System.Numerics.Vector4,System.Single) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21 (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___backdrop0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___source1, float ___opacity2, const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.PixelBlenders.PorterDuffFunctions::LightenDestAtop(System.Numerics.Vector4,System.Numerics.Vector4,System.Single) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___backdrop0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___source1, float ___opacity2, 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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m2B85514528DB5BAF738AC4070A4275115407ACE7_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_m2B85514528DB5BAF738AC4070A4275115407ACE7_RuntimeMethod_var))); } IL_0014: { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 KeyCollection_GetEnumerator_m3E905A59BEBF7677D8E85839F738035BE2BFA6A7_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mF89195B8CB221DE2274BF97302E7795CBD8B0616((&L_1), (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m09DBD6C669F9A15BBF916FC9F8B21E7350AA9443_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* V_1 = NULL; int32_t V_2 = 0; { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m09DBD6C669F9A15BBF916FC9F8B21E7350AA9443_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m09DBD6C669F9A15BBF916FC9F8B21E7350AA9443_RuntimeMethod_var))); } IL_002e: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_11 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m09DBD6C669F9A15BBF916FC9F8B21E7350AA9443_RuntimeMethod_var))); } IL_004b: { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_14 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_16 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* L_17 = (EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); uint32_t L_26 = (uint32_t)((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (uint32_t)L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_m30DA7012D283CCAA9969A225032FBC3E0DDAA29D_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_m61A95283186FE06500013B906E1E4CDE320EF1AE_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m6CCE2EF5BB952A3FBD3A1B880C62E6DC959FE12A_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, uint32_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m6CCE2EF5BB952A3FBD3A1B880C62E6DC959FE12A_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_mD1ECC16AA72DA640BA99E69E2A74E9BFF0F0AFD0_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_mD1ECC16AA72DA640BA99E69E2A74E9BFF0F0AFD0_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_m111E1C3C10CC12A4F4ADE0F0FE2D47987F10C1B7_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, uint32_t ___item0, const RuntimeMethod* method) { { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); uint32_t L_1 = ___item0; NullCheck((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *, uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0, (uint32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mC9E3F1327C365AF958A28DFB1FA58A69CC193EB8_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, uint32_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mC9E3F1327C365AF958A28DFB1FA58A69CC193EB8_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_m3D8B8E5A54C58C1B4F737B711A46569914E3E9FA_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mF89195B8CB221DE2274BF97302E7795CBD8B0616((&L_1), (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 L_2 = (Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_m97744555A3E52FD88ADACE215CCB2060DF7F9592_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mF89195B8CB221DE2274BF97302E7795CBD8B0616((&L_1), (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 L_2 = (Enumerator_tC8F06C4EEF04623FAE11476A54F9DD491F6C4B69 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_19 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_0; if (!L_23) { goto IL_0096; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F *)__this); (( void (*) (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F *, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F *)__this, (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_29 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_31 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* L_32 = (EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_t7EA822197054D9F86EFEC5F43775E887A9AC6AD0* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); uint32_t L_41 = (uint32_t)((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); uint32_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m623140B1729B82D827055978810EA484379455AA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m2210CB64AD51885009B0D77B06D0268A1097EAF4_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_mA57D1995F4F2D1EAF6CDE0443E3288A8797A70B6_gshared (KeyCollection_t1A5CA3D16BAB9F0EFB6C4D76C45A677E77CAC98F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * L_0 = (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_mC4EDC880B6E5928FCA0264CB62B5C78485BF2B30_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_mC4EDC880B6E5928FCA0264CB62B5C78485BF2B30_RuntimeMethod_var))); } IL_0014: { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 KeyCollection_GetEnumerator_mAFE3382E4AE3894266063097A6A895479253A8FA_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mAFFCFF7A983C472B0262DE16B83B6323439D1361((&L_1), (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m099AC708AE8B5671B4FFBCC427A6A8232FBD8E7B_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* V_1 = NULL; int32_t V_2 = 0; { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m099AC708AE8B5671B4FFBCC427A6A8232FBD8E7B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m099AC708AE8B5671B4FFBCC427A6A8232FBD8E7B_RuntimeMethod_var))); } IL_002e: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_11 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m099AC708AE8B5671B4FFBCC427A6A8232FBD8E7B_RuntimeMethod_var))); } IL_004b: { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_14 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_16 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* L_17 = (EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); uint32_t L_26 = (uint32_t)((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (uint32_t)L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_m403EC9E518687B2B9BCDCC5C5D23654A32437C45_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_m17CE63774A44763DCDA1322978A2140E33C2FD5C_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_mED708A4B7BD020791E7AD8054C25FC3754A7D058_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, uint32_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_mED708A4B7BD020791E7AD8054C25FC3754A7D058_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m97F21E0E6509611CF329C85F3F23C2BCBBA6A093_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m97F21E0E6509611CF329C85F3F23C2BCBBA6A093_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_m839955F1F01C4B652ABBAD3C3F22706AE7899606_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, uint32_t ___item0, const RuntimeMethod* method) { { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); uint32_t L_1 = ___item0; NullCheck((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *, uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0, (uint32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m29243A166D42A366B28AC58EBA7CD0CF663AEF98_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, uint32_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m29243A166D42A366B28AC58EBA7CD0CF663AEF98_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_m3DE2C1BBB12B20BD8C4D676F7FC3F74EB6FB2931_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mAFFCFF7A983C472B0262DE16B83B6323439D1361((&L_1), (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 L_2 = (Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_m1F87393545813797336DDD07480C355F587AD4BC_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mAFFCFF7A983C472B0262DE16B83B6323439D1361((&L_1), (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 L_2 = (Enumerator_t2A369D2A685E1014D10C70DDEA67194129F063A3 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_19 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_0; if (!L_23) { goto IL_0096; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 *)__this); (( void (*) (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 *, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 *)__this, (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_29 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_31 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* L_32 = (EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_tB7D42C5ACC1B80B5E042DEB640F884109A868D71* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); uint32_t L_41 = (uint32_t)((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); uint32_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mB252E8FBEE35B9C94FB1B53845C17F629A6FC5BF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m34FA628A87FDA748C41D1FFBC420C1AF1FB53AC7_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_mED9164CCCCFA20401FE3E660F7BE0DC5FB97EB48_gshared (KeyCollection_tBE9EC90BAD41960757B22CD82404F734DBB7AF35 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 * L_0 = (Dictionary_2_t75F6BD28CDB213A91111BFE6D1C72CBB4E9E2B81 *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m5A8054BC333C3B149C86E40765A8F58A90ED7861_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_m5A8054BC333C3B149C86E40765A8F58A90ED7861_RuntimeMethod_var))); } IL_0014: { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 KeyCollection_GetEnumerator_m9D50248229EBAD33B68A772047431698A1E1461D_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mC6FB3A6B1587DEB50EF9FAFA4BBDDCDE1CA52259((&L_1), (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m94BD968C6CFC640E4F2C37DBD68C00134CCEC7D1_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* V_1 = NULL; int32_t V_2 = 0; { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m94BD968C6CFC640E4F2C37DBD68C00134CCEC7D1_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m94BD968C6CFC640E4F2C37DBD68C00134CCEC7D1_RuntimeMethod_var))); } IL_002e: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_11 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m94BD968C6CFC640E4F2C37DBD68C00134CCEC7D1_RuntimeMethod_var))); } IL_004b: { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_14 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_16 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* L_17 = (EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); uint64_t L_26 = (uint64_t)((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (uint64_t)L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_m51D92A97D4AA5A4D7AAEC50B9131C6A17E601035_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_mF6F12168EAE9B07EAEF5CBC203B66287C82D3D6F_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m226C33FF33DAC7BED722F3FA75CE2529375A8F5A_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, uint64_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m226C33FF33DAC7BED722F3FA75CE2529375A8F5A_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_mCBC01292B17928A8327F1C0A0E93E7E07C28C68C_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_mCBC01292B17928A8327F1C0A0E93E7E07C28C68C_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_m72A491C5B43006EB41FCF1AB70096A2752E3CB95_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, uint64_t ___item0, const RuntimeMethod* method) { { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); uint64_t L_1 = ___item0; NullCheck((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0, (uint64_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mAB695973473814FCCF50DD58861D22D87C8BD5BF_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, uint64_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mAB695973473814FCCF50DD58861D22D87C8BD5BF_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_m7FB7054411492CF80DA9272760CF93A656EF5FB7_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mC6FB3A6B1587DEB50EF9FAFA4BBDDCDE1CA52259((&L_1), (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 L_2 = (Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_mBF5A176778463F50A6531D2C1A9B5788F3C14C66_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_mC6FB3A6B1587DEB50EF9FAFA4BBDDCDE1CA52259((&L_1), (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 L_2 = (Enumerator_tFA97B1EA0517B9C2B22912F13B5D37294FC67FF9 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_19 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_0; if (!L_23) { goto IL_0096; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 *)__this); (( void (*) (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 *, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 *)__this, (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_29 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_31 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* L_32 = (EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); uint64_t L_41 = (uint64_t)((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); uint64_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mFC424E8E934A60A58344BD1BE557FFD375CF8775_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m3EF20CAFC2407CD99D8366F07C097C1A1CC53489_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_m04F1A29E42C41F247E9BB0D2490FAAADEC8ED6D4_gshared (KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_mEEBFBB1EDF21316BA0DD632843F5ED79B677F944_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_mEEBFBB1EDF21316BA0DD632843F5ED79B677F944_RuntimeMethod_var))); } IL_0014: { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 KeyCollection_GetEnumerator_m4568D53BF7FAA305177528269A26E5E4D98F9F04_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m784307C64CB56BD6BA041E826F818ED41E41A4AF((&L_1), (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_mDF4632133E56748E22ADE58531996CFB820D8782_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* V_1 = NULL; int32_t V_2 = 0; { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_mDF4632133E56748E22ADE58531996CFB820D8782_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_mDF4632133E56748E22ADE58531996CFB820D8782_RuntimeMethod_var))); } IL_002e: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_11 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_mDF4632133E56748E22ADE58531996CFB820D8782_RuntimeMethod_var))); } IL_004b: { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_14 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_16 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* L_17 = (EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); uint64_t L_26 = (uint64_t)((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (uint64_t)L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_m7C71EF0E9BA8553E79AC15BFEA92FDEB280C6FED_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_m3D76E44AFF2D9D2B9AA58D909FF6C31A7111DC5E_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m0DA86376426088B887C3F0314E1EAE72B7DE4C37_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, uint64_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m0DA86376426088B887C3F0314E1EAE72B7DE4C37_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m5FF689DAB70B7CC9F8D75AEE8114CF252EB2C845_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m5FF689DAB70B7CC9F8D75AEE8114CF252EB2C845_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_mDC27353B14508AD5AD773E0DD4528FB0183F5BB5_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, uint64_t ___item0, const RuntimeMethod* method) { { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); uint64_t L_1 = ___item0; NullCheck((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *, uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0, (uint64_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m232A730043816775412BDE5893800A4350A6E4A3_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, uint64_t ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m232A730043816775412BDE5893800A4350A6E4A3_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_mFD8B27140A49CF4924BB215C17FEC36CB9A65C84_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m784307C64CB56BD6BA041E826F818ED41E41A4AF((&L_1), (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 L_2 = (Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_mD8D05BF608A8AF9AE8DCC2A132BC97105E4F48C6_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m784307C64CB56BD6BA041E826F818ED41E41A4AF((&L_1), (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 L_2 = (Enumerator_tEC954AC480CF2896309DB234C051D9673E603A45 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_19 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_0; if (!L_23) { goto IL_0096; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F *)__this); (( void (*) (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F *, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F *)__this, (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_29 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_31 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* L_32 = (EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_t54BBAD1F7328BEC876A63E4ADA6D7ACDD3ECE4D3* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); uint64_t L_41 = (uint64_t)((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); uint64_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m8FDB6AE9AF3974AFD39F70605543A8108E6A42BE_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m309B4309C716386A14181D78EF3A7CCCCB29221E_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_m8A3F8BC8884EAE570A93ED3348AD29EF3BA6EBE6_gshared (KeyCollection_t42CCC45AD9AFD4B1EC32305A1FB75096D1D60E4F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * L_0 = (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m17E2BF3AECD5198E752DB8A646E1CBEB351D5226_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_m17E2BF3AECD5198E752DB8A646E1CBEB351D5226_RuntimeMethod_var))); } IL_0014: { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 KeyCollection_GetEnumerator_mDA44F3C226A759E6238E2B4967A802E6B41FFF1C_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m46930D383B076588A027B02516FC1F03CDB0148D((&L_1), (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m368DC131EBAE9C838103424AE9E616165EF20B92_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* V_1 = NULL; int32_t V_2 = 0; { XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m368DC131EBAE9C838103424AE9E616165EF20B92_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m368DC131EBAE9C838103424AE9E616165EF20B92_RuntimeMethod_var))); } IL_002e: { XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_11 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m368DC131EBAE9C838103424AE9E616165EF20B92_RuntimeMethod_var))); } IL_004b: { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_14 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_16 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* L_17 = (EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_26 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_mC49EC5691E69223519AD215396EE87B520BBDF9A_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_mE374BBC9C28A69AB240F20C076E3B0CB44561FD1_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m3FB89FCE495952BDD47562A29B72F80E40C14C27_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m3FB89FCE495952BDD47562A29B72F80E40C14C27_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m853149C59F66DE55B630F1A3B0870A5FEB2FA670_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m853149C59F66DE55B630F1A3B0870A5FEB2FA670_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_mB8C269BE7348B44FE0E863205DCB333039FCBA9F_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___item0, const RuntimeMethod* method) { { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_1 = ___item0; NullCheck((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0, (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mE580086A4BFAAB5687AA30BA30FBC2A8999771A9_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mE580086A4BFAAB5687AA30BA30FBC2A8999771A9_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_m54740E443EDF7519AC03B0C861AAFD25C0D50D48_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m46930D383B076588A027B02516FC1F03CDB0148D((&L_1), (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 L_2 = (Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_mB821ECB25FB1E2CF9D2229EC0B78DF299AE583C7_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m46930D383B076588A027B02516FC1F03CDB0148D((&L_1), (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 L_2 = (Enumerator_t3AB3FFB69247337197C4C73FE0A02ABDCF7A5224 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_19 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969*)((XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* L_23 = V_0; if (!L_23) { goto IL_0096; } } { XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 *)__this); (( void (*) (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 *, XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 *)__this, (XPathNodeRefU5BU5D_t2FE2018B98F8FD216550263E71F88CAFD1569969*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_29 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_31 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* L_32 = (EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_41 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_42 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mF1572E790B12F8A62AD099BBF09AB2CF144E0D21_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m6640D6C55772AB5D8EE62E0AA7110E10FA6FA4EB_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_mD3D0BD7DAB2546AAA5D0C343752D72DAACD7C256_gshared (KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_0 = (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_mD7D961BA14234DA454192F6A6683561EB4D64877_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_mD7D961BA14234DA454192F6A6683561EB4D64877_RuntimeMethod_var))); } IL_0014: { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 KeyCollection_GetEnumerator_m9537D9C9709F7BACEF140D354D8B457C9BCD15E1_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m589283A8A1E8BC337C3504068253AAAB6EF00984((&L_1), (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m42691C5F6E2E7390675C4A75536D3F24A3BA8046_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* V_1 = NULL; int32_t V_2 = 0; { TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m42691C5F6E2E7390675C4A75536D3F24A3BA8046_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m42691C5F6E2E7390675C4A75536D3F24A3BA8046_RuntimeMethod_var))); } IL_002e: { TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_11 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m42691C5F6E2E7390675C4A75536D3F24A3BA8046_RuntimeMethod_var))); } IL_004b: { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_14 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_16 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* L_17 = (EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_26 = (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_mAF10C85213E8BC9EDFEE3377AFA9959374666A45_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_m2FBEF20A3D2B422A4ED0A39A5670D96BD4F2DA2D_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m5C77992B109A5A72E0015431178C993E671792AB_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m5C77992B109A5A72E0015431178C993E671792AB_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m0BD405B6D48D556656911AD3996FC7A5E05B75D7_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m0BD405B6D48D556656911AD3996FC7A5E05B75D7_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_m85FCA5E0FE356DE1817E66A5662B8EBC21CE20F2_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___item0, const RuntimeMethod* method) { { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_1 = ___item0; NullCheck((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0, (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mA37B8CB11463276DBE91AE00937A866DB8F0385E_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mA37B8CB11463276DBE91AE00937A866DB8F0385E_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_mC2E31A35ACC24D109082B17D122D95795807DB2F_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m589283A8A1E8BC337C3504068253AAAB6EF00984((&L_1), (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 L_2 = (Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_m706F6C2BA13EFB9B9BF83BB9B6F1555220914B58_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m589283A8A1E8BC337C3504068253AAAB6EF00984((&L_1), (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 L_2 = (Enumerator_tFA9BBB04F90C397196EC10173879AB6C679FE240 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_19 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5*)((TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* L_23 = V_0; if (!L_23) { goto IL_0096; } } { TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 *)__this); (( void (*) (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 *, TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 *)__this, (TypeConvertKeyU5BU5D_tD72F6294D48C7BB251F5E4A3FD1F44C7C1A2E8D5*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_29 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_31 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* L_32 = (EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_tC26D2C09F915643323E756291AB2D960ADDB9C7C* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_41 = (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_42 = (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE68F8EF9D95064FF657E9D51102DE3C11D75B01B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m4A349A3824979D3317BBBBAD5459EE649FC76099_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_m24089059DD2BCE1A38B9E32D5F88612CEA7F35E3_gshared (KeyCollection_t7C8A6172BB3872DED185FB0B1DF84E5FC9143DD5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 * L_0 = (Dictionary_2_t9F185347C9E1E30F3F7C2184639100BDD45EFF16 *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m4A2038D616647F5F93C48F723511E42063625D6E_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_m4A2038D616647F5F93C48F723511E42063625D6E_RuntimeMethod_var))); } IL_0014: { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 KeyCollection_GetEnumerator_m8E61CB583607B2B3D948B80F77EBE9A726DC6FA6_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m48EC02DB28B2CAFF50C197574DE2029DDD8A6F0F((&L_1), (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m9852E93140D5504B552017C8D50633583620A151_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* V_1 = NULL; int32_t V_2 = 0; { TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m9852E93140D5504B552017C8D50633583620A151_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m9852E93140D5504B552017C8D50633583620A151_RuntimeMethod_var))); } IL_002e: { TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_11 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m9852E93140D5504B552017C8D50633583620A151_RuntimeMethod_var))); } IL_004b: { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_14 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_16 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* L_17 = (EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_26 = (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_mEF1E8D9C3761A70A9F6B044BA31C324B4CCE361D_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_m921715B9B181C094AB6C5F175CBB70E08668A30F_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m8523779635A5B1D9C37DD30B9F39829E77E5ED0D_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m8523779635A5B1D9C37DD30B9F39829E77E5ED0D_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m09F60BDC1B04F26D527C0A13FF5688FF8B3C32A5_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m09F60BDC1B04F26D527C0A13FF5688FF8B3C32A5_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_m23D1E98F93D97905589100C5F0F2A59DB8E59AFA_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___item0, const RuntimeMethod* method) { { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_1 = ___item0; NullCheck((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0, (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m801CFD20F31C88CC96F0977703A4B8B0A3803505_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_m801CFD20F31C88CC96F0977703A4B8B0A3803505_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_m44B7725E945C8483236C9CF1F9301CE054256AB5_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m48EC02DB28B2CAFF50C197574DE2029DDD8A6F0F((&L_1), (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 L_2 = (Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_m01EBB574D48DBB0813F81BFC6161BAE4C2D2CEA4_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m48EC02DB28B2CAFF50C197574DE2029DDD8A6F0F((&L_1), (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 L_2 = (Enumerator_t1EFCB1680CC500B1185ED57A5EE743F015C40817 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_19 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017*)((TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* L_23 = V_0; if (!L_23) { goto IL_0096; } } { TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 *)__this); (( void (*) (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 *, TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 *)__this, (TypeNameKeyU5BU5D_t39B67DD4712ABED077A2C39A17412AF3AE74C017*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_29 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_31 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* L_32 = (EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_t6BE5CFCC1605A3D4C8FB961297B90BB26BE59746* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_41 = (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_42 = (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_m79B2658297818225D1D7FEAF2FA27626382327AB_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_mD6E6B9DF4E25E81383AE632EC12B46FA8E86152E_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_mE5D7E70334B3CD776DF32D9D43CF8CAFDA5658BD_gshared (KeyCollection_t47FBA058D82C0AB90E9D960D4AD3768C82217011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 * L_0 = (Dictionary_2_tCF26F19589EE6236F917297C8E7EA7587E568A65 *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::.ctor(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_mC0922E946D5D5C07693476D38BCAE0AC81DF13CB_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = ___dictionary0; if (L_0) { goto IL_0014; } } { 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*)&KeyCollection__ctor_mC0922E946D5D5C07693476D38BCAE0AC81DF13CB_RuntimeMethod_var))); } IL_0014: { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_2 = ___dictionary0; __this->set_dictionary_0(L_2); return; } } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 KeyCollection_GetEnumerator_m17ABEC387BF069AD7897001567F8C94D588FDE8E_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m680FFF457C08C6B169B46CD105751CB6B43019E2((&L_1), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 )L_1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m34D50550111896B5E665445A450E82FAB9D23896_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_1 = NULL; int32_t V_2 = 0; { TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m34D50550111896B5E665445A450E82FAB9D23896_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m34D50550111896B5E665445A450E82FAB9D23896_RuntimeMethod_var))); } IL_002e: { TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_11 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_11); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_12))) { goto IL_004b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CopyTo_m34D50550111896B5E665445A450E82FAB9D23896_RuntimeMethod_var))); } IL_004b: { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_14 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_count_2(); V_0 = (int32_t)L_15; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_16 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck(L_16); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_17 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_16->get_entries_1(); V_1 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_17; V_2 = (int32_t)0; goto IL_0092; } IL_0067: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = (int32_t)((L_18)->GetAddressAt(static_cast(L_19)))->get_hashCode_0(); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_008e; } } { TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* L_21 = ___array0; int32_t L_22 = ___index1; int32_t L_23 = (int32_t)L_22; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_26 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_24)->GetAddressAt(static_cast(L_25)))->get_key_2(); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_26); } IL_008e: { int32_t L_27 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0092: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0067; } } { return; } } // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_mE0B378F2C565CF2A76B258BCA1DFDFDCFDC34252_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_get_IsReadOnly_m51351EF602AED23917026CE1329930380F727AAC_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m8BAB6BE03E2A4BFAE2BBAD2258A82672F64423FB_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Add_m8BAB6BE03E2A4BFAE2BBAD2258A82672F64423FB_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m76B9707DFF09A4B898140D3D849F5F10CCE6326D_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Clear_m76B9707DFF09A4B898140D3D849F5F10CCE6326D_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Contains_m8E1489A272AA6BFCA42CAFF1DB9EC0BB4D1415AE_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___item0, const RuntimeMethod* method) { { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_1 = ___item0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (bool)L_2; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mAD4ADDB50BEC897534EF35E60B6BF4125FFD6DB7_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_Generic_ICollectionU3CTKeyU3E_Remove_mAD4ADDB50BEC897534EF35E60B6BF4125FFD6DB7_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_Generic_IEnumerableU3CTKeyU3E_GetEnumerator_mE8EAA3F0BD858B65162F6C8E6A0892E809C6D7D8_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m680FFF457C08C6B169B46CD105751CB6B43019E2((&L_1), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 L_2 = (Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_m31526A300E81046848867D6915C0CF3DAE9B490B_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 L_1; memset((&L_1), 0, sizeof(L_1)); Enumerator__ctor_m680FFF457C08C6B169B46CD105751CB6B43019E2((&L_1), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 L_2 = (Enumerator_t914132A1A7488464276E36385DFE4C80616AB5E9 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_19 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_19); int32_t L_20; L_20 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_20))) { goto IL_0083; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); } IL_0083: { RuntimeArray * L_22 = ___array0; V_0 = (TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C*)((TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C*)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* L_23 = V_0; if (!L_23) { goto IL_0096; } } { TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C* L_24 = V_0; int32_t L_25 = ___index1; NullCheck((KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *)__this); (( void (*) (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *, TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *)__this, (TileCoordU5BU5D_tFB110BCE61953DECB5C41844C8D0919852EFC09C*)L_24, (int32_t)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } IL_0096: { RuntimeArray * L_26 = ___array0; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_1; if (L_27) { goto IL_00b0; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); } IL_00b0: { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_29 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck(L_29); int32_t L_30 = (int32_t)L_29->get_count_2(); V_2 = (int32_t)L_30; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_31 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck(L_31); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_32 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_31->get_entries_1(); V_3 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_32; } IL_00c8: try {// begin try (depth: 1) { V_4 = (int32_t)0; goto IL_00fd; } IL_00cd: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_33 = V_3; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = (int32_t)((L_33)->GetAddressAt(static_cast(L_34)))->get_hashCode_0(); if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_00f7; } } IL_00dd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = V_1; int32_t L_37 = ___index1; int32_t L_38 = (int32_t)L_37; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_41 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_39)->GetAddressAt(static_cast(L_40)))->get_key_2(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_42 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_42); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_43); (L_36)->SetAt(static_cast(L_38), (RuntimeObject *)L_43); } IL_00f7: { int32_t L_44 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00fd: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00cd; } } IL_0102: { goto IL_0115; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0104; } throw e; } CATCH_0104: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_System_Collections_ICollection_CopyTo_mE288EFAF5D70021420ABF323535D36756B827F92_RuntimeMethod_var))); }// end catch (depth: 1) IL_0115: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_System_Collections_ICollection_get_IsSynchronized_m90A4079FFE64D097DF7F21D507EC930E84B8B24F_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyCollection_System_Collections_ICollection_get_SyncRoot_m55F4C3F97F98DBAD15BDB811D944ABB4F5E530B0_gshared (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_0 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this->get_dictionary_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.SortedList`2/KeyList::.ctor(System.Collections.Generic.SortedList`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList__ctor_m624475637E287D352727D817490671B88561F860_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * ___dictionary0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = ___dictionary0; __this->set__dict_0(L_0); return; } } // System.Int32 System.Collections.Generic.SortedList`2/KeyList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyList_get_Count_m018BC0263298785213ED4189C6071399CB924CC5_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck(L_0); int32_t L_1 = (int32_t)L_0->get__size_2(); return (int32_t)L_1; } } // System.Boolean System.Collections.Generic.SortedList`2/KeyList::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyList_get_IsReadOnly_mBD61464842A9BCFEBC9A5BB3EAD6ECC8F7B86EE1_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.Generic.SortedList`2/KeyList::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyList_System_Collections_ICollection_get_IsSynchronized_mC7C4CDC9CE61D5831BB0AA6140B0EB4B5E2A21CF_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.SortedList`2/KeyList::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyList_System_Collections_ICollection_get_SyncRoot_m4F7E5F4863AA2DC28DCFC5657C52DA9DFC8562DD_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject *)L_1; } } // System.Void System.Collections.Generic.SortedList`2/KeyList::Add(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_Add_m9268E202B99C49B8D7E97B66581049D9EE732BF6_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_Add_m9268E202B99C49B8D7E97B66581049D9EE732BF6_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.SortedList`2/KeyList::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_Clear_m3D69F4C6032AFC3365EE35187E06B7D7B25AB091_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_Clear_m3D69F4C6032AFC3365EE35187E06B7D7B25AB091_RuntimeMethod_var))); } } // System.Boolean System.Collections.Generic.SortedList`2/KeyList::Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyList_Contains_mA3A674A04C481CA9287195FCF9CF905401FA70D3_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); RuntimeObject * L_1 = ___key0; NullCheck((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_0); bool L_2; L_2 = (( bool (*) (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (bool)L_2; } } // System.Void System.Collections.Generic.SortedList`2/KeyList::CopyTo(TKey[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_CopyTo_m5C3E81625914537ADC93C2D0CFDDF05ABE0F0C03_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0->get_keys_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; int32_t L_3 = ___arrayIndex1; SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_4 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_4); int32_t L_5; L_5 = (( int32_t (*) (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_5, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Generic.SortedList`2/KeyList::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_System_Collections_ICollection_CopyTo_m1840482999E306AE1A84561100ECADCE74D9593C_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (!L_0) { goto IL_001c; } } { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001c; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_System_Collections_ICollection_CopyTo_m1840482999E306AE1A84561100ECADCE74D9593C_RuntimeMethod_var))); } IL_001c: { } IL_001d: try {// begin try (depth: 1) SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_4 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck(L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4->get_keys_0(); RuntimeArray * L_6 = ___array0; int32_t L_7 = ___arrayIndex1; SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_8 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (RuntimeArray *)L_6, (int32_t)L_7, (int32_t)L_9, /*hidden argument*/NULL); goto IL_004e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003d; } throw e; } CATCH_003d: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_System_Collections_ICollection_CopyTo_m1840482999E306AE1A84561100ECADCE74D9593C_RuntimeMethod_var))); }// end catch (depth: 1) IL_004e: { return; } } // System.Void System.Collections.Generic.SortedList`2/KeyList::Insert(System.Int32,TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_Insert_m6D2F945C6A4940D96E2AB67E2A5D8AF25D4501B5_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_Insert_m6D2F945C6A4940D96E2AB67E2A5D8AF25D4501B5_RuntimeMethod_var))); } } // TKey System.Collections.Generic.SortedList`2/KeyList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyList_get_Item_mF6C7121AE15253B13B242DE49CEA15DBC200D55B_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, int32_t ___index0, const RuntimeMethod* method) { { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); int32_t L_1 = ___index0; NullCheck((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_0); RuntimeObject * L_2; L_2 = (( RuntimeObject * (*) (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (RuntimeObject *)L_2; } } // System.Void System.Collections.Generic.SortedList`2/KeyList::set_Item(System.Int32,TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_set_Item_mD61581BA56B9BA5B587074375487A5CDC8DAC8EE_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_set_Item_mD61581BA56B9BA5B587074375487A5CDC8DAC8EE_RuntimeMethod_var))); } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.SortedList`2/KeyList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyList_GetEnumerator_m1CB2B5AB8C6A9EC8F98E52B076047D522B1C7CDE_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA * L_1 = (SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA *, SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_1, (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject*)L_1; } } // System.Collections.IEnumerator System.Collections.Generic.SortedList`2/KeyList::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyList_System_Collections_IEnumerable_GetEnumerator_m95C8FA70CD76CBE78EDA4987116138BB57B335BE_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, const RuntimeMethod* method) { { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_0 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA * L_1 = (SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (SortedListKeyEnumerator_t26011F2C7F880D9834DDABD553A184093B4ABCEA *, SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_1, (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.Generic.SortedList`2/KeyList::IndexOf(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyList_IndexOf_mE17FD11CA05D68B7F273E7BA5077F806DEC61386_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0013; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_IndexOf_mE17FD11CA05D68B7F273E7BA5077F806DEC61386_RuntimeMethod_var))); } IL_0013: { SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_2 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck(L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2->get_keys_0(); SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_4 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_4); int32_t L_5; L_5 = (( int32_t (*) (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_6 = ___key0; SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * L_7 = (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 *)__this->get__dict_0(); NullCheck(L_7); RuntimeObject* L_8 = (RuntimeObject*)L_7->get_comparer_4(); int32_t L_9; L_9 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3, (int32_t)0, (int32_t)L_5, (RuntimeObject *)L_6, (RuntimeObject*)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_0 = (int32_t)L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_11 = V_0; return (int32_t)L_11; } IL_0042: { return (int32_t)(-1); } } // System.Boolean System.Collections.Generic.SortedList`2/KeyList::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyList_Remove_m5A9ABD03CC3545C4AA19DB77AD749E0B43CFC2FD_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_Remove_m5A9ABD03CC3545C4AA19DB77AD749E0B43CFC2FD_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.SortedList`2/KeyList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyList_RemoveAt_mC6D4F9B1A811E8FE9CF6BC4078C80DF674917BE7_gshared (KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyList_RemoveAt_mC6D4F9B1A811E8FE9CF6BC4078C80DF674917BE7_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m54C33745B53E6B8761975217EA28950A0034C1A5_gshared (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m54C33745B53E6B8761975217EA28950A0034C1A5_AdjustorThunk (RuntimeObject * __this, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m54C33745B53E6B8761975217EA28950A0034C1A5(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2,System.Object>::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_gshared (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )__this->get_key_0(); return (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; } } IL2CPP_EXTERN_C ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 _returnValue; _returnValue = KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2,System.Object>::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_gshared (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2,System.Object>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mD1B518A2C1BAC3F2D6ABC3DC1F060803C04C0922_gshared (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0; L_0 = KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_inline((KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *)(KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_1 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_inline((KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *)(KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mD1B518A2C1BAC3F2D6ABC3DC1F060803C04C0922_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mD1B518A2C1BAC3F2D6ABC3DC1F060803C04C0922(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2,System.Single>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mBDC1AC173DB10E237C287A23B6A0B194710FB5E7_gshared (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, float ___value1, const RuntimeMethod* method) { { ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_0 = ___key0; __this->set_key_0(L_0); float L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mBDC1AC173DB10E237C287A23B6A0B194710FB5E7_AdjustorThunk (RuntimeObject * __this, ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 ___key0, float ___value1, const RuntimeMethod* method) { KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mBDC1AC173DB10E237C287A23B6A0B194710FB5E7(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2,System.Single>::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_gshared (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { { ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_0 = (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 )__this->get_key_0(); return (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 )L_0; } } IL2CPP_EXTERN_C ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 _returnValue; _returnValue = KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2,System.Single>::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_gshared (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_1(); return (float)L_0; } } IL2CPP_EXTERN_C float KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2,System.Single>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mBE8FD435BCCAB4AABF0ACB4633EF1C60DDAC1C0A_gshared (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { { ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_0; L_0 = KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_inline((KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *)(KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_1 = (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); float L_3; L_3 = KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_inline((KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *)(KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); float L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mBE8FD435BCCAB4AABF0ACB4633EF1C60DDAC1C0A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mBE8FD435BCCAB4AABF0ACB4633EF1C60DDAC1C0A(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD1CA3A4E38794FFB7236BAF4598131562E42150A_gshared (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___key0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___value1, const RuntimeMethod* method) { { Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_0 = ___key0; __this->set_key_0(L_0); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mD1CA3A4E38794FFB7236BAF4598131562E42150A_AdjustorThunk (RuntimeObject * __this, Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___key0, Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___value1, const RuntimeMethod* method) { KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mD1CA3A4E38794FFB7236BAF4598131562E42150A(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_gshared (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { { Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_0 = (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )__this->get_key_0(); return (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )L_0; } } IL2CPP_EXTERN_C Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC _returnValue; _returnValue = KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_gshared (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { { Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )__this->get_value_1(); return (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )L_0; } } IL2CPP_EXTERN_C Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 _returnValue; _returnValue = KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2,o0.Geometry.Vector`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m733223E423E4E50F8AB32CBD329780D62FED83E2_gshared (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { { Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_0; L_0 = KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_inline((KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *)(KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_1 = (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3; L_3 = KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_inline((KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *)(KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_4 = (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m733223E423E4E50F8AB32CBD329780D62FED83E2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m733223E423E4E50F8AB32CBD329780D62FED83E2(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m083F46D748E1116D4CE40B45AC028855D906D3D7_gshared (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___key0, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value1, const RuntimeMethod* method) { { BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_0 = ___key0; __this->set_key_0(L_0); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m083F46D748E1116D4CE40B45AC028855D906D3D7_AdjustorThunk (RuntimeObject * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___key0, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value1, const RuntimeMethod* method) { KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m083F46D748E1116D4CE40B45AC028855D906D3D7(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_gshared (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { { BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_0 = (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )__this->get_key_0(); return (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_0; } } IL2CPP_EXTERN_C BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A _returnValue; _returnValue = KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_gshared (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { { BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_0 = (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )__this->get_value_1(); return (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_0; } } IL2CPP_EXTERN_C BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D _returnValue; _returnValue = KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m860C05B28852A3A4723FE2EA667EE0483F4A8420_gshared (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { { BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_0; L_0 = KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_inline((KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *)(KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_1 = (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_3; L_3 = KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_inline((KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *)(KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_4 = (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m860C05B28852A3A4723FE2EA667EE0483F4A8420_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m860C05B28852A3A4723FE2EA667EE0483F4A8420(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mF34C8752F54E5D48571C1E90F433F5A16DE53DE2_gshared (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, uint8_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { uint8_t L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mF34C8752F54E5D48571C1E90F433F5A16DE53DE2_AdjustorThunk (RuntimeObject * __this, uint8_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mF34C8752F54E5D48571C1E90F433F5A16DE53DE2(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_gshared (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_key_0(); return (uint8_t)L_0; } } IL2CPP_EXTERN_C uint8_t KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_gshared (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mF46C1CC7FE950368DF7E9319EBC84B7F8562650F_gshared (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { { uint8_t L_0; L_0 = KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_inline((KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *)(KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_1 = (uint8_t)L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_inline((KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *)(KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mF46C1CC7FE950368DF7E9319EBC84B7F8562650F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mF46C1CC7FE950368DF7E9319EBC84B7F8562650F(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m56937D1891471338589A54EBA2FBADBFC59017AB_gshared (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m56937D1891471338589A54EBA2FBADBFC59017AB_AdjustorThunk (RuntimeObject * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m56937D1891471338589A54EBA2FBADBFC59017AB(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_gshared (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )__this->get_key_0(); return (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_0; } } IL2CPP_EXTERN_C Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 _returnValue; _returnValue = KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_gshared (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m327E3844FA8B910839A98F941236C844640F8136_gshared (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; L_0 = KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_inline((KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *)(KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_inline((KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *)(KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m327E3844FA8B910839A98F941236C844640F8136_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m327E3844FA8B910839A98F941236C844640F8136(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mB18247B96EF03A42104070F93F7BAD28F3105055_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mB18247B96EF03A42104070F93F7BAD28F3105055_AdjustorThunk (RuntimeObject * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mB18247B96EF03A42104070F93F7BAD28F3105055(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )__this->get_key_0(); return (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; } } IL2CPP_EXTERN_C DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 _returnValue; _returnValue = KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m92799F28FA9450C7EBAC1F6D3EAA3766A5FDC08F_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_inline((KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_inline((KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m92799F28FA9450C7EBAC1F6D3EAA3766A5FDC08F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m92799F28FA9450C7EBAC1F6D3EAA3766A5FDC08F(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m88BF01C2CD762790471E7D73AF510D3CFE647257_gshared (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, Guid_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { Guid_t L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m88BF01C2CD762790471E7D73AF510D3CFE647257_AdjustorThunk (RuntimeObject * __this, Guid_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m88BF01C2CD762790471E7D73AF510D3CFE647257(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_gshared (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { { Guid_t L_0 = (Guid_t )__this->get_key_0(); return (Guid_t )L_0; } } IL2CPP_EXTERN_C Guid_t KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Guid_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_gshared (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m97FBAC8B3E5B24B2DD7B978F3950B573CD9C484D_gshared (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { { Guid_t L_0; L_0 = KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_inline((KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *)(KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Guid_t L_1 = (Guid_t )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_inline((KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *)(KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m97FBAC8B3E5B24B2DD7B978F3950B573CD9C484D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m97FBAC8B3E5B24B2DD7B978F3950B573CD9C484D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mE136B0D5E9831CCBD1CE8CA482549594C59AAC06_gshared (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___key0; __this->set_key_0(L_0); bool L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mE136B0D5E9831CCBD1CE8CA482549594C59AAC06_AdjustorThunk (RuntimeObject * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) { KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mE136B0D5E9831CCBD1CE8CA482549594C59AAC06(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_gshared (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_gshared (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_1(); return (bool)L_0; } } IL2CPP_EXTERN_C bool KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m212FF66C3CDCF4FFE5C3A98777B84FC30B478C25_gshared (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_inline((KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *)(KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); bool L_3; L_3 = KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_inline((KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *)(KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); bool L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m212FF66C3CDCF4FFE5C3A98777B84FC30B478C25_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m212FF66C3CDCF4FFE5C3A98777B84FC30B478C25(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m66119B3CCD7EA7C927E07FFBEC45BEE18376C151_gshared (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, int32_t ___key0, Il2CppChar ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___key0; __this->set_key_0(L_0); Il2CppChar L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m66119B3CCD7EA7C927E07FFBEC45BEE18376C151_AdjustorThunk (RuntimeObject * __this, int32_t ___key0, Il2CppChar ___value1, const RuntimeMethod* method) { KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m66119B3CCD7EA7C927E07FFBEC45BEE18376C151(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_gshared (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_gshared (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_value_1(); return (Il2CppChar)L_0; } } IL2CPP_EXTERN_C Il2CppChar KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m9820A4695B78C04E8AE8704AF3C914B98A294B8B_gshared (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_inline((KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *)(KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); Il2CppChar L_3; L_3 = KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_inline((KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *)(KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Il2CppChar L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m9820A4695B78C04E8AE8704AF3C914B98A294B8B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m9820A4695B78C04E8AE8704AF3C914B98A294B8B(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m464A96D10BD1A619B4460B46883E3430923B95D2_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___key0; __this->set_key_0(L_0); int32_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m464A96D10BD1A619B4460B46883E3430923B95D2_AdjustorThunk (RuntimeObject * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m464A96D10BD1A619B4460B46883E3430923B95D2(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m2D2D7459033F78B9AF0D88B2BB4A7928B6FC791F_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); int32_t L_3; L_3 = KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_inline((KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m2D2D7459033F78B9AF0D88B2BB4A7928B6FC791F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m2D2D7459033F78B9AF0D88B2BB4A7928B6FC791F(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m1636575220E61E31247FD4D483959DF40C3E4168_gshared (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, int32_t ___key0, int64_t ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___key0; __this->set_key_0(L_0); int64_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m1636575220E61E31247FD4D483959DF40C3E4168_AdjustorThunk (RuntimeObject * __this, int32_t ___key0, int64_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m1636575220E61E31247FD4D483959DF40C3E4168(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_gshared (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_gshared (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_value_1(); return (int64_t)L_0; } } IL2CPP_EXTERN_C int64_t KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m84568BD3F0CBE9CFAD7C12C3868DEBCF38235AC1_gshared (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_inline((KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *)(KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); int64_t L_3; L_3 = KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_inline((KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *)(KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int64_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m84568BD3F0CBE9CFAD7C12C3868DEBCF38235AC1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m84568BD3F0CBE9CFAD7C12C3868DEBCF38235AC1(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m41D4966155CE2B58DF8B3AAE7A86672F44729A7D_gshared (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m41D4966155CE2B58DF8B3AAE7A86672F44729A7D_AdjustorThunk (RuntimeObject * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m41D4966155CE2B58DF8B3AAE7A86672F44729A7D(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mE819840750F962CCE6C12B7FE3DFF3C6BACD542C_gshared (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_inline((KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_inline((KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mE819840750F962CCE6C12B7FE3DFF3C6BACD542C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mE819840750F962CCE6C12B7FE3DFF3C6BACD542C(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m58627C150F4BBB1E8C0F6204101DEE2D0DC784B1_gshared (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, int64_t ___key0, int32_t ___value1, const RuntimeMethod* method) { { int64_t L_0 = ___key0; __this->set_key_0(L_0); int32_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m58627C150F4BBB1E8C0F6204101DEE2D0DC784B1_AdjustorThunk (RuntimeObject * __this, int64_t ___key0, int32_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m58627C150F4BBB1E8C0F6204101DEE2D0DC784B1(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_gshared (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_key_0(); return (int64_t)L_0; } } IL2CPP_EXTERN_C int64_t KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_gshared (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mEF2F64714AAE8588EC6A451A96D1DFEA1C9CE8F7_gshared (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { { int64_t L_0; L_0 = KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_inline((KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *)(KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); int32_t L_3; L_3 = KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_inline((KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *)(KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mEF2F64714AAE8588EC6A451A96D1DFEA1C9CE8F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mEF2F64714AAE8588EC6A451A96D1DFEA1C9CE8F7(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mF1DE1E0530EE1DE9399C8A494C40B9D7336978D5_gshared (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int64_t L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mF1DE1E0530EE1DE9399C8A494C40B9D7336978D5_AdjustorThunk (RuntimeObject * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mF1DE1E0530EE1DE9399C8A494C40B9D7336978D5(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_gshared (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_key_0(); return (int64_t)L_0; } } IL2CPP_EXTERN_C int64_t KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_gshared (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m433AADC692B8D80935A7072032A3A95D00E69E68_gshared (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { { int64_t L_0; L_0 = KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_inline((KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *)(KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_inline((KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *)(KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m433AADC692B8D80935A7072032A3A95D00E69E68_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m433AADC692B8D80935A7072032A3A95D00E69E68(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m777BA084C94128ADEB9BE35BC173EF799280E039_gshared (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, RuntimeObject * ___key0, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m777BA084C94128ADEB9BE35BC173EF799280E039_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m777BA084C94128ADEB9BE35BC173EF799280E039(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2>::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_gshared (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2>::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_gshared (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )__this->get_value_1(); return (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; } } IL2CPP_EXTERN_C ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 _returnValue; _returnValue = KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mE260B308F6BD8950A16D74FA9794930412187E04_gshared (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_inline((KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *)(KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_1; L_1 = KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_inline((KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *)(KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_2 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mE260B308F6BD8950A16D74FA9794930412187E04_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mE260B308F6BD8950A16D74FA9794930412187E04(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA84A586C3F8A00EAFF93BAC4C59E08762A01ADCB_gshared (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, RuntimeObject * ___key0, ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mA84A586C3F8A00EAFF93BAC4C59E08762A01ADCB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 ___value1, const RuntimeMethod* method) { KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mA84A586C3F8A00EAFF93BAC4C59E08762A01ADCB(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_gshared (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_gshared (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { { ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 L_0 = (ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 )__this->get_value_1(); return (ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 )L_0; } } IL2CPP_EXTERN_C ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 _returnValue; _returnValue = KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m0E7A67849104681E7A470CC7E3CE324D55E55BD4_gshared (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_inline((KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *)(KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 L_1; L_1 = KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_inline((KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *)(KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 L_2 = (ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m0E7A67849104681E7A470CC7E3CE324D55E55BD4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m0E7A67849104681E7A470CC7E3CE324D55E55BD4(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m41228ABF3275C98403C0F400AF80B2B9D118FBBC_gshared (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, RuntimeObject * ___key0, bool ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); bool L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m41228ABF3275C98403C0F400AF80B2B9D118FBBC_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, bool ___value1, const RuntimeMethod* method) { KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m41228ABF3275C98403C0F400AF80B2B9D118FBBC(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_gshared (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_gshared (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_1(); return (bool)L_0; } } IL2CPP_EXTERN_C bool KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m9F5F18CA1EF53AB960AC5F74C1B29C844CD59097_gshared (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_inline((KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *)(KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_1; L_1 = KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_inline((KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *)(KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); bool L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m9F5F18CA1EF53AB960AC5F74C1B29C844CD59097_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m9F5F18CA1EF53AB960AC5F74C1B29C844CD59097(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mADEB127D3399A29542EBD7E8BA4E29CF88C2FEAA_gshared (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, RuntimeObject * ___key0, Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mADEB127D3399A29542EBD7E8BA4E29CF88C2FEAA_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mADEB127D3399A29542EBD7E8BA4E29CF88C2FEAA(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_gshared (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_gshared (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_0 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )__this->get_value_1(); return (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_0; } } IL2CPP_EXTERN_C Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 _returnValue; _returnValue = KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m150363FB88586281391C19A5E84242F7B1235381_gshared (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_inline((KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *)(KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_inline((KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *)(KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_2 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m150363FB88586281391C19A5E84242F7B1235381_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m150363FB88586281391C19A5E84242F7B1235381(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m69AFC18F07F2BD10A59AABA8FFF099230F18BADB_gshared (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); int32_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m69AFC18F07F2BD10A59AABA8FFF099230F18BADB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m69AFC18F07F2BD10A59AABA8FFF099230F18BADB(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_gshared (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_gshared (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m900ECAE4DFE6E868470D2D80C18BE56DEE16D78A_gshared (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_inline((KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *)(KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1; L_1 = KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_inline((KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *)(KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m900ECAE4DFE6E868470D2D80C18BE56DEE16D78A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m900ECAE4DFE6E868470D2D80C18BE56DEE16D78A(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m60FEEFF15640D74A18EA08C58727F157D7B649D3_gshared (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); int32_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m60FEEFF15640D74A18EA08C58727F157D7B649D3_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m60FEEFF15640D74A18EA08C58727F157D7B649D3(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_gshared (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_gshared (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mC4541439D0F8DC79ADBFBE7B9ACED71EA089B737_gshared (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_inline((KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *)(KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1; L_1 = KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_inline((KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *)(KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_2 = (int32_t)L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mC4541439D0F8DC79ADBFBE7B9ACED71EA089B737_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mC4541439D0F8DC79ADBFBE7B9ACED71EA089B737(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m782EBC69ADE6241EA5D082D5689145987128429C_gshared (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, RuntimeObject * ___key0, intptr_t ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); intptr_t L_1 = ___value1; __this->set_value_1((intptr_t)L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m782EBC69ADE6241EA5D082D5689145987128429C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, intptr_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m782EBC69ADE6241EA5D082D5689145987128429C(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_gshared (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_gshared (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { { intptr_t L_0 = (intptr_t)__this->get_value_1(); return (intptr_t)L_0; } } IL2CPP_EXTERN_C intptr_t KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); intptr_t _returnValue; _returnValue = KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m25E9ADA3904AF337968399A75D9ABD915F36BA36_gshared (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_inline((KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *)(KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); intptr_t L_1; L_1 = KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_inline((KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *)(KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); intptr_t L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m25E9ADA3904AF337968399A75D9ABD915F36BA36_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m25E9ADA3904AF337968399A75D9ABD915F36BA36(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m08A76A73E0F1236D9BF9EA53E32C97B0B777B8BD_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_inline((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_1; L_1 = KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_inline((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_2; L_2 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_1, /*hidden argument*/NULL); return (String_t*)L_2; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m08A76A73E0F1236D9BF9EA53E32C97B0B777B8BD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m08A76A73E0F1236D9BF9EA53E32C97B0B777B8BD(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD321F84EF279DAA8266815775407B7DBA6344DCD_gshared (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, RuntimeObject * ___key0, ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mD321F84EF279DAA8266815775407B7DBA6344DCD_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 ___value1, const RuntimeMethod* method) { KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mD321F84EF279DAA8266815775407B7DBA6344DCD(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_gshared (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_gshared (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { { ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 L_0 = (ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 )__this->get_value_1(); return (ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 )L_0; } } IL2CPP_EXTERN_C ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 _returnValue; _returnValue = KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m6A58137B6D42C13D597880765D8D1CCFAD272AA4_gshared (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_inline((KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *)(KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 L_1; L_1 = KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_inline((KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *)(KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 L_2 = (ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m6A58137B6D42C13D597880765D8D1CCFAD272AA4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m6A58137B6D42C13D597880765D8D1CCFAD272AA4(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mDA242BCDD62DEADA8650C159BA82D2FC95DCB958_gshared (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, RuntimeObject * ___key0, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mDA242BCDD62DEADA8650C159BA82D2FC95DCB958_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F ___value1, const RuntimeMethod* method) { KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mDA242BCDD62DEADA8650C159BA82D2FC95DCB958(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_gshared (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_gshared (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { { PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F L_0 = (PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F )__this->get_value_1(); return (PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F )L_0; } } IL2CPP_EXTERN_C PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F _returnValue; _returnValue = KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m74A677555C4B8DDC53870B841291AD8AE3E3807A_gshared (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_inline((KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *)(KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F L_1; L_1 = KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_inline((KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *)(KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F L_2 = (PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m74A677555C4B8DDC53870B841291AD8AE3E3807A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m74A677555C4B8DDC53870B841291AD8AE3E3807A(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m8917B2C48C6B7B6650FB1940DC7161AF3142C382_gshared (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, RuntimeObject * ___key0, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m8917B2C48C6B7B6650FB1940DC7161AF3142C382_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m8917B2C48C6B7B6650FB1940DC7161AF3142C382(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_gshared (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_gshared (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { { ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_0 = (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 )__this->get_value_1(); return (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 )L_0; } } IL2CPP_EXTERN_C ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 _returnValue; _returnValue = KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m35660DF7C6598D532F80E4098C035432666F8A93_gshared (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_inline((KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *)(KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_1; L_1 = KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_inline((KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *)(KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_2 = (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m35660DF7C6598D532F80E4098C035432666F8A93_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m35660DF7C6598D532F80E4098C035432666F8A93(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m21FECE8D740CAB4784693EF2ADF5F5FE37651479_gshared (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, RuntimeObject * ___key0, float ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); float L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m21FECE8D740CAB4784693EF2ADF5F5FE37651479_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, float ___value1, const RuntimeMethod* method) { KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m21FECE8D740CAB4784693EF2ADF5F5FE37651479(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_gshared (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_gshared (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_1(); return (float)L_0; } } IL2CPP_EXTERN_C float KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m73248BE48B1D3B03180810307F3EA987F12C1E3D_gshared (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_inline((KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *)(KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); float L_1; L_1 = KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_inline((KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *)(KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); float L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m73248BE48B1D3B03180810307F3EA987F12C1E3D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m73248BE48B1D3B03180810307F3EA987F12C1E3D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m93CA2ED2371F127941B4326EFB5D386960CD43BC_gshared (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, RuntimeObject * ___key0, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m93CA2ED2371F127941B4326EFB5D386960CD43BC_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m93CA2ED2371F127941B4326EFB5D386960CD43BC(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_gshared (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_gshared (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { { StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 L_0 = (StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 )__this->get_value_1(); return (StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 )L_0; } } IL2CPP_EXTERN_C StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 _returnValue; _returnValue = KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mEAD721C58B1F0D8EB38F2FED920CDEE21B8B570F_gshared (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_inline((KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *)(KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 L_1; L_1 = KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_inline((KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *)(KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 L_2 = (StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mEAD721C58B1F0D8EB38F2FED920CDEE21B8B570F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mEAD721C58B1F0D8EB38F2FED920CDEE21B8B570F(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m7089185AFCE8614EC6BC9F746477CB6259B12816_gshared (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, RuntimeObject * ___key0, TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m7089185AFCE8614EC6BC9F746477CB6259B12816_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m7089185AFCE8614EC6BC9F746477CB6259B12816(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_gshared (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_gshared (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { { TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 L_0 = (TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 )__this->get_value_1(); return (TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 )L_0; } } IL2CPP_EXTERN_C TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 _returnValue; _returnValue = KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mF74C7A6E08AAD1E5015C1FE2B712920DB59DF2CA_gshared (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_inline((KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *)(KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 L_1; L_1 = KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_inline((KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *)(KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 L_2 = (TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mF74C7A6E08AAD1E5015C1FE2B712920DB59DF2CA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mF74C7A6E08AAD1E5015C1FE2B712920DB59DF2CA(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m39AD359F5277D2E313A6EAB51EBE6D9536CEA000_gshared (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, RuntimeObject * ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m39AD359F5277D2E313A6EAB51EBE6D9536CEA000_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m39AD359F5277D2E313A6EAB51EBE6D9536CEA000(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_gshared (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_gshared (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )__this->get_value_1(); return (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; } } IL2CPP_EXTERN_C XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 _returnValue; _returnValue = KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m7BC189CFB8770B195B21446F4DA6170686DD34CB_gshared (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_inline((KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *)(KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_1; L_1 = KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_inline((KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *)(KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_2 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m7BC189CFB8770B195B21446F4DA6170686DD34CB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m7BC189CFB8770B195B21446F4DA6170686DD34CB(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mE33FD5D9835901722A7920039317953331238E40_gshared (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, RuntimeObject * ___key0, Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mE33FD5D9835901722A7920039317953331238E40_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F ___value1, const RuntimeMethod* method) { KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mE33FD5D9835901722A7920039317953331238E40(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_gshared (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_gshared (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { { Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F L_0 = (Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F )__this->get_value_1(); return (Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F )L_0; } } IL2CPP_EXTERN_C Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F _returnValue; _returnValue = KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m43167A06DEFF791E491E42F28529C858E0DF2532_gshared (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_inline((KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *)(KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F L_1; L_1 = KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_inline((KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *)(KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F L_2 = (Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m43167A06DEFF791E491E42F28529C858E0DF2532_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m43167A06DEFF791E491E42F28529C858E0DF2532(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m80677F27B28606B8C39022DD08B5B58F48B11257_gshared (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, RuntimeObject * ___key0, PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m80677F27B28606B8C39022DD08B5B58F48B11257_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m80677F27B28606B8C39022DD08B5B58F48B11257(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_gshared (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_gshared (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { { PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 L_0 = (PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 )__this->get_value_1(); return (PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 )L_0; } } IL2CPP_EXTERN_C PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 _returnValue; _returnValue = KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mDC4B8DF24AD5047320E5A2736048DD944FFBCBFF_gshared (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_inline((KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *)(KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 L_1; L_1 = KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_inline((KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *)(KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 L_2 = (PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 )L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_2); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mDC4B8DF24AD5047320E5A2736048DD944FFBCBFF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mDC4B8DF24AD5047320E5A2736048DD944FFBCBFF(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD9A0334BA101082126111F1484AB81AB04F84A94_gshared (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mD9A0334BA101082126111F1484AB81AB04F84A94_AdjustorThunk (RuntimeObject * __this, PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mD9A0334BA101082126111F1484AB81AB04F84A94(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_gshared (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { { PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 L_0 = (PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 )__this->get_key_0(); return (PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 )L_0; } } IL2CPP_EXTERN_C PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 _returnValue; _returnValue = KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_gshared (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mD4416CD64A5FF07D35F97EE37F8845D3164FEF48_gshared (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { { PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 L_0; L_0 = KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_inline((KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 L_1 = (PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_inline((KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)(KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mD4416CD64A5FF07D35F97EE37F8845D3164FEF48_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mD4416CD64A5FF07D35F97EE37F8845D3164FEF48(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mDD49B86CD92C800E797946BE134664B4BB2A86B2_gshared (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mDD49B86CD92C800E797946BE134664B4BB2A86B2_AdjustorThunk (RuntimeObject * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mDD49B86CD92C800E797946BE134664B4BB2A86B2(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_gshared (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_0 = (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 )__this->get_key_0(); return (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 )L_0; } } IL2CPP_EXTERN_C ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 _returnValue; _returnValue = KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_gshared (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m86B5D4DD0698E57777062916CD7747F269127819_gshared (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_0; L_0 = KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_inline((KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *)(KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_1 = (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_inline((KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *)(KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m86B5D4DD0698E57777062916CD7747F269127819_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m86B5D4DD0698E57777062916CD7747F269127819(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m5849511F4041C43125A4DD87FC01DDA1696BAB4D_gshared (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, uint32_t ___key0, CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 ___value1, const RuntimeMethod* method) { { uint32_t L_0 = ___key0; __this->set_key_0(L_0); CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m5849511F4041C43125A4DD87FC01DDA1696BAB4D_AdjustorThunk (RuntimeObject * __this, uint32_t ___key0, CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 ___value1, const RuntimeMethod* method) { KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m5849511F4041C43125A4DD87FC01DDA1696BAB4D(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_gshared (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C uint32_t KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_gshared (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { { CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 L_0 = (CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 )__this->get_value_1(); return (CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 )L_0; } } IL2CPP_EXTERN_C CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 _returnValue; _returnValue = KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m56BBB821F522DFDD81C246E6A7EFC6CBE03FA448_gshared (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { { uint32_t L_0; L_0 = KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_inline((KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *)(KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 L_3; L_3 = KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_inline((KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *)(KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 L_4 = (CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 )L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m56BBB821F522DFDD81C246E6A7EFC6CBE03FA448_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m56BBB821F522DFDD81C246E6A7EFC6CBE03FA448(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mAF3ACD50A9A08310B1302B3520953D103D01BF42_gshared (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, uint32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { { uint32_t L_0 = ___key0; __this->set_key_0(L_0); int32_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mAF3ACD50A9A08310B1302B3520953D103D01BF42_AdjustorThunk (RuntimeObject * __this, uint32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mAF3ACD50A9A08310B1302B3520953D103D01BF42(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_gshared (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C uint32_t KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_gshared (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m1CCDE3958AB5752612A02553246E53869F7DD325_gshared (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { { uint32_t L_0; L_0 = KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_inline((KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *)(KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); int32_t L_3; L_3 = KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_inline((KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *)(KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m1CCDE3958AB5752612A02553246E53869F7DD325_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m1CCDE3958AB5752612A02553246E53869F7DD325(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mC3384B2257BE2D521A80283375E95038FEF20523_gshared (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { uint32_t L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mC3384B2257BE2D521A80283375E95038FEF20523_AdjustorThunk (RuntimeObject * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mC3384B2257BE2D521A80283375E95038FEF20523(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_gshared (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C uint32_t KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_gshared (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m9AA0E5734EE6F8DF0877577357504AD5F5885545_gshared (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { { uint32_t L_0; L_0 = KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_inline((KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *)(KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_inline((KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *)(KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m9AA0E5734EE6F8DF0877577357504AD5F5885545_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m9AA0E5734EE6F8DF0877577357504AD5F5885545(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mCA8BB520CFF4D1932C191D4908F984DAE7261382_gshared (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, uint32_t ___key0, uint32_t ___value1, const RuntimeMethod* method) { { uint32_t L_0 = ___key0; __this->set_key_0(L_0); uint32_t L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mCA8BB520CFF4D1932C191D4908F984DAE7261382_AdjustorThunk (RuntimeObject * __this, uint32_t ___key0, uint32_t ___value1, const RuntimeMethod* method) { KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mCA8BB520CFF4D1932C191D4908F984DAE7261382(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_gshared (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C uint32_t KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_gshared (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_value_1(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C uint32_t KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mA3559C9FD91FE6D71CE88D85EE8BE7F35E56CD72_gshared (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { { uint32_t L_0; L_0 = KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_inline((KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *)(KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); uint32_t L_3; L_3 = KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_inline((KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *)(KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mA3559C9FD91FE6D71CE88D85EE8BE7F35E56CD72_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mA3559C9FD91FE6D71CE88D85EE8BE7F35E56CD72(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA2640F7993A074D1F9ABE4E98D7B0B1FD94160B9_gshared (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value1, const RuntimeMethod* method) { { uint64_t L_0 = ___key0; __this->set_key_0(L_0); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mA2640F7993A074D1F9ABE4E98D7B0B1FD94160B9_AdjustorThunk (RuntimeObject * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value1, const RuntimeMethod* method) { KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mA2640F7993A074D1F9ABE4E98D7B0B1FD94160B9(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_gshared (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { { uint64_t L_0 = (uint64_t)__this->get_key_0(); return (uint64_t)L_0; } } IL2CPP_EXTERN_C uint64_t KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_gshared (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { { ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_0 = (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 )__this->get_value_1(); return (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 )L_0; } } IL2CPP_EXTERN_C ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 _returnValue; _returnValue = KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m3FC734F29BDD50AA7816592322967E7845E2A85B_gshared (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { { uint64_t L_0; L_0 = KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_inline((KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *)(KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_3; L_3 = KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_inline((KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *)(KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_4 = (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 )L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m3FC734F29BDD50AA7816592322967E7845E2A85B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m3FC734F29BDD50AA7816592322967E7845E2A85B(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m57638EB505B37611700C6DE013D1B239016160AD_gshared (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, uint64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { uint64_t L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m57638EB505B37611700C6DE013D1B239016160AD_AdjustorThunk (RuntimeObject * __this, uint64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m57638EB505B37611700C6DE013D1B239016160AD(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_gshared (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { { uint64_t L_0 = (uint64_t)__this->get_key_0(); return (uint64_t)L_0; } } IL2CPP_EXTERN_C uint64_t KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_gshared (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mEA0EE46601B2AE29992F22C0DED374358420C2B0_gshared (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { { uint64_t L_0; L_0 = KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_inline((KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *)(KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_inline((KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *)(KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mEA0EE46601B2AE29992F22C0DED374358420C2B0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mEA0EE46601B2AE29992F22C0DED374358420C2B0(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mEF7B63B109730E65800062B496EFA05AA00750B5_gshared (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = ___key0; __this->set_key_0(L_0); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_mEF7B63B109730E65800062B496EFA05AA00750B5_AdjustorThunk (RuntimeObject * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value1, const RuntimeMethod* method) { KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_mEF7B63B109730E65800062B496EFA05AA00750B5(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_gshared (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )__this->get_key_0(); return (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; } } IL2CPP_EXTERN_C XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 _returnValue; _returnValue = KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_gshared (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )__this->get_value_1(); return (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; } } IL2CPP_EXTERN_C XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 _returnValue; _returnValue = KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mC06EDBE23510C93440023D193D2CBC8035F2C214_gshared (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0; L_0 = KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_inline((KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *)(KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_1 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_3; L_3 = KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_inline((KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *)(KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_4 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_4); String_t* L_6; L_6 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); return (String_t*)L_6; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mC06EDBE23510C93440023D193D2CBC8035F2C214_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mC06EDBE23510C93440023D193D2CBC8035F2C214(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m61D127CA4F09643AEFE383F7902D1D47FC70B6EF_gshared (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m61D127CA4F09643AEFE383F7902D1D47FC70B6EF_AdjustorThunk (RuntimeObject * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m61D127CA4F09643AEFE383F7902D1D47FC70B6EF(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_gshared (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { { TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_0 = (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )__this->get_key_0(); return (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )L_0; } } IL2CPP_EXTERN_C TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 _returnValue; _returnValue = KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_gshared (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mB75389B4E24B7E0A614648E5258637D0C7C7D8F3_gshared (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { { TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_0; L_0 = KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_inline((KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *)(KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_1 = (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_inline((KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *)(KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mB75389B4E24B7E0A614648E5258637D0C7C7D8F3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mB75389B4E24B7E0A614648E5258637D0C7C7D8F3(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m61CC213C8F5009DA9D11BD3DE513B63F79EEDB84_gshared (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m61CC213C8F5009DA9D11BD3DE513B63F79EEDB84_AdjustorThunk (RuntimeObject * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m61CC213C8F5009DA9D11BD3DE513B63F79EEDB84(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_gshared (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { { TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_0 = (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )__this->get_key_0(); return (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )L_0; } } IL2CPP_EXTERN_C TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F _returnValue; _returnValue = KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_gshared (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m72833F75B81961F50C39CDA35E601EE85040F6A0_gshared (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { { TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_0; L_0 = KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_inline((KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *)(KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_1 = (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_inline((KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *)(KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_m72833F75B81961F50C39CDA35E601EE85040F6A0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_m72833F75B81961F50C39CDA35E601EE85040F6A0(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m78F9F3358E01BB636AB66B46E811560F611A98CD_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } IL2CPP_EXTERN_C void KeyValuePair_2__ctor_m78F9F3358E01BB636AB66B46E811560F611A98CD_AdjustorThunk (RuntimeObject * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); KeyValuePair_2__ctor_m78F9F3358E01BB636AB66B46E811560F611A98CD(_thisAdjusted, ___key0, ___value1, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )__this->get_key_0(); return (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0; } } IL2CPP_EXTERN_C TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 _returnValue; _returnValue = KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_inline(_thisAdjusted, method); return _returnValue; } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C RuntimeObject * KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_inline(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Generic.KeyValuePair`2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_mF443607B59A8A92ADC71094CF5443513B71A0435_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0; L_0 = KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_1 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1), &L_1); RuntimeObject * L_3; L_3 = KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); String_t* L_4; L_4 = KeyValuePair_PairToString_m4CEA41EDEC8E8EFBCCE693F61E83469D976F8725((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/NULL); return (String_t*)L_4; } } IL2CPP_EXTERN_C String_t* KeyValuePair_2_ToString_mF443607B59A8A92ADC71094CF5443513B71A0435_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = KeyValuePair_2_ToString_mF443607B59A8A92ADC71094CF5443513B71A0435(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.UIElements.KeyboardEventBase`1::set_modifiers(UnityEngine.EventModifiers) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1_set_modifiers_m36AD68C3D8E7F53C6B519779CE7B983BA498A3DB_gshared (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CmodifiersU3Ek__BackingField_18(L_0); return; } } // System.Void UnityEngine.UIElements.KeyboardEventBase`1::set_character(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1_set_character_m66B3CE350D6E820D2FA1AE6CA1039C863498DE79_gshared (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; __this->set_U3CcharacterU3Ek__BackingField_19(L_0); return; } } // System.Void UnityEngine.UIElements.KeyboardEventBase`1::set_keyCode(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1_set_keyCode_m4CE234C2C495133232DFF0EEF6400CB017C2F1F4_gshared (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CkeyCodeU3Ek__BackingField_20(L_0); return; } } // System.Void UnityEngine.UIElements.KeyboardEventBase`1::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1_Init_m9496BBFDE8DEC3513102E52C44378CDA53F39607_gshared (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 * __this, const RuntimeMethod* method) { { NullCheck((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this); (( void (*) (EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void UnityEngine.UIElements.KeyboardEventBase`1::LocalInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1_LocalInit_mE2EB500689C5540EE176EB9134B37961EBAB8403_gshared (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 * __this, const RuntimeMethod* method) { { NullCheck((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)__this); EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7_inline((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)__this, (int32_t)7, /*hidden argument*/NULL); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this, (Il2CppChar)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return; } } // T UnityEngine.UIElements.KeyboardEventBase`1::GetPooled(System.Char,UnityEngine.KeyCode,UnityEngine.EventModifiers) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyboardEventBase_1_GetPooled_mA03B531B96092A4AAFA560C4C781E628130F7781_gshared (Il2CppChar ___c0, int32_t ___keyCode1, int32_t ___modifiers2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; int32_t L_2 = ___modifiers2; NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_1); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); RuntimeObject * L_3 = V_0; Il2CppChar L_4 = ___c0; NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_3); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_3, (Il2CppChar)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); RuntimeObject * L_5 = V_0; int32_t L_6 = ___keyCode1; NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_5); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); RuntimeObject * L_7 = V_0; V_1 = (RuntimeObject *)L_7; goto IL_0032; } IL_0032: { RuntimeObject * L_8 = V_1; return (RuntimeObject *)L_8; } } // T UnityEngine.UIElements.KeyboardEventBase`1::GetPooled(UnityEngine.Event) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyboardEventBase_1_GetPooled_m11F87C03B88E6D77CAA769C741FD6FC9921C5109_gshared (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___systemEvent0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; RuntimeObject * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * L_2 = ___systemEvent0; NullCheck((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)L_1); EventBase_set_imguiEvent_mC4D6A8E08A41E53F774E6A736C77F2AA1DADDF1C((EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 *)L_1, (Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_2, /*hidden argument*/NULL); Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * L_3 = ___systemEvent0; V_1 = (bool)((!(((RuntimeObject*)(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_3) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_0054; } } { RuntimeObject * L_5 = V_0; Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * L_6 = ___systemEvent0; NullCheck((Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_6); int32_t L_7; L_7 = Event_get_modifiers_m01356D3F1DDF6746122F129713EBE87BFA65D886((Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_6, /*hidden argument*/NULL); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_5); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_5, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); RuntimeObject * L_8 = V_0; Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * L_9 = ___systemEvent0; NullCheck((Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_9); Il2CppChar L_10; L_10 = Event_get_character_mFDB32862186913735A8EC1B44F2455EC67C8403E((Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_9, /*hidden argument*/NULL); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_8); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_8, (Il2CppChar)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); RuntimeObject * L_11 = V_0; Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * L_12 = ___systemEvent0; NullCheck((Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_12); int32_t L_13; L_13 = Event_get_keyCode_mBB8C639B5337ABE6A54423C604DAB0B9F3BB217E((Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E *)L_12, /*hidden argument*/NULL); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_11); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)L_11, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); } IL_0054: { RuntimeObject * L_14 = V_0; V_2 = (RuntimeObject *)L_14; goto IL_0058; } IL_0058: { RuntimeObject * L_15 = V_2; return (RuntimeObject *)L_15; } } // System.Void UnityEngine.UIElements.KeyboardEventBase`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1__ctor_m9959886E13C34BD3CA4558B5E9F3CB8A846DBF2B_gshared (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 * __this, const RuntimeMethod* method) { { NullCheck((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this); (( void (*) (KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2__ctor_m107098E947D79383D249413098D9200B39EB8E6E_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, const RuntimeMethod* method) { { NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject*)NULL, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2__ctor_mF3EF0AC1BF3046932E321DBF158C63BFB422A3DB_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___comparer0; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject*)L_0, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2__ctor_m00D697111BD17A97A3096D09EB2C6BBFC728A08A_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject* ___comparer0, int32_t ___dictionaryCreationThreshold1, const RuntimeMethod* method) { { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject* L_0 = ___comparer0; if (L_0) { goto IL_0010; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_1; L_1 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ___comparer0 = (RuntimeObject*)L_1; } IL_0010: { int32_t L_2 = ___dictionaryCreationThreshold1; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_001b; } } { ___dictionaryCreationThreshold1 = (int32_t)((int32_t)2147483647LL); } IL_001b: { int32_t L_3 = ___dictionaryCreationThreshold1; if ((((int32_t)L_3) >= ((int32_t)(-1)))) { goto IL_0027; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)2, (int32_t)((int32_t)26), /*hidden argument*/NULL); } IL_0027: { RuntimeObject* L_4 = ___comparer0; __this->set_comparer_2(L_4); int32_t L_5 = ___dictionaryCreationThreshold1; __this->set_threshold_5(L_5); return; } } // TItem System.Collections.ObjectModel.KeyedCollection`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyedCollection_2_get_Item_mF4857927EB024900C155687301403547DF769A4F_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject * ___key0, 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 = ___key0; if (L_0) { goto IL_000e; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)5, /*hidden argument*/NULL); } IL_000e: { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); if (!L_1) { goto IL_0023; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_2 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_3 = ___key0; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_2); RuntimeObject * L_4; L_4 = (( RuntimeObject * (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (RuntimeObject *)L_4; } IL_0023: { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_5; L_5 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((RuntimeObject*)L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8), (RuntimeObject*)L_5); V_0 = (RuntimeObject*)L_6; } IL_002f: try {// begin try (depth: 1) { goto IL_0051; } IL_0031: { RuntimeObject* L_7 = V_0; NullCheck((RuntimeObject*)L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_7); V_1 = (RuntimeObject *)L_8; RuntimeObject* L_9 = (RuntimeObject*)__this->get_comparer_2(); RuntimeObject * L_10 = V_1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_11; L_11 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_10); RuntimeObject * L_12 = ___key0; NullCheck((RuntimeObject*)L_9); bool L_13; L_13 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(T,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)L_9, (RuntimeObject *)L_11, (RuntimeObject *)L_12); if (!L_13) { goto IL_0051; } } IL_004d: { RuntimeObject * L_14 = V_1; V_2 = (RuntimeObject *)L_14; IL2CPP_LEAVE(0x74, FINALLY_005b); } IL_0051: { RuntimeObject* L_15 = V_0; NullCheck((RuntimeObject*)L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); if (L_16) { goto IL_0031; } } IL_0059: { IL2CPP_LEAVE(0x65, FINALLY_005b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 1) { RuntimeObject* L_17 = V_0; if (!L_17) { goto IL_0064; } } IL_005e: { RuntimeObject* L_18 = V_0; NullCheck((RuntimeObject*)L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); } IL_0064: { IL2CPP_END_FINALLY(91) } }// end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { ThrowHelper_ThrowKeyNotFoundException_m83BD3CFAC4DEBDAEC9B1886E7BCEBFF4D3C677FA(/*hidden argument*/NULL); il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_19 = V_3; return (RuntimeObject *)L_19; } IL_0074: { RuntimeObject * L_20 = V_2; return (RuntimeObject *)L_20; } } // System.Boolean System.Collections.ObjectModel.KeyedCollection`2::Contains(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyedCollection_2_Contains_mA907EF226D4340597A2EDA502D4D5FB7B28F04FD_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject * ___key0, 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 = ___key0; if (L_0) { goto IL_000e; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)5, /*hidden argument*/NULL); } IL_000e: { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); if (!L_1) { goto IL_0023; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_2 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_3 = ___key0; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_2); bool L_4; L_4 = (( bool (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); return (bool)L_4; } IL_0023: { RuntimeObject * L_5 = ___key0; if (!L_5) { goto IL_006d; } } { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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->klass->rgctx_data, 8), (RuntimeObject*)L_6); V_0 = (RuntimeObject*)L_7; } IL_0037: try {// begin try (depth: 1) { goto IL_0059; } IL_0039: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_8); V_1 = (RuntimeObject *)L_9; RuntimeObject* L_10 = (RuntimeObject*)__this->get_comparer_2(); RuntimeObject * L_11 = V_1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_11); RuntimeObject * L_13 = ___key0; NullCheck((RuntimeObject*)L_10); bool L_14; L_14 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(T,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)L_10, (RuntimeObject *)L_12, (RuntimeObject *)L_13); if (!L_14) { goto IL_0059; } } IL_0055: { V_2 = (bool)1; IL2CPP_LEAVE(0x6F, FINALLY_0063); } IL_0059: { RuntimeObject* L_15 = V_0; NullCheck((RuntimeObject*)L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); if (L_16) { goto IL_0039; } } IL_0061: { IL2CPP_LEAVE(0x6D, FINALLY_0063); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0063; } FINALLY_0063: {// begin finally (depth: 1) { RuntimeObject* L_17 = V_0; if (!L_17) { goto IL_006c; } } IL_0066: { RuntimeObject* L_18 = V_0; NullCheck((RuntimeObject*)L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); } IL_006c: { IL2CPP_END_FINALLY(99) } }// end finally (depth: 1) IL2CPP_CLEANUP(99) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6F, IL_006f) IL2CPP_JUMP_TBL(0x6D, IL_006d) } IL_006d: { return (bool)0; } IL_006f: { bool L_19 = V_2; return (bool)L_19; } } // System.Collections.Generic.IDictionary`2 System.Collections.ObjectModel.KeyedCollection`2::get_Dictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyedCollection_2_get_Dictionary_m3CE6C6FBF3653B3B0036E616E6AD4E0443F0A80E_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, const RuntimeMethod* method) { { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_0 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); return (RuntimeObject*)L_0; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_ClearItems_m20AFFFD212F615DD201776AC838EB97CD35C481B_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, const RuntimeMethod* method) { { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_0 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); if (!L_0) { goto IL_0019; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_1); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); } IL_0019: { __this->set_keyCount_4(0); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::InsertItem(System.Int32,TItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_InsertItem_m418BFE3B83C73634FC6CF2409E7F90B6DDEF716F_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___item1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_1; L_1 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_0); V_0 = (RuntimeObject *)L_1; RuntimeObject * L_2 = V_0; if (!L_2) { goto IL_0018; } } { RuntimeObject * L_3 = V_0; RuntimeObject * L_4 = ___item1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); } IL_0018: { int32_t L_5 = ___index0; RuntimeObject * L_6 = ___item1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::RemoveItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_RemoveItem_m26B1F5013875B2D73B4FCD1FAD9CA4BA19084C37_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (RuntimeObject*)L_0, (int32_t)L_1); NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_2); V_0 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_0; if (!L_4) { goto IL_0022; } } { RuntimeObject * L_5 = V_0; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); } IL_0022: { int32_t L_6 = ___index0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::SetItem(System.Int32,TItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_SetItem_mA0FF6A261E547E60F97907A31A1D2FA33EEB89F9_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { RuntimeObject * L_0 = ___item1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_1; L_1 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_0); V_0 = (RuntimeObject *)L_1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_2; L_2 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); int32_t L_3 = ___index0; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (RuntimeObject*)L_2, (int32_t)L_3); NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_4); V_1 = (RuntimeObject *)L_5; RuntimeObject* L_6 = (RuntimeObject*)__this->get_comparer_2(); RuntimeObject * L_7 = V_1; RuntimeObject * L_8 = V_0; NullCheck((RuntimeObject*)L_6); bool L_9; L_9 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(T,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), (RuntimeObject*)L_6, (RuntimeObject *)L_7, (RuntimeObject *)L_8); if (!L_9) { goto IL_0049; } } { RuntimeObject * L_10 = V_0; if (!L_10) { goto IL_0068; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_11 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); if (!L_11) { goto IL_0068; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_12 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_13 = V_0; RuntimeObject * L_14 = ___item1; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_12); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)); goto IL_0068; } IL_0049: { RuntimeObject * L_15 = V_0; if (!L_15) { goto IL_0059; } } { RuntimeObject * L_16 = V_0; RuntimeObject * L_17 = ___item1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_16, (RuntimeObject *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); } IL_0059: { RuntimeObject * L_18 = V_1; if (!L_18) { goto IL_0068; } } { RuntimeObject * L_19 = V_1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); } IL_0068: { int32_t L_20 = ___index0; RuntimeObject * L_21 = ___item1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_20, (RuntimeObject *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::AddKey(TKey,TItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_AddKey_m9A45C075681167330DF0D6409A312A8BBD0C7E5B_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject * ___key0, RuntimeObject * ___item1, const RuntimeMethod* method) { { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_0 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); if (!L_0) { goto IL_0016; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___item1; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_1); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_1, (RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); return; } IL_0016: { int32_t L_4 = (int32_t)__this->get_keyCount_4(); int32_t L_5 = (int32_t)__this->get_threshold_5(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0038; } } { NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); (( void (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)); Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_6 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_7 = ___key0; RuntimeObject * L_8 = ___item1; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_6); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_6, (RuntimeObject *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); return; } IL_0038: { RuntimeObject * L_9 = ___key0; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); bool L_10; L_10 = (( bool (*) (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); if (!L_10) { goto IL_0048; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)14), /*hidden argument*/NULL); } IL_0048: { int32_t L_11 = (int32_t)__this->get_keyCount_4(); __this->set_keyCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::CreateDictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_CreateDictionary_mF14EA31B9FBD83FA086196DA079922CD65294CBD_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, 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 = (RuntimeObject*)__this->get_comparer_2(); Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 25)); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)(L_1, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); __this->set_dict_3(L_1); NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_2; L_2 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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->klass->rgctx_data, 8), (RuntimeObject*)L_2); V_0 = (RuntimeObject*)L_3; } IL_001d: try {// begin try (depth: 1) { goto IL_0043; } IL_001f: { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_4); V_1 = (RuntimeObject *)L_5; RuntimeObject * L_6 = V_1; NullCheck((KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(39 /* TKey System.Collections.ObjectModel.KeyedCollection`2::GetKeyForItem(TItem) */, (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B *)__this, (RuntimeObject *)L_6); V_2 = (RuntimeObject *)L_7; RuntimeObject * L_8 = V_2; if (!L_8) { goto IL_0043; } } IL_0036: { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_9 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_10 = V_2; RuntimeObject * L_11 = V_1; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_9); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_9, (RuntimeObject *)L_10, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); } IL_0043: { 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_001f; } } IL_004b: { IL2CPP_LEAVE(0x57, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) { RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_0056; } } IL_0050: { 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_0056: { IL2CPP_END_FINALLY(77) } }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { return; } } // System.Void System.Collections.ObjectModel.KeyedCollection`2::RemoveKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2_RemoveKey_mD06D9553FFDC46D28656B233C94D526398534696_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_0 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); if (!L_0) { goto IL_0016; } } { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); RuntimeObject * L_2 = ___key0; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_1); bool L_3; L_3 = (( bool (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)); return; } IL_0016: { int32_t L_4 = (int32_t)__this->get_keyCount_4(); __this->set_keyCount_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.ctor(MathNet.Numerics.LinearAlgebra.Matrix`1,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__ctor_m2880E43BECAF77DB426657CCD1CDADFE462B0749_gshared (LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 * __this, Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * ___factors0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___pivots1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_0 = ___factors0; __this->set_Factors_4(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___pivots1; __this->set_Pivots_5(L_1); Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * L_2 = (Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_2, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * L_3 = (Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC *, Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyL_1(L_3); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_4 = (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)__this->get_Factors_4(); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_5 = (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_4; Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 * L_6 = (Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_6, (RuntimeObject *)L_5, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_5, 14)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC * L_7 = (Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t40C7B450BA4030123DA07B6D91A6FD386D61A1DC *, Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_7, (Func_1_tD70A748FF2E4B973E29BA6DA82011CC29B9A8C42 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyU_2(L_7); Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * L_8 = (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)il2cpp_codegen_object_new(Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084(L_8, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * L_9 = (Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B *)il2cpp_codegen_object_new(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A(L_9, (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)L_8, /*hidden argument*/Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); __this->set__lazyP_3(L_9); return; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::ComputeL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * LU_1_ComputeL_mB36B0E13949B96ED56F1A197556B66E77C1971DB_gshared (LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 * __this, const RuntimeMethod* method) { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * V_0 = NULL; int32_t V_1 = 0; { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_0 = (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)__this->get_Factors_4(); NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_0); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_1; L_1 = VirtualFuncInvoker0< Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * >::Invoke(15 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::LowerTriangle() */, (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_0); V_0 = (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_1; V_1 = (int32_t)0; goto IL_0021; } IL_0010: { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_5 = ((LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_One_0(); NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_2); (( void (*) (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_2, (int32_t)L_3, (int32_t)L_4, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_1; Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_8 = V_0; NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0010; } } { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_10 = V_0; return (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_10; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * LU_1_Solve_mEB2153E8F4BEE83D344E171D8E4CA6C0A35EEBF0_gshared (LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 * __this, Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * ___input0, const RuntimeMethod* method) { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * L_0 = ((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)))->get_Build_2(); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_1 = ___input0; Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_2 = ___input0; NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_2); int32_t L_3; L_3 = (( int32_t (*) (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_4 = ___input0; NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_4); int32_t L_5; L_5 = (( int32_t (*) (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *)L_0); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_6; L_6 = (( Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * (*) (MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *, Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *)L_0, (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_1, (int32_t)L_3, (int32_t)L_5, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_6; Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_7 = ___input0; Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_8 = V_0; NullCheck((LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 *)__this); VirtualActionInvoker2< Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * >::Invoke(5 /* System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Matrix`1) */, (LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 *)__this, (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_7, (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_8); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_9 = V_0; return (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__cctor_mAB6780A0BC62417AB1B3E277EA69F9FA62D07561_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * L_0; L_0 = (( MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_1; L_1 = VirtualFuncInvoker0< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.MatrixBuilder`1::get_One() */, (MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *)L_0); ((LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_One_0(L_1); return; } } // MathNet.Numerics.Permutation MathNet.Numerics.LinearAlgebra.Factorization.LU`1::<.ctor>b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * LU_1_U3C_ctorU3Eb__6_0_m99BD1B1817FD2AFE4650C7905746EB1B54BB3699_gshared (LU_1_t3DB50C65659BDF7F160A0357D1AAE9CDA4536710 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_Pivots_5(); Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * L_1; L_1 = Permutation_FromInversions_m4AC3B0CE0D7CF68502FAF54022A3FB492F44D6AE((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0, /*hidden argument*/NULL); return (Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.ctor(MathNet.Numerics.LinearAlgebra.Matrix`1,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__ctor_m2D8C6483576DE1C5B96B59B424B1EC98C5D12182_gshared (LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 * __this, Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * ___factors0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___pivots1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_0 = ___factors0; __this->set_Factors_4(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___pivots1; __this->set_Pivots_5(L_1); Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * L_2 = (Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_2, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * L_3 = (Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 *, Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyL_1(L_3); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_4 = (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)__this->get_Factors_4(); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_5 = (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_4; Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 * L_6 = (Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_6, (RuntimeObject *)L_5, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_5, 14)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 * L_7 = (Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t049A7E3EEDF66EF3A2D31D5CFFCC81BE854097B8 *, Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_7, (Func_1_tBA5F8DB2B92E866C435BDA4029643CD3716E74F2 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyU_2(L_7); Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * L_8 = (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)il2cpp_codegen_object_new(Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084(L_8, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * L_9 = (Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B *)il2cpp_codegen_object_new(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A(L_9, (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)L_8, /*hidden argument*/Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); __this->set__lazyP_3(L_9); return; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::ComputeL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * LU_1_ComputeL_m8983718CC46EF89EF0E527602E1423AD827DDD19_gshared (LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 * __this, const RuntimeMethod* method) { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * V_0 = NULL; int32_t V_1 = 0; { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_0 = (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)__this->get_Factors_4(); NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_0); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_1; L_1 = VirtualFuncInvoker0< Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * >::Invoke(15 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::LowerTriangle() */, (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_0); V_0 = (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_1; V_1 = (int32_t)0; goto IL_0021; } IL_0010: { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_5 = ((LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_One_0(); NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_2); (( void (*) (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_2, (int32_t)L_3, (int32_t)L_4, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_1; Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_8 = V_0; NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0010; } } { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_10 = V_0; return (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_10; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * LU_1_Solve_mEE01442D4339D1643500A40BF57204C9A32A034B_gshared (LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 * __this, Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * ___input0, const RuntimeMethod* method) { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * L_0 = ((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)))->get_Build_2(); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_1 = ___input0; Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_2 = ___input0; NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_2); int32_t L_3; L_3 = (( int32_t (*) (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_4 = ___input0; NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_4); int32_t L_5; L_5 = (( int32_t (*) (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *)L_0); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_6; L_6 = (( Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * (*) (MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *, Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *)L_0, (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_1, (int32_t)L_3, (int32_t)L_5, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_6; Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_7 = ___input0; Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_8 = V_0; NullCheck((LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 *)__this); VirtualActionInvoker2< Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * >::Invoke(5 /* System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Matrix`1) */, (LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 *)__this, (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_7, (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_8); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_9 = V_0; return (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__cctor_m0E781810B3FE962F34EBC33105E012C414D0942C_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * L_0; L_0 = (( MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *)L_0); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_1; L_1 = VirtualFuncInvoker0< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.MatrixBuilder`1::get_One() */, (MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *)L_0); ((LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_One_0(L_1); return; } } // MathNet.Numerics.Permutation MathNet.Numerics.LinearAlgebra.Factorization.LU`1::<.ctor>b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * LU_1_U3C_ctorU3Eb__6_0_mCB068BAE6C06D6FAEC91F9CDA1D8688B1B6C7A7D_gshared (LU_1_t9BFFCDE65B0F2CE26E25251DC90BC8912730FAA3 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_Pivots_5(); Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * L_1; L_1 = Permutation_FromInversions_m4AC3B0CE0D7CF68502FAF54022A3FB492F44D6AE((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0, /*hidden argument*/NULL); return (Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.ctor(MathNet.Numerics.LinearAlgebra.Matrix`1,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__ctor_m040B2C26A780C3F32D1A240872798E754E618137_gshared (LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 * __this, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___factors0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___pivots1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_0 = ___factors0; __this->set_Factors_4(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___pivots1; __this->set_Pivots_5(L_1); Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * L_2 = (Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_2, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * L_3 = (Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D *, Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyL_1(L_3); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_4 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this->get_Factors_4(); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_5 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_4; Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 * L_6 = (Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_6, (RuntimeObject *)L_5, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_5, 14)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D * L_7 = (Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t99DEEE9C58DA3104086B267BA2BC4AF06703AE1D *, Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_7, (Func_1_t1CB7AEB28ADF2684AAEA3E23239A4D02F4348115 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyU_2(L_7); Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * L_8 = (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)il2cpp_codegen_object_new(Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084(L_8, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * L_9 = (Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B *)il2cpp_codegen_object_new(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A(L_9, (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)L_8, /*hidden argument*/Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); __this->set__lazyP_3(L_9); return; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::ComputeL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * LU_1_ComputeL_m07BFA8682387DE89BE11DB3016D52CC5F0887207_gshared (LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 * __this, const RuntimeMethod* method) { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_0 = NULL; int32_t V_1 = 0; { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_0 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)__this->get_Factors_4(); NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_0); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_1; L_1 = VirtualFuncInvoker0< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * >::Invoke(15 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::LowerTriangle() */, (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_0); V_0 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_1; V_1 = (int32_t)0; goto IL_0021; } IL_0010: { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); double L_5 = ((LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_One_0(); NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_2); (( void (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_2, (int32_t)L_3, (int32_t)L_4, (double)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_1; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_8 = V_0; NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0010; } } { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_10 = V_0; return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_10; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * LU_1_Solve_mF6B697E50EF000FE67C4F06F80AB76DE35238D20_gshared (LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 * __this, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___input0, const RuntimeMethod* method) { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * L_0 = ((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)))->get_Build_2(); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_1 = ___input0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_2 = ___input0; NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_2); int32_t L_3; L_3 = (( int32_t (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_4 = ___input0; NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_4); int32_t L_5; L_5 = (( int32_t (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_6; L_6 = (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0, (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_1, (int32_t)L_3, (int32_t)L_5, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_6; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_7 = ___input0; Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_8 = V_0; NullCheck((LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 *)__this); VirtualActionInvoker2< Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * >::Invoke(5 /* System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Matrix`1) */, (LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 *)__this, (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_7, (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_8); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_9 = V_0; return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__cctor_mC58617451805EEADFA92CCB9E99F6C4EF956F43B_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * L_0; L_0 = (( MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); double L_1; L_1 = VirtualFuncInvoker0< double >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.MatrixBuilder`1::get_One() */, (MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); ((LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_One_0(L_1); return; } } // MathNet.Numerics.Permutation MathNet.Numerics.LinearAlgebra.Factorization.LU`1::<.ctor>b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * LU_1_U3C_ctorU3Eb__6_0_m7196EADCFB029A961A093C8975ADB663F6B19CDA_gshared (LU_1_t41AC19364ABE647F33853409B5B7A0BB99189E15 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_Pivots_5(); Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * L_1; L_1 = Permutation_FromInversions_m4AC3B0CE0D7CF68502FAF54022A3FB492F44D6AE((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0, /*hidden argument*/NULL); return (Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.ctor(MathNet.Numerics.LinearAlgebra.Matrix`1,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__ctor_m7C172AE5CB752A22DA37F404AFFCEAC7067203E1_gshared (LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 * __this, Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * ___factors0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___pivots1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_0 = ___factors0; __this->set_Factors_4(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___pivots1; __this->set_Pivots_5(L_1); Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * L_2 = (Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_2, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * L_3 = (Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B *, Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_3, (Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyL_1(L_3); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_4 = (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)__this->get_Factors_4(); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_5 = (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_4; Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD * L_6 = (Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(L_6, (RuntimeObject *)L_5, (intptr_t)((intptr_t)GetVirtualMethodInfo(L_5, 14)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B * L_7 = (Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Lazy_1_t6C877FAEBF8F765EBD90038ED9C322E88E482B6B *, Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_7, (Func_1_t16A7D2A37DB08845D0ECD0281B48C016D36FECFD *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set__lazyU_2(L_7); Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 * L_8 = (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)il2cpp_codegen_object_new(Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8_il2cpp_TypeInfo_var); Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084(L_8, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/Func_1__ctor_mC2A061EEB1B40A7F320283109A966DB6ACDF9084_RuntimeMethod_var); Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B * L_9 = (Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B *)il2cpp_codegen_object_new(Lazy_1_tA0501A6A476890B8054468F5E51C3349B3A1FA9B_il2cpp_TypeInfo_var); Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A(L_9, (Func_1_t3025738286F06E76081247A5EEA4DC24CBE1C4B8 *)L_8, /*hidden argument*/Lazy_1__ctor_m679D1F88F5D757B97F0E94FE4C330D6CE5B08E1A_RuntimeMethod_var); __this->set__lazyP_3(L_9); return; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::ComputeL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * LU_1_ComputeL_m78196D4288D5F0D914D378E687B2577092CEDB2D_gshared (LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 * __this, const RuntimeMethod* method) { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * V_0 = NULL; int32_t V_1 = 0; { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_0 = (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)__this->get_Factors_4(); NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_0); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_1; L_1 = VirtualFuncInvoker0< Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * >::Invoke(15 /* MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Matrix`1::LowerTriangle() */, (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_0); V_0 = (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_1; V_1 = (int32_t)0; goto IL_0021; } IL_0010: { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); float L_5 = ((LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_One_0(); NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_2); (( void (*) (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_2, (int32_t)L_3, (int32_t)L_4, (float)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_1; Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_8 = V_0; NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0010; } } { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_10 = V_0; return (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_10; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * LU_1_Solve_m15BCBD1BB47AFA864DBB70A3AAA3439C494A1976_gshared (LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 * __this, Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * ___input0, const RuntimeMethod* method) { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * L_0 = ((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)))->get_Build_2(); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_1 = ___input0; Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_2 = ___input0; NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_2); int32_t L_3; L_3 = (( int32_t (*) (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_4 = ___input0; NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_4); int32_t L_5; L_5 = (( int32_t (*) (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *)L_0); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_6; L_6 = (( Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * (*) (MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *, Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *)L_0, (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_1, (int32_t)L_3, (int32_t)L_5, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_6; Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_7 = ___input0; Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_8 = V_0; NullCheck((LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 *)__this); VirtualActionInvoker2< Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * >::Invoke(5 /* System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::Solve(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Matrix`1) */, (LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 *)__this, (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_7, (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_8); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_9 = V_0; return (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Factorization.LU`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LU_1__cctor_m0C7E97C7058E77240086B48635370E2983777E47_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * L_0; L_0 = (( MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *)L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.MatrixBuilder`1::get_One() */, (MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *)L_0); ((LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_One_0(L_1); return; } } // MathNet.Numerics.Permutation MathNet.Numerics.LinearAlgebra.Factorization.LU`1::<.ctor>b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * LU_1_U3C_ctorU3Eb__6_0_mE964F3B04469C1A28ED2C78DA1A0345CAA0EB5DA_gshared (LU_1_t5FD1A0952CDDAFC56483DDBC8DF92085AB572140 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_Pivots_5(); Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E * L_1; L_1 = Permutation_FromInversions_m4AC3B0CE0D7CF68502FAF54022A3FB492F44D6AE((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0, /*hidden argument*/NULL); return (Permutation_t0A4C01E46E0B637C73C124228948C68A228C0A9E *)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.LargeArrayBuilder`1::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1__ctor_mE8BAFE1F7BABA51239A5E5DB8626CA9FF1269E87_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, bool ___initialize0, const RuntimeMethod* method) { { LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E((LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)__this, (int32_t)((int32_t)2147483647LL), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void LargeArrayBuilder_1__ctor_mE8BAFE1F7BABA51239A5E5DB8626CA9FF1269E87_AdjustorThunk (RuntimeObject * __this, bool ___initialize0, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LargeArrayBuilder_1__ctor_mE8BAFE1F7BABA51239A5E5DB8626CA9FF1269E87(_thisAdjusted, ___initialize0, method); } // System.Void System.Collections.Generic.LargeArrayBuilder`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, int32_t ___maxCapacity0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { il2cpp_codegen_initobj(__this, sizeof(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 )); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; __this->set__current_3(L_1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = V_0; __this->set__first_1(L_2); int32_t L_3 = ___maxCapacity0; __this->set__maxCapacity_0(L_3); return; } } IL2CPP_EXTERN_C void LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E_AdjustorThunk (RuntimeObject * __this, int32_t ___maxCapacity0, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LargeArrayBuilder_1__ctor_mC2C8AAA1594190640F019735A21815EE044E0B5E(_thisAdjusted, ___maxCapacity0, method); } // System.Void System.Collections.Generic.LargeArrayBuilder`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1_AddRange_m008F8B6F2DC93D4F738125F9EE3E170DDDEAE3EE_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, RuntimeObject* ___items0, 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; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___items0; 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(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (RuntimeObject*)L_1; } IL_0007: try {// begin try (depth: 1) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__current_3(); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2; int32_t L_3 = (int32_t)__this->get__index_4(); V_2 = (int32_t)L_3; goto IL_005e; } IL_0017: { int32_t L_4 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_1; NullCheck(L_5); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))))) { goto IL_004d; } } IL_001d: { int32_t L_6 = (int32_t)__this->get__count_5(); int32_t L_7 = V_2; int32_t L_8 = (int32_t)__this->get__index_4(); __this->set__count_5(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))))); int32_t L_9 = V_2; __this->set__index_4(L_9); LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7((LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__current_3(); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10; int32_t L_11 = (int32_t)__this->get__index_4(); V_2 = (int32_t)L_11; } IL_004d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_1; int32_t L_13 = V_2; int32_t L_14 = (int32_t)L_13; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); RuntimeObject* L_15 = V_0; NullCheck((RuntimeObject*)L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (RuntimeObject*)L_15); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (RuntimeObject *)L_16); } IL_005e: { RuntimeObject* L_17 = V_0; NullCheck((RuntimeObject*)L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_17); if (L_18) { goto IL_0017; } } IL_0066: { int32_t L_19 = (int32_t)__this->get__count_5(); int32_t L_20 = V_2; int32_t L_21 = (int32_t)__this->get__index_4(); __this->set__count_5(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21))))); int32_t L_22 = V_2; __this->set__index_4(L_22); IL2CPP_LEAVE(0x8E, FINALLY_0084); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0084; } FINALLY_0084: {// begin finally (depth: 1) { RuntimeObject* L_23 = V_0; if (!L_23) { goto IL_008d; } } IL_0087: { RuntimeObject* L_24 = V_0; NullCheck((RuntimeObject*)L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_24); } IL_008d: { IL2CPP_END_FINALLY(132) } }// end finally (depth: 1) IL2CPP_CLEANUP(132) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8E, IL_008e) } IL_008e: { return; } } IL2CPP_EXTERN_C void LargeArrayBuilder_1_AddRange_m008F8B6F2DC93D4F738125F9EE3E170DDDEAE3EE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___items0, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LargeArrayBuilder_1_AddRange_m008F8B6F2DC93D4F738125F9EE3E170DDDEAE3EE(_thisAdjusted, ___items0, method); } // System.Void System.Collections.Generic.LargeArrayBuilder`1::CopyTo(T[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; { V_0 = (int32_t)0; goto IL_002e; } IL_0004: { int32_t L_0 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262((LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; int32_t L_2 = ___count2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_1; NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_2, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); V_2 = (int32_t)L_4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___array0; int32_t L_7 = ___arrayIndex1; int32_t L_8 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); int32_t L_9 = ___count2; int32_t L_10 = V_2; ___count2 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = ___arrayIndex1; int32_t L_12 = V_2; ___arrayIndex1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_002e: { int32_t L_14 = ___count2; if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_0004; } } { return; } } IL2CPP_EXTERN_C void LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96_AdjustorThunk (RuntimeObject * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, int32_t ___count2, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96(_thisAdjusted, ___array0, ___arrayIndex1, ___count2, method); } // T[] System.Collections.Generic.LargeArrayBuilder`1::GetBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (!L_0) { goto IL_0027; } } { int32_t L_1 = ___index0; ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * L_2 = (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)__this->get_address_of__buffers_2(); int32_t L_3; L_3 = ArrayBuilder_1_get_Count_m5199B04CF5C214ECD475E077A0A3A171E728B396_inline((ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)(ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0018; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__current_3(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } IL_0018: { ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * L_5 = (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)__this->get_address_of__buffers_2(); int32_t L_6 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = ArrayBuilder_1_get_Item_m2D103CA4EABB28EFEEE5B3DF0E99DE128D2EF495((ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)(ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7; } IL_0027: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__first_1(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_8; } } IL2CPP_EXTERN_C ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* _returnValue; _returnValue = LargeArrayBuilder_1_GetBuffer_m43073E5CA78EDE9DCBE857757B0B68EDF56D6262(_thisAdjusted, ___index0, method); return _returnValue; } // T[] System.Collections.Generic.LargeArrayBuilder`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_ToArray_mEC14C134AADBCEEDF02C62FDACFAE4AC559CBABC_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { bool L_0; L_0 = LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C((LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)__this, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); if (!L_0) { goto IL_000c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; } IL_000c: { int32_t L_2 = (int32_t)__this->get__count_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), (uint32_t)L_2); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; int32_t L_5 = (int32_t)__this->get__count_5(); LargeArrayBuilder_1_CopyTo_m104B5E0D6F74048C846FEE13A455FF1E73A6AC96((LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)(LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 *)__this, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4, (int32_t)0, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6; } } IL2CPP_EXTERN_C ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* LargeArrayBuilder_1_ToArray_mEC14C134AADBCEEDF02C62FDACFAE4AC559CBABC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* _returnValue; _returnValue = LargeArrayBuilder_1_ToArray_mEC14C134AADBCEEDF02C62FDACFAE4AC559CBABC(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Collections.Generic.LargeArrayBuilder`1::TryMove(T[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__first_1(); *((RuntimeObject **)L_0) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1); int32_t L_2 = (int32_t)__this->get__count_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__first_1(); NullCheck(L_3); return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))? 1 : 0); } } IL2CPP_EXTERN_C bool LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C_AdjustorThunk (RuntimeObject * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = LargeArrayBuilder_1_TryMove_m5745D26F17CFD300442DF8C898AC0B14684F189C(_thisAdjusted, ___array0, method); return _returnValue; } // System.Void System.Collections.Generic.LargeArrayBuilder`1::AllocateBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7_gshared (LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B4_0 = 0; { int32_t L_0 = (int32_t)__this->get__count_5(); if ((!(((uint32_t)L_0) < ((uint32_t)8)))) { goto IL_005a; } } { int32_t L_1 = (int32_t)__this->get__count_5(); if (!L_1) { goto IL_001b; } } { int32_t L_2 = (int32_t)__this->get__count_5(); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)); goto IL_001c; } IL_001b: { G_B4_0 = 4; } IL_001c: { int32_t L_3 = (int32_t)__this->get__maxCapacity_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)G_B4_0, (int32_t)L_3, /*hidden argument*/NULL); V_0 = (int32_t)L_4; int32_t L_5 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), (uint32_t)L_5); __this->set__current_3(L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__first_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__current_3(); int32_t L_9 = (int32_t)__this->get__count_5(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (int32_t)L_9, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__current_3(); __this->set__first_1(L_10); return; } IL_005a: { int32_t L_11 = (int32_t)__this->get__count_5(); if ((!(((uint32_t)L_11) == ((uint32_t)8)))) { goto IL_0067; } } { V_1 = (int32_t)8; goto IL_0091; } IL_0067: { ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 * L_12 = (ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)__this->get_address_of__buffers_2(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__current_3(); ArrayBuilder_1_Add_mBA91F9473219E37097A2E8D99022785092D2238E((ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)(ArrayBuilder_1_tCF15E64B147E9C46329813B3E7C4F515B42C67B6 *)L_12, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_14 = (int32_t)__this->get__count_5(); int32_t L_15 = (int32_t)__this->get__maxCapacity_0(); int32_t L_16 = (int32_t)__this->get__count_5(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_14, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); V_1 = (int32_t)L_17; } IL_0091: { int32_t L_18 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), (uint32_t)L_18); __this->set__current_3(L_19); __this->set__index_4(0); return; } } IL2CPP_EXTERN_C void LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { LargeArrayBuilder_1_tABFDA3CA759309229111A6A43E986EB4A932F9E0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LargeArrayBuilder_1_AllocateBuffer_m567F0B050A107B8285B9197241658B77FF1A53D7(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Lazy`1/LazyInternalExceptionHolder::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyInternalExceptionHolder__ctor_m7F3CD2872EB2ADD2CEDBFFD97FA3D3A4402CF55E_gshared (LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A * __this, Exception_t * ___ex0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Exception_t * L_0 = ___ex0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1; L_1 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B((Exception_t *)L_0, /*hidden argument*/NULL); __this->set_m_edi_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Lazy`1/LazyInternalExceptionHolder::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyInternalExceptionHolder__ctor_mCDF923AB4CA830378994A924E4B2CBC75E6D3FD3_gshared (LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B * __this, Exception_t * ___ex0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Exception_t * L_0 = ___ex0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1; L_1 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B((Exception_t *)L_0, /*hidden argument*/NULL); __this->set_m_edi_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Lazy`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_mD3BD92652CCDC4A56CFAB3569EABDCEEF404F85C_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, const RuntimeMethod* method) { { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); (( void (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Lazy`1::.ctor(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_m0252C9DB0E52B4B21F454767E7D6FA8BA873D6B8_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___valueFactory0, const RuntimeMethod* method) { { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = ___valueFactory0; NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); (( void (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)L_0, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Lazy`1::.ctor(System.Threading.LazyThreadSafetyMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_mB1E79B4E9DF613152C40E444259C32ABABBFBC73_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, int32_t ___mode0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___mode0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); __this->set_m_threadSafeObj_3(L_1); return; } } // System.Void System.Lazy`1::.ctor(System.Func`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_mABF2ADB08FA0C55300B6DD29E34803393E8D8DB8_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___valueFactory0, bool ___isThreadSafe1, const RuntimeMethod* method) { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B2_0 = NULL; Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * G_B2_1 = NULL; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B1_0 = NULL; Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * G_B1_1 = NULL; int32_t G_B3_0 = 0; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B3_1 = NULL; Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * G_B3_2 = NULL; { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = ___valueFactory0; bool L_1 = ___isThreadSafe1; G_B1_0 = L_0; G_B1_1 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)(__this)); if (L_1) { G_B2_0 = L_0; G_B2_1 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)(__this)); goto IL_0008; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)(G_B1_1)); goto IL_0009; } IL_0008: { G_B3_0 = 2; G_B3_1 = G_B2_0; G_B3_2 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)(G_B2_1)); } IL_0009: { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)G_B3_2); (( void (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)G_B3_2, (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)G_B3_1, (int32_t)G_B3_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Lazy`1::.ctor(System.Func`1,System.Threading.LazyThreadSafetyMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_mDD9904EA8ADC6736311C719ABB8B866F7754F103_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___valueFactory0, int32_t ___mode1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = ___valueFactory0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteralEF68BB0CB45867DA95163C2C6A4B0677DCE80DCF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1__ctor_mDD9904EA8ADC6736311C719ABB8B866F7754F103_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___mode1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); __this->set_m_threadSafeObj_3(L_3); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_4 = ___valueFactory0; __this->set_m_valueFactory_2(L_4); return; } } // System.Object System.Lazy`1::GetObjectFromMode(System.Threading.LazyThreadSafetyMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Lazy_1_GetObjectFromMode_mC4196CF9C3213324FAB7FF979D1CEF5F5E875711_gshared (int32_t ___mode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___mode0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_1; } IL_000a: { int32_t L_2 = ___mode0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); RuntimeObject * L_3 = ((LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_StaticFields*)il2cpp_codegen_static_fields_for(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var))->get_PUBLICATION_ONLY_SENTINEL_0(); return (RuntimeObject *)L_3; } IL_0014: { int32_t L_4 = ___mode0; if (!L_4) { goto IL_002c; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB8099DED7DCA288864CAB4B7B6EFAA8079ADFBD)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74)), (String_t*)L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_GetObjectFromMode_mC4196CF9C3213324FAB7FF979D1CEF5F5E875711_RuntimeMethod_var))); } IL_002c: { return (RuntimeObject *)NULL; } } // System.Void System.Lazy`1::OnSerializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1_OnSerializing_m451752AF9EBC80C0481B1C1EBACA815ADC3E9B19_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); bool L_0; L_0 = (( bool (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return; } } // System.String System.Lazy`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lazy_1_ToString_mFC702179086032769ADC2A9DE92235AD295FFE08_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral946ECD27C1C53A25C82D0F80916982541BE6CE15); s_Il2CppMethodInitialized = true; } bool V_0 = false; { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); bool L_0; L_0 = (( bool (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); if (L_0) { goto IL_0013; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)_stringLiteral946ECD27C1C53A25C82D0F80916982541BE6CE15, /*hidden argument*/NULL); return (String_t*)L_1; } IL_0013: { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); bool L_2; L_2 = (( bool (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (bool)L_2; String_t* L_3; L_3 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(bool*)(&V_0), /*hidden argument*/NULL); return (String_t*)L_3; } } // System.Threading.LazyThreadSafetyMode System.Lazy`1::get_Mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Lazy_1_get_Mode_mC5C3C87E43A694617D03111287F6D749074E0E55_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_threadSafeObj_3(); if (L_0) { goto IL_000a; } } { return (int32_t)(0); } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get_m_threadSafeObj_3(); IL2CPP_RUNTIME_CLASS_INIT(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_StaticFields*)il2cpp_codegen_static_fields_for(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var))->get_PUBLICATION_ONLY_SENTINEL_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0019; } } { return (int32_t)(1); } IL_0019: { return (int32_t)(2); } } // System.Boolean System.Lazy`1::get_IsValueCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Lazy_1_get_IsValueCreated_mD17E3B486ADD1116FB55C4D9C9E4542A01E48B0F_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_boxed_1(); if (!L_0) { goto IL_0017; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get_m_boxed_1(); return (bool)((!(((RuntimeObject*)(Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)((Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0017: { return (bool)0; } } // T System.Lazy`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Lazy_1_get_Value_m215F4B93E08DD351935B3F93B9367AA480B05326_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * V_0 = NULL; { V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)NULL; RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_boxed_1(); if (!L_0) { goto IL_0035; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get_m_boxed_1(); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)((Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_2 = V_0; if (!L_2) { goto IL_0020; } } { Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_3 = V_0; NullCheck(L_3); bool L_4 = (bool)L_3->get_m_value_0(); return (bool)L_4; } IL_0020: { RuntimeObject * L_5 = (RuntimeObject *)__this->get_m_boxed_1(); NullCheck(((LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_6 = (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)((LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_m_edi_0(); NullCheck((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_6); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_6, /*hidden argument*/NULL); } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); Debugger_NotifyOfCrossThreadDependency_mFCE44794D4BF98E3BE828CF918C48620FF36AFBD(/*hidden argument*/NULL); NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); bool L_7; L_7 = (( bool (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)L_7; } } // T System.Lazy`1::LazyInitValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Lazy_1_LazyInitValue_m0BE885791B08F87946CC2CE82755DCDBE71AAA86_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __this, const RuntimeMethod* method) { Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)NULL; NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); int32_t L_0; L_0 = (( int32_t (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (L_1) { goto IL_001f; } } { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_2; L_2 = (( Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_2; Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_3 = V_0; __this->set_m_boxed_1(L_3); goto IL_00d0; } IL_001f: { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_005a; } } { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_5; L_5 = (( Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_5; Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_6 = V_0; if (!L_6) { goto IL_003c; } } { RuntimeObject ** L_7 = (RuntimeObject **)__this->get_address_of_m_boxed_1(); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_8 = V_0; RuntimeObject * L_9; L_9 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)(RuntimeObject **)L_7, (RuntimeObject *)L_8, (RuntimeObject *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } IL_003c: { RuntimeObject * L_10 = (RuntimeObject *)__this->get_m_boxed_1(); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)((Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); goto IL_00d0; } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_11 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); __this->set_m_valueFactory_2(L_11); goto IL_00d0; } IL_005a: { RuntimeObject ** L_12 = (RuntimeObject **)__this->get_address_of_m_threadSafeObj_3(); RuntimeObject * L_13; L_13 = VolatileRead((RuntimeObject **)(RuntimeObject **)L_12); V_2 = (RuntimeObject *)L_13; V_3 = (bool)0; } IL_0068: try {// begin try (depth: 1) { RuntimeObject * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_15 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); if ((((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)L_15))) { goto IL_0078; } } IL_0070: { RuntimeObject * L_16 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4((RuntimeObject *)L_16, (bool*)(bool*)(&V_3), /*hidden argument*/NULL); } IL_0078: { RuntimeObject * L_17 = (RuntimeObject *)__this->get_m_boxed_1(); if (L_17) { goto IL_00a0; } } IL_0080: { NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_18; L_18 = (( Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_18; Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_19 = V_0; __this->set_m_boxed_1(L_19); RuntimeObject ** L_20 = (RuntimeObject **)__this->get_address_of_m_threadSafeObj_3(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_21 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); VolatileWrite((RuntimeObject **)(RuntimeObject **)L_20, (RuntimeObject *)L_21); IL2CPP_LEAVE(0xD0, FINALLY_00c6); } IL_00a0: { RuntimeObject * L_22 = (RuntimeObject *)__this->get_m_boxed_1(); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)((Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_23 = V_0; if (L_23) { goto IL_00c4; } } IL_00af: { RuntimeObject * L_24 = (RuntimeObject *)__this->get_m_boxed_1(); NullCheck(((LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *)IsInst((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_25 = (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)((LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *)IsInst((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_m_edi_0(); NullCheck((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_25); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_25, /*hidden argument*/NULL); } IL_00c4: { IL2CPP_LEAVE(0xD0, FINALLY_00c6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c6; } FINALLY_00c6: {// begin finally (depth: 1) { bool L_26 = V_3; if (!L_26) { goto IL_00cf; } } IL_00c9: { RuntimeObject * L_27 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A((RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00cf: { IL2CPP_END_FINALLY(198) } }// end finally (depth: 1) IL2CPP_CLEANUP(198) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_28 = V_0; NullCheck(L_28); bool L_29 = (bool)L_28->get_m_value_0(); return (bool)L_29; } } // System.Lazy`1/Boxed System.Lazy`1::CreateValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * Lazy_1_CreateValue_m1C4CB5DA4221648CDC8CB4397FAC84C874C15FB1_gshared (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 * __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; } Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * V_0 = NULL; int32_t V_1 = 0; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * V_2 = NULL; Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)NULL; NullCheck((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this); int32_t L_0; L_0 = (( int32_t (*) (Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_1 = (int32_t)L_0; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_1 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)__this->get_m_valueFactory_2(); if (!L_1) { goto IL_0083; } } IL_0011: try {// begin try (depth: 1) { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0037; } } IL_0015: { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_3 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)__this->get_m_valueFactory_2(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_4 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); bool L_5; L_5 = Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41((Delegate_t *)L_3, (Delegate_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0037; } } IL_0027: { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27EA076D82B233154707BD958AA3976983CD4084)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, (String_t*)L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_CreateValue_m1C4CB5DA4221648CDC8CB4397FAC84C874C15FB1_RuntimeMethod_var))); } IL_0037: { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_8 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)__this->get_m_valueFactory_2(); V_2 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_004f; } } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_10 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); __this->set_m_valueFactory_2(L_10); goto IL_0060; } IL_004f: { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_12 = ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); bool L_13; L_13 = Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41((Delegate_t *)L_11, (Delegate_t *)L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0060; } } IL_005c: { V_3 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)NULL; goto IL_00c8; } IL_0060: { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_14 = V_2; NullCheck((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)L_14); bool L_15; L_15 = (( bool (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_16 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)); (( void (*) (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)(L_16, (bool)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_16; goto IL_00c6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006e; } throw e; } CATCH_006e: {// begin catch(System.Exception) { V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0081; } } IL_0074: { Exception_t * L_18 = V_4; LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A * L_19 = (LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_19, (Exception_t *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); __this->set_m_boxed_1(L_19); } IL_0081: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_CreateValue_m1C4CB5DA4221648CDC8CB4397FAC84C874C15FB1_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0083: { } IL_0084: try {// begin try (depth: 1) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 15)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_20, /*hidden argument*/NULL); RuntimeObject * L_22; L_22 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295((Type_t *)L_21, /*hidden argument*/NULL); Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_23 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)); (( void (*) (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)(L_23, (bool)((*(bool*)((bool*)UnBox(L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_23; goto IL_00c6; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a0; } throw e; } CATCH_00a0: {// begin catch(System.MissingMethodException) { String_t* L_24; L_24 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7736367EB5597A368928D1011CEA2283AF9B94D)), /*hidden argument*/NULL); MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 * L_25 = (MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639_il2cpp_TypeInfo_var))); MissingMemberException__ctor_m6B52F2DFC7A22644E68456CAB2051171334BAA42(L_25, (String_t*)L_24, /*hidden argument*/NULL); V_5 = (Exception_t *)L_25; int32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)1))) { goto IL_00c3; } } IL_00b6: { Exception_t * L_27 = V_5; LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A * L_28 = (LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (LazyInternalExceptionHolder_t5FBE4EDA865137FF4FFAE5809F11D67FE602E74A *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_28, (Exception_t *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); __this->set_m_boxed_1(L_28); } IL_00c3: { Exception_t * L_29 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_CreateValue_m1C4CB5DA4221648CDC8CB4397FAC84C874C15FB1_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00c6: { Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_30 = V_0; return (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_30; } IL_00c8: { Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F * L_31 = V_3; return (Boxed_tB57C98B98338BE9AD5446E0632D6D581698EE94F *)L_31; } } // System.Void System.Lazy`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__cctor_mBFE740B6E7A952FD1516959243B4D31F2429C275_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4 * L_0 = ((U3CU3Ec_t03AE19108C72D91D963CB3C0F860EF9A18B9B3B4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))->get_U3CU3E9_0(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_1 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18)); (( void (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); ((Lazy_1_t35BF0FF1949BD2EE92B8BAF43B0306B5FE14ED06_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->set_ALREADY_INVOKED_SENTINEL_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Lazy`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_m25AF9F2CFB213C652F3BBA9042C2E035AC266C3A_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, const RuntimeMethod* method) { { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); (( void (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Lazy`1::.ctor(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_m4C2FB85B8E2D735920BB53EC77E74A3FEBB513C4_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory0, const RuntimeMethod* method) { { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = ___valueFactory0; NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); (( void (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_0, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Lazy`1::.ctor(System.Threading.LazyThreadSafetyMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_mFF38A7D1C07831272FE5FF8A7855B24775D33639_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, int32_t ___mode0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___mode0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); __this->set_m_threadSafeObj_3(L_1); return; } } // System.Void System.Lazy`1::.ctor(System.Func`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_m134FCFE9170EE130509538C3F4D04AE7DC361921_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory0, bool ___isThreadSafe1, const RuntimeMethod* method) { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * G_B2_0 = NULL; Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * G_B2_1 = NULL; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * G_B1_0 = NULL; Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * G_B1_1 = NULL; int32_t G_B3_0 = 0; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * G_B3_1 = NULL; Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * G_B3_2 = NULL; { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = ___valueFactory0; bool L_1 = ___isThreadSafe1; G_B1_0 = L_0; G_B1_1 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)(__this)); if (L_1) { G_B2_0 = L_0; G_B2_1 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)(__this)); goto IL_0008; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)(G_B1_1)); goto IL_0009; } IL_0008: { G_B3_0 = 2; G_B3_1 = G_B2_0; G_B3_2 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)(G_B2_1)); } IL_0009: { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)G_B3_2); (( void (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)G_B3_2, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)G_B3_1, (int32_t)G_B3_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Lazy`1::.ctor(System.Func`1,System.Threading.LazyThreadSafetyMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__ctor_m5EFBDAE19C1634ACC9AFAD97A24D7A2581E5A035_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory0, int32_t ___mode1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = ___valueFactory0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteralEF68BB0CB45867DA95163C2C6A4B0677DCE80DCF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1__ctor_m5EFBDAE19C1634ACC9AFAD97A24D7A2581E5A035_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___mode1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); __this->set_m_threadSafeObj_3(L_3); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_4 = ___valueFactory0; __this->set_m_valueFactory_2(L_4); return; } } // System.Object System.Lazy`1::GetObjectFromMode(System.Threading.LazyThreadSafetyMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Lazy_1_GetObjectFromMode_m5462B25FD3F0405A2D82BF64D64375730158E4E4_gshared (int32_t ___mode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___mode0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_1; } IL_000a: { int32_t L_2 = ___mode0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); RuntimeObject * L_3 = ((LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_StaticFields*)il2cpp_codegen_static_fields_for(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var))->get_PUBLICATION_ONLY_SENTINEL_0(); return (RuntimeObject *)L_3; } IL_0014: { int32_t L_4 = ___mode0; if (!L_4) { goto IL_002c; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB8099DED7DCA288864CAB4B7B6EFAA8079ADFBD)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74)), (String_t*)L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_GetObjectFromMode_m5462B25FD3F0405A2D82BF64D64375730158E4E4_RuntimeMethod_var))); } IL_002c: { return (RuntimeObject *)NULL; } } // System.Void System.Lazy`1::OnSerializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1_OnSerializing_m14119EFDDDF31A15BEF2ABE06C465FFAA06688DE_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return; } } // System.String System.Lazy`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lazy_1_ToString_m9E6BBC3596B2E79C414CC778A1DC813E90D1BC47_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral946ECD27C1C53A25C82D0F80916982541BE6CE15); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); bool L_0; L_0 = (( bool (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); if (L_0) { goto IL_0013; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)_stringLiteral946ECD27C1C53A25C82D0F80916982541BE6CE15, /*hidden argument*/NULL); return (String_t*)L_1; } IL_0013: { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); RuntimeObject * L_2; L_2 = (( RuntimeObject * (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (RuntimeObject *)L_2; NullCheck((RuntimeObject *)(V_0)); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_0)); return (String_t*)L_3; } } // System.Threading.LazyThreadSafetyMode System.Lazy`1::get_Mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Lazy_1_get_Mode_m6854458DD4A6DC792F8D96C53CF9F5A076C7EB19_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_threadSafeObj_3(); if (L_0) { goto IL_000a; } } { return (int32_t)(0); } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get_m_threadSafeObj_3(); IL2CPP_RUNTIME_CLASS_INIT(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_StaticFields*)il2cpp_codegen_static_fields_for(LazyHelpers_tBC1E3FD7EF60CB2923D44FF2A081D5CAB5BA2A5C_il2cpp_TypeInfo_var))->get_PUBLICATION_ONLY_SENTINEL_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0019; } } { return (int32_t)(1); } IL_0019: { return (int32_t)(2); } } // System.Boolean System.Lazy`1::get_IsValueCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Lazy_1_get_IsValueCreated_m93DDC271548C557E26DD0B73F0266575738B5A4E_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_boxed_1(); if (!L_0) { goto IL_0017; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get_m_boxed_1(); return (bool)((!(((RuntimeObject*)(Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)((Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0017: { return (bool)0; } } // T System.Lazy`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Lazy_1_get_Value_m38D3C5A5E6CDD960FF91CC44E5466080AB377544_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * V_0 = NULL; { V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)NULL; RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_boxed_1(); if (!L_0) { goto IL_0035; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get_m_boxed_1(); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)((Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_2 = V_0; if (!L_2) { goto IL_0020; } } { Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = (RuntimeObject *)L_3->get_m_value_0(); return (RuntimeObject *)L_4; } IL_0020: { RuntimeObject * L_5 = (RuntimeObject *)__this->get_m_boxed_1(); NullCheck(((LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_6 = (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)((LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_m_edi_0(); NullCheck((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_6); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_6, /*hidden argument*/NULL); } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); Debugger_NotifyOfCrossThreadDependency_mFCE44794D4BF98E3BE828CF918C48620FF36AFBD(/*hidden argument*/NULL); NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); RuntimeObject * L_7; L_7 = (( RuntimeObject * (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (RuntimeObject *)L_7; } } // T System.Lazy`1::LazyInitValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Lazy_1_LazyInitValue_m73E44C69BFFD1B94631AE0347EBC8806522D458F_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __this, const RuntimeMethod* method) { Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)NULL; NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); int32_t L_0; L_0 = (( int32_t (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (L_1) { goto IL_001f; } } { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_2; L_2 = (( Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_2; Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_3 = V_0; __this->set_m_boxed_1(L_3); goto IL_00d0; } IL_001f: { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_005a; } } { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_5; L_5 = (( Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_5; Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_6 = V_0; if (!L_6) { goto IL_003c; } } { RuntimeObject ** L_7 = (RuntimeObject **)__this->get_address_of_m_boxed_1(); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_8 = V_0; RuntimeObject * L_9; L_9 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)(RuntimeObject **)L_7, (RuntimeObject *)L_8, (RuntimeObject *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } IL_003c: { RuntimeObject * L_10 = (RuntimeObject *)__this->get_m_boxed_1(); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)((Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); goto IL_00d0; } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_11 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); __this->set_m_valueFactory_2(L_11); goto IL_00d0; } IL_005a: { RuntimeObject ** L_12 = (RuntimeObject **)__this->get_address_of_m_threadSafeObj_3(); RuntimeObject * L_13; L_13 = VolatileRead((RuntimeObject **)(RuntimeObject **)L_12); V_2 = (RuntimeObject *)L_13; V_3 = (bool)0; } IL_0068: try {// begin try (depth: 1) { RuntimeObject * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_15 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); if ((((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_15))) { goto IL_0078; } } IL_0070: { RuntimeObject * L_16 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4((RuntimeObject *)L_16, (bool*)(bool*)(&V_3), /*hidden argument*/NULL); } IL_0078: { RuntimeObject * L_17 = (RuntimeObject *)__this->get_m_boxed_1(); if (L_17) { goto IL_00a0; } } IL_0080: { NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_18; L_18 = (( Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_18; Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_19 = V_0; __this->set_m_boxed_1(L_19); RuntimeObject ** L_20 = (RuntimeObject **)__this->get_address_of_m_threadSafeObj_3(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_21 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); VolatileWrite((RuntimeObject **)(RuntimeObject **)L_20, (RuntimeObject *)L_21); IL2CPP_LEAVE(0xD0, FINALLY_00c6); } IL_00a0: { RuntimeObject * L_22 = (RuntimeObject *)__this->get_m_boxed_1(); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)((Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)IsInst((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_23 = V_0; if (L_23) { goto IL_00c4; } } IL_00af: { RuntimeObject * L_24 = (RuntimeObject *)__this->get_m_boxed_1(); NullCheck(((LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *)IsInst((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_25 = (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)((LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *)IsInst((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_m_edi_0(); NullCheck((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_25); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)L_25, /*hidden argument*/NULL); } IL_00c4: { IL2CPP_LEAVE(0xD0, FINALLY_00c6); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c6; } FINALLY_00c6: {// begin finally (depth: 1) { bool L_26 = V_3; if (!L_26) { goto IL_00cf; } } IL_00c9: { RuntimeObject * L_27 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A((RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00cf: { IL2CPP_END_FINALLY(198) } }// end finally (depth: 1) IL2CPP_CLEANUP(198) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_28 = V_0; NullCheck(L_28); RuntimeObject * L_29 = (RuntimeObject *)L_28->get_m_value_0(); return (RuntimeObject *)L_29; } } // System.Lazy`1/Boxed System.Lazy`1::CreateValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * Lazy_1_CreateValue_m011729E91EA023F4A27524846331168FCD42E2D4_gshared (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 * __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; } Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * V_0 = NULL; int32_t V_1 = 0; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * V_2 = NULL; Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)NULL; NullCheck((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this); int32_t L_0; L_0 = (( int32_t (*) (Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_1 = (int32_t)L_0; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)__this->get_m_valueFactory_2(); if (!L_1) { goto IL_0083; } } IL_0011: try {// begin try (depth: 1) { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0037; } } IL_0015: { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_3 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)__this->get_m_valueFactory_2(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_4 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); bool L_5; L_5 = Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41((Delegate_t *)L_3, (Delegate_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0037; } } IL_0027: { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27EA076D82B233154707BD958AA3976983CD4084)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, (String_t*)L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_CreateValue_m011729E91EA023F4A27524846331168FCD42E2D4_RuntimeMethod_var))); } IL_0037: { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_8 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)__this->get_m_valueFactory_2(); V_2 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_004f; } } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_10 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); __this->set_m_valueFactory_2(L_10); goto IL_0060; } IL_004f: { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_12 = ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)))->get_ALREADY_INVOKED_SENTINEL_0(); bool L_13; L_13 = Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41((Delegate_t *)L_11, (Delegate_t *)L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0060; } } IL_005c: { V_3 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)NULL; goto IL_00c8; } IL_0060: { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_14 = V_2; NullCheck((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_14); RuntimeObject * L_15; L_15 = (( RuntimeObject * (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_16 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)); (( void (*) (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)(L_16, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_16; goto IL_00c6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006e; } throw e; } CATCH_006e: {// begin catch(System.Exception) { V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0081; } } IL_0074: { Exception_t * L_18 = V_4; LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B * L_19 = (LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_19, (Exception_t *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); __this->set_m_boxed_1(L_19); } IL_0081: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_CreateValue_m011729E91EA023F4A27524846331168FCD42E2D4_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0083: { } IL_0084: try {// begin try (depth: 1) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 15)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_20, /*hidden argument*/NULL); RuntimeObject * L_22; L_22 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295((Type_t *)L_21, /*hidden argument*/NULL); Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_23 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)); (( void (*) (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)(L_23, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_22, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_23; goto IL_00c6; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingMethodException_t84403BAD115335684834149401CDDFF3BDD42B41_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a0; } throw e; } CATCH_00a0: {// begin catch(System.MissingMethodException) { String_t* L_24; L_24 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7736367EB5597A368928D1011CEA2283AF9B94D)), /*hidden argument*/NULL); MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 * L_25 = (MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingMemberException_t890E7665FD7C812DAD826E4B5CF55F20F16CF639_il2cpp_TypeInfo_var))); MissingMemberException__ctor_m6B52F2DFC7A22644E68456CAB2051171334BAA42(L_25, (String_t*)L_24, /*hidden argument*/NULL); V_5 = (Exception_t *)L_25; int32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)1))) { goto IL_00c3; } } IL_00b6: { Exception_t * L_27 = V_5; LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B * L_28 = (LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (LazyInternalExceptionHolder_t9F15FE3CA519FEFE6CD6F332595ABA9F754A043B *, Exception_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_28, (Exception_t *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); __this->set_m_boxed_1(L_28); } IL_00c3: { Exception_t * L_29 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Lazy_1_CreateValue_m011729E91EA023F4A27524846331168FCD42E2D4_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00c6: { Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_30 = V_0; return (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_30; } IL_00c8: { Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B * L_31 = V_3; return (Boxed_t6B46E863EF1370F1DB18721371AF2515E1DF857B *)L_31; } } // System.Void System.Lazy`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lazy_1__cctor_m1CD9719D4335EBA540C65604FE017A47C5DCCDE3_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D * L_0 = ((U3CU3Ec_tDA5AE4B2A177A8912B793B0BB0C8E0D9D32A640D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))->get_U3CU3E9_0(); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_1 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18)); (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)(L_1, (RuntimeObject *)L_0, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); ((Lazy_1_t9AEDA4BDE3E10120674776405939013BDFB29948_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)))->set_ALREADY_INVOKED_SENTINEL_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m2422F0E595E810879E4599F969403614DB52939F_gshared (LifetimeGuard_t54B2DA7F2E4048B3349CD3E73372AB44363F5F91 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m893C795A3EA4C56F3C0C09B12096E114C63AF027_gshared (LifetimeGuard_t54B2DA7F2E4048B3349CD3E73372AB44363F5F91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mFF34DD7B056430CBC7F16ABD3988AC4085D06339_gshared (LifetimeGuard_t2644F308961A722BD40B54973DA2AC0633479E36 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m90FA76127001C86FD3C4006BD6FE9B6818D1DAD1_gshared (LifetimeGuard_t2644F308961A722BD40B54973DA2AC0633479E36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m44BDD527F4B6F1E56EADE77681A6161228E7397D_gshared (LifetimeGuard_t34BACC6A20DF2B0DC4BEAECE7CDDCC6541ED7DED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m64D3E87EB9F667DB12D506C3359D9E1139050FAD_gshared (LifetimeGuard_t34BACC6A20DF2B0DC4BEAECE7CDDCC6541ED7DED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mD882B54E67BD5A5D87A8BA048FAF5EB158586771_gshared (LifetimeGuard_t3E7FEFDF9FD0BF3F0D095BC2C7C85E93C596C86B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mF9628D4C6A684DC9BFB6073F2549BBFC2F57418A_gshared (LifetimeGuard_t3E7FEFDF9FD0BF3F0D095BC2C7C85E93C596C86B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m382B193658BF5AA0324D7276FF7297AB15A90AD8_gshared (LifetimeGuard_t93CC8952ACF8DD3BE2BED2AF2D1949EB153AEB6A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m628FF30533F48C03BE980CF5E170A3231EBA99CB_gshared (LifetimeGuard_t93CC8952ACF8DD3BE2BED2AF2D1949EB153AEB6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m94841846D8B00269B52DD119EAFA4964210A6DED_gshared (LifetimeGuard_tE3817F844F348DF1F856C51CFE873B649166E3B0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m3D93D19FDA5B7E389CE3FCF3DCBADEC0B9E3FFDF_gshared (LifetimeGuard_tE3817F844F348DF1F856C51CFE873B649166E3B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mA7058FDDCA588724C95300BC3F871E8C3468C735_gshared (LifetimeGuard_t49636E79EC921DDF4B3F13EBF3345F62EBAA437B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mF3EC4FBA5C0DED6B4833E4D02011247D357628E2_gshared (LifetimeGuard_t49636E79EC921DDF4B3F13EBF3345F62EBAA437B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mEDC44E96091EA58023094BD0EFAAE9EECAA7A7DA_gshared (LifetimeGuard_t4AB5AE521337216C60A24700A64BE5F88A492EF7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mBDAF0C8015FA2F46D72D2207F67BEF8F102F7BA5_gshared (LifetimeGuard_t4AB5AE521337216C60A24700A64BE5F88A492EF7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mEFDD15AB7244B1D5FCA8CE8D80E532C6F31EFCD2_gshared (LifetimeGuard_t178455A804337ECC4C9AF33BF4BB3D56D21711DC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mDA679082D20135EC19308F61D04D21BF7AC22ECF_gshared (LifetimeGuard_t178455A804337ECC4C9AF33BF4BB3D56D21711DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m3DE2839ED03F0736E2CE01889197647498FFF313_gshared (LifetimeGuard_t150941FCB4CB3177C3101388E9DB2AD2E79D6619 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mA262B753B919418681CA7F3E9170E0D70114B989_gshared (LifetimeGuard_t150941FCB4CB3177C3101388E9DB2AD2E79D6619 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m95328AB5F22EBA5A33B02B2B89177FB9B868C7F0_gshared (LifetimeGuard_t7F58CF4C362B1F8A17A757807CFF80A1EF8811DD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m0FC20B8412C3082D593C384A1A5F99A52BBE8DCA_gshared (LifetimeGuard_t7F58CF4C362B1F8A17A757807CFF80A1EF8811DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m7E993F638A31FC89FA3DB9E7450FA27BC6DAB646_gshared (LifetimeGuard_tA9D9847C82539E2121AF794E80AC645F87358325 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mCBFA986E9E104B0CD724B2C098B0D41FDF227A30_gshared (LifetimeGuard_tA9D9847C82539E2121AF794E80AC645F87358325 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mF1E2D7E1DD342B73F8FA7C0959E6047E54CD1992_gshared (LifetimeGuard_tA38A3634A9BA45B2F5DAD9452CB817EB8D7A27CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mB2D5F1C35CF40397EAC2E640AFA9DF3B9C9A442D_gshared (LifetimeGuard_tA38A3634A9BA45B2F5DAD9452CB817EB8D7A27CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m301D9FE1192F9AE05433CF7DF76A980E8ED70759_gshared (LifetimeGuard_tD7FCE6340D012BD2F0089CFF7A7DF481370C801E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m0A5E99347C073D0F73141F104DCB4C66FF595C08_gshared (LifetimeGuard_tD7FCE6340D012BD2F0089CFF7A7DF481370C801E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m6863F04AAAB768FAC4D741D753784C0673DC2DA1_gshared (LifetimeGuard_t96F5C87F5B11CDDD3A25767DDE92A6BE471B2103 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mBFC5EE252165A6D0694B709E2217BC9203E08606_gshared (LifetimeGuard_t96F5C87F5B11CDDD3A25767DDE92A6BE471B2103 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mF7B151C5F7E5B1CA9628AD417B342CF95FFD9437_gshared (LifetimeGuard_t441B9F953F0BD1F2ED4F36EC998CC216359555B6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mF2686CD9ECFDD15066072E0C8BD9F5DF2088AF96_gshared (LifetimeGuard_t441B9F953F0BD1F2ED4F36EC998CC216359555B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m49E181C99CA6D0D1FDD4FDA9555638548BC70762_gshared (LifetimeGuard_t6F95C5C3B377A13D604604BB1F7385B22690267E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m9818A7DABD27B3162F28ECA0E6A160B907BEFF08_gshared (LifetimeGuard_t6F95C5C3B377A13D604604BB1F7385B22690267E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m78B973417306A2CD93197BD60D0943E466328F46_gshared (LifetimeGuard_tF1F925E8F8ACB0D8751D0F620A3EA0FA8B5B1C07 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m3423211F961D65F8377450288BD50BC14BB16EBA_gshared (LifetimeGuard_tF1F925E8F8ACB0D8751D0F620A3EA0FA8B5B1C07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m20B1636EA1FC398784B587961ED2E87E1FCF57B4_gshared (LifetimeGuard_t285D7A31E21F099C099D30C26EE7348781297004 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m9E6C7071C434922CA17D8C1F66727DFBD5AE81D2_gshared (LifetimeGuard_t285D7A31E21F099C099D30C26EE7348781297004 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m106549E812BDDF6CCABECF850AAE8338946EAB26_gshared (LifetimeGuard_t11431E0A109C5800FC2651DF835C105052C53F1E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mAC7EA36E159AA94A0BC4D0787EDFCA54DF73E92F_gshared (LifetimeGuard_t11431E0A109C5800FC2651DF835C105052C53F1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mB267BAEEB01029CF85E5683EF1445518B842AD50_gshared (LifetimeGuard_t334265C78D12C09793DDBDF54A5B60C7F260ED06 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m91D49F261D5723191C7A86996F2DD3075A56D4EA_gshared (LifetimeGuard_t334265C78D12C09793DDBDF54A5B60C7F260ED06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mB91D86734EF5C063D4F7FF5B7C00689939A5F051_gshared (LifetimeGuard_tEB7666B2DD8CF490AD638E47F0883808F2364B63 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m189A86D64E356B4A9C6E4690FD3B159784CD26A7_gshared (LifetimeGuard_tEB7666B2DD8CF490AD638E47F0883808F2364B63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mBF415D5440EB99F662EF79D66B81887FD239D84C_gshared (LifetimeGuard_t0951E00DC806C707CD2C441214C45A15A5087413 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mCBE3211E570714DA9A5233489BB061D58522FE35_gshared (LifetimeGuard_t0951E00DC806C707CD2C441214C45A15A5087413 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m9F863154F5AE34EDA52C8FB69C2E01F4E2FC6895_gshared (LifetimeGuard_t44CCE129DCF760F8E6D0EEF15D9AD7043B871E9E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m33849AA75AF2EEAB3884C6C62A914B1F56223519_gshared (LifetimeGuard_t44CCE129DCF760F8E6D0EEF15D9AD7043B871E9E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m0FA2B08E1ADF46F4EBA623DE2F9FE01AA4BFE9F0_gshared (LifetimeGuard_t730D48D3528A703CDE6436082905BDE5118EF753 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mAC5317627F5306F1FA1F9663A60B0310C8531316_gshared (LifetimeGuard_t730D48D3528A703CDE6436082905BDE5118EF753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mE48F0C2BFE9BDA916C2FE91BBFA3A2BD9803EAB0_gshared (LifetimeGuard_t860C339F71A6F552A81D3F197B5B4E1102EFDEAC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mC22D85FB98FF31248F172364D293574B16E8B96E_gshared (LifetimeGuard_t860C339F71A6F552A81D3F197B5B4E1102EFDEAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mC9CD55D3D9BB1FD71DE41A4D6E3DD638A94357A6_gshared (LifetimeGuard_tCFC53D3B6C044F012448401D441287FBBCE054FF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m7D08B0B4221E7D1972879047F5CFE1F5F0946FA0_gshared (LifetimeGuard_tCFC53D3B6C044F012448401D441287FBBCE054FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mCFF477A230B5CDEA3E2B18FE2DFD21BFC48803F1_gshared (LifetimeGuard_tCB20584B39212D50C67E1091A0283463EFAB62A8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m4A4B0734ABE43054AC963BB1020195EB64869ADF_gshared (LifetimeGuard_tCB20584B39212D50C67E1091A0283463EFAB62A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mBAAADB218E25E5EB9CC187D976A39A350DD579AD_gshared (LifetimeGuard_t160DCE3B28D2600B3336A6BBA21B8F1A9705F09B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard>::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mC1AF14F7639A8F4BD56FF1847FBA5E0B83CD8894_gshared (LifetimeGuard_t160DCE3B28D2600B3336A6BBA21B8F1A9705F09B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m60A4B606F9EDF8AC5B4341AEB7F4949148B9EBED_gshared (LifetimeGuard_tD5A34F3D6601564B5C443EE255E0E1C2182D0760 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m50B2140F8BD7770786F9252AEC29D519A2716A14_gshared (LifetimeGuard_tD5A34F3D6601564B5C443EE255E0E1C2182D0760 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m07C0A4C58D26062919C9FACE3574EA92BC10CDD8_gshared (LifetimeGuard_t025BEF3FE38F23F21546B74EC51768CF065B6151 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m6676DFEF909A0E5F1D7E5E033F0CF1EDF7A1131B_gshared (LifetimeGuard_t025BEF3FE38F23F21546B74EC51768CF065B6151 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m8F8020B0D8C8B697C93ABB8430F202D6EEBF1E71_gshared (LifetimeGuard_t8E10B7B1C6BE71E6F91871AA058F8F0AB93FD74A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mD0580FDA4454CC71EAB27141E8D27E42A403B2AD_gshared (LifetimeGuard_t8E10B7B1C6BE71E6F91871AA058F8F0AB93FD74A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mC5869BD2AFBC72E898F22649F8D9D470FC80F958_gshared (LifetimeGuard_t01794C8A0D1BE66D1F6F74B817D2A58D5B31F0FD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m16062FDD2144CDCB35FAF1E5B1BFF4BDFF3A5CDD_gshared (LifetimeGuard_t01794C8A0D1BE66D1F6F74B817D2A58D5B31F0FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m280DC425947F3D5AAEDFA984F3D7E893E7FDC9A1_gshared (LifetimeGuard_tCB41416E26EDCF4C3F742FA4A0835820CE217D6E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m33B6DC5D81C086DC834BD8705D11643F6BEDB862_gshared (LifetimeGuard_tCB41416E26EDCF4C3F742FA4A0835820CE217D6E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m9FA2855AF2A3173AA9BD786BF69EFE2A8C9AB54A_gshared (LifetimeGuard_t44FC78516EE164D193485B0192551253E4636B6A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m3695B7F29CDAA23C7A2D98FED5E3BE3D3ED3CFBC_gshared (LifetimeGuard_t44FC78516EE164D193485B0192551253E4636B6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m83AEA1A8111EB5463CE0C6A50D32C252E17C52C1_gshared (LifetimeGuard_t1CB457A616DE3E86A7B57B31A41A8F1E4F6BF08D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m174A4C089EC406360DDDEF93C5BDA81BED11651A_gshared (LifetimeGuard_t1CB457A616DE3E86A7B57B31A41A8F1E4F6BF08D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mA5AF88352B2479CD9F4A71D28DBE6C7456852724_gshared (LifetimeGuard_t2A1A3A8DE5F7BAB9DD6C2A64A0AA71ABEE55CF3E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mB2E4E4C1037BE69F60C5FA06D6810161795E8506_gshared (LifetimeGuard_t2A1A3A8DE5F7BAB9DD6C2A64A0AA71ABEE55CF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m1712A00DCD21CCBD281FA279D2EC458EFCFF0704_gshared (LifetimeGuard_t3F96DC52119D3882565C06A7A2C7D211E45F568A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m15EF17B6AA1F4948F50A60CDF097048F490CE97E_gshared (LifetimeGuard_t3F96DC52119D3882565C06A7A2C7D211E45F568A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mEFA7BA1BE5A92470B64546AECB020038CECC81CF_gshared (LifetimeGuard_tF2E647622BBC28483F11E9105C0D46407F8ACB36 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m09F3527A41C41AFB142F6411D99B50366D9E3388_gshared (LifetimeGuard_tF2E647622BBC28483F11E9105C0D46407F8ACB36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m0D14964ADBF0306209F77488A67DEA365246C67E_gshared (LifetimeGuard_tBDF5FA4ECEF4CFE3E424A8D852EA4597D1DC9E38 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m45E211A8000FC5668615E8EC06342B05030B4BE4_gshared (LifetimeGuard_tBDF5FA4ECEF4CFE3E424A8D852EA4597D1DC9E38 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mB59B8417A948845717DA903585BFCDC964DF5A9A_gshared (LifetimeGuard_t0A4BDB118F0A80CA733710FE8F6F18A84D6AA28E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m8601C218CE030631C59C4EE2BB1F8A2056856068_gshared (LifetimeGuard_t0A4BDB118F0A80CA733710FE8F6F18A84D6AA28E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mD8B103AB2652903C5E74BCD1C7AEA9DC1F7153FD_gshared (LifetimeGuard_tE169216ECE51E94F8B3338F7F65A37D122929000 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m2343510A0D44794CC245F5D35C6B29FFFC2D4907_gshared (LifetimeGuard_tE169216ECE51E94F8B3338F7F65A37D122929000 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mDE4A4C96C5A96E03AE6E7A53699B3F9F8C22B293_gshared (LifetimeGuard_tE12A9AA5519EC7858B87FE8AF83C21661503B19D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m62F27253B33AB87932E313CE76F75C3D08332DA3_gshared (LifetimeGuard_tE12A9AA5519EC7858B87FE8AF83C21661503B19D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m599F53AFD1F96C6AAA6D9E492BC125BA753F490F_gshared (LifetimeGuard_t6B4EA1D2AC3C3D2FF7FA10D621FA37B690B7DF0E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m930A08F13DC49DD54FF4067611B2E5083811B8E5_gshared (LifetimeGuard_t6B4EA1D2AC3C3D2FF7FA10D621FA37B690B7DF0E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mB3A239CAB62C5FF74A32DA3259FE98B4536FFE7F_gshared (LifetimeGuard_tD51C346D05682E262AF55068AD3BA6B309522F98 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mC2277AE298640C309210DBB319BC39C7D4C9E40C_gshared (LifetimeGuard_tD51C346D05682E262AF55068AD3BA6B309522F98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m875F97F1FE108B5612481E2DE7CAAA7F11765F5F_gshared (LifetimeGuard_tAC90455255B395A8C354FCA59FCC29D960321115 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mFEBF1ECFB8612963571015AE2D80F64A7ED7FAFF_gshared (LifetimeGuard_tAC90455255B395A8C354FCA59FCC29D960321115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mA494F7B3AE4786CE8398EEFEC9A5E2D4AAA1FF1A_gshared (LifetimeGuard_t63991045C30E55D0D443472F281AC20354C00680 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m7AE6C30E89D65C8372BD3E07935D0B2BB460AC91_gshared (LifetimeGuard_t63991045C30E55D0D443472F281AC20354C00680 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m18B8EA3819A63241A8967ED148E7EE2E1FEBB116_gshared (LifetimeGuard_tBEA5B18714C57F3D8D49A556FFF3A365E18F625A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m5511BA730C405BDB0E63F3BF46B202D0F49173F0_gshared (LifetimeGuard_tBEA5B18714C57F3D8D49A556FFF3A365E18F625A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m1B1A928F43C0C07D900D905EE5E3F7CE0767F4C6_gshared (LifetimeGuard_t108AAAC6E0938C81BA00C2FB107D0C07AC5A2866 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m8EB2DB2CC246D08B1DDE501749D36C5D17CF0884_gshared (LifetimeGuard_t108AAAC6E0938C81BA00C2FB107D0C07AC5A2866 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m052D5BEFE84A594B0638EA42DD53C4D5118A29CD_gshared (LifetimeGuard_t2D0E56E8F21F6383E6BF5E8DF13C43E070DC74E1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m73BC32CFE351C832142F12087CC7FBD4CD441798_gshared (LifetimeGuard_t2D0E56E8F21F6383E6BF5E8DF13C43E070DC74E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m5BB95648B35D7782EA58047D8905DD8090D629ED_gshared (LifetimeGuard_tF48E9092FD1376BF89E8EB5E520B42FA9999EBA3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m076A277C1217A76939EFAA35B301B2E9AD2EF01C_gshared (LifetimeGuard_tF48E9092FD1376BF89E8EB5E520B42FA9999EBA3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mBC43860784D21B372A9BB523A0EE52C87145608D_gshared (LifetimeGuard_t9263D9C42C4A3E7381153D82C17CE55A473FEF95 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mEDEB0D52164C13B8A2471EA3E650ED27F93F1F05_gshared (LifetimeGuard_t9263D9C42C4A3E7381153D82C17CE55A473FEF95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mE5261B41B79A6943FF540C4B662189814C908C63_gshared (LifetimeGuard_t6ACDD0452FBA3951A5F1CE2334B2A1D6533AACA0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m5BB455680F50E3849B40B32B50500C479237A457_gshared (LifetimeGuard_t6ACDD0452FBA3951A5F1CE2334B2A1D6533AACA0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m7FD7434A67FF46F62499E6345B431D400AC0E3BB_gshared (LifetimeGuard_tBC847D82AE2DFC6B6D557C30625D4B77DEFB9888 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m4A35F8EBFA0A3C9BB8B50DA523544744B78DEA43_gshared (LifetimeGuard_tBC847D82AE2DFC6B6D557C30625D4B77DEFB9888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mFD306B2EE6A3137BDB0B9D4002232A2DB72644E7_gshared (LifetimeGuard_tA9B06C421C59C29E581137DFBE852D345BB23769 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m4C49C8B9E2A90946461097983D0D77951B6DC14B_gshared (LifetimeGuard_tA9B06C421C59C29E581137DFBE852D345BB23769 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m020ED004B4C55C1F80C442D74E9DD8E6B61E116D_gshared (LifetimeGuard_tC4A908DC204857D08015DE9633B75DB69CB363D9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m65B9B4544CE14DB8DA48CB0286FB778D73D9AFE9_gshared (LifetimeGuard_tC4A908DC204857D08015DE9633B75DB69CB363D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mCD76BABE02300DC6C82FD0076D5D06CBDD21581B_gshared (LifetimeGuard_t9D7AD7EA4BE1703325D7CA4866E6AC784B469107 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m4A9E0F49B82C3DC45BC87D5E05106817066D8B21_gshared (LifetimeGuard_t9D7AD7EA4BE1703325D7CA4866E6AC784B469107 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m90D0B7DF4AF70EED99360EE2061DD0E0210B99BF_gshared (LifetimeGuard_t4183F5564BCE9D6C3CA9E02318641E0ABAB8D23C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m077FF4FCC6A6540D69E6648FD568311682A0788E_gshared (LifetimeGuard_t4183F5564BCE9D6C3CA9E02318641E0ABAB8D23C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mC86670DB76B40929CCE5989E2CD95BB7C0F49D5D_gshared (LifetimeGuard_tA490BAD036590E9A0BC2A47E1F9475DE77C487B4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m1A61CD421E465AAE3737F8B0EF03080CB824C194_gshared (LifetimeGuard_tA490BAD036590E9A0BC2A47E1F9475DE77C487B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m693FAB2FEEFF28CD04FE27263B1B1BF982242F2F_gshared (LifetimeGuard_t5A4372BD412B0D9E3F18953B240712F9513277FA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m0013F290E5FACBC886B74F7389ABEF6E3BD60C2D_gshared (LifetimeGuard_t5A4372BD412B0D9E3F18953B240712F9513277FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mD27CBAD8B8C792E0502C375C98D4CFDE47950F39_gshared (LifetimeGuard_tA3E6723EA8439CFAD43CD313CEDFDAEA3E2A15C6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m3656C575E3D4A21BBF529CB11036BED8BD3F91AD_gshared (LifetimeGuard_tA3E6723EA8439CFAD43CD313CEDFDAEA3E2A15C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mFB9EAA7C2735A8391A4D04457DFAD644B578A36A_gshared (LifetimeGuard_t976385666955DA657DBB659AFF47E3AD3316B20D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m31164A89B48AD8B7DE08C25CA0CE5FD886BF2FDC_gshared (LifetimeGuard_t976385666955DA657DBB659AFF47E3AD3316B20D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m82880003497AD2C66BA1508B93DEDD5E45D38A60_gshared (LifetimeGuard_t498B17D74C4DC25904257C7F6118776C554427FE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m723064731AAD29337113E4664071F9201DA61B72_gshared (LifetimeGuard_t498B17D74C4DC25904257C7F6118776C554427FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m4D1DA93C55BE7E7367551E04B75EB452CBE8B907_gshared (LifetimeGuard_t50D640C10AC1EE89A40C79622448EFA133AF8753 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m177E3209281303FA5D47190BCB016885F70C2D44_gshared (LifetimeGuard_t50D640C10AC1EE89A40C79622448EFA133AF8753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m5DBE09233CB1A16E289BD683A29FCFF1AFC9B67C_gshared (LifetimeGuard_t37A7823C75BFBEDF4E465CBAE704BC1B91B42E50 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mED69F09F323E05183BF37A4171B210B70A211D0B_gshared (LifetimeGuard_t37A7823C75BFBEDF4E465CBAE704BC1B91B42E50 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m6256ABB782D368E21EB7C486D4965B6D32A1882B_gshared (LifetimeGuard_tAEFA47D62C7B11D67F0CB98E91D07ED56DB9DF21 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m7C1C34984D209FD900996D68CA047076AB40532B_gshared (LifetimeGuard_tAEFA47D62C7B11D67F0CB98E91D07ED56DB9DF21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m0A1A733514D7C86DA593C4F96D040F2A419A07B8_gshared (LifetimeGuard_t41CC57460757A2E112908204BA6A0F4CE3456D99 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m751650FCC1717AD8FC29B5B4B4B978DAF0E51D36_gshared (LifetimeGuard_t41CC57460757A2E112908204BA6A0F4CE3456D99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mE4BD81FF1FF6463E05A50519C13F152B477E3A74_gshared (LifetimeGuard_t74B4051702034E8BD5BDF8120BE477FCA0DD520A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_mAB08026E7F0D20E83636E9F544F17B889091A038_gshared (LifetimeGuard_t74B4051702034E8BD5BDF8120BE477FCA0DD520A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m8482F73E04A1EF28BD8FC49E0BC0BE7D2456D0E7_gshared (LifetimeGuard_tAC0CFCA09674F1F3FD3BC77FC007AB45AB670750 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m367D137C99AC2E81CC2505947B8D53B1BC7ED817_gshared (LifetimeGuard_tAC0CFCA09674F1F3FD3BC77FC007AB45AB670750 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mF0D83017ED2C2C7543A6B4429097A26F44A06DCC_gshared (LifetimeGuard_t7AAAF703C1F6535AC6665C203F52D1303BABB97D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m5581A24CF9AD2EF19743FAE7F957074E66498CE5_gshared (LifetimeGuard_t7AAAF703C1F6535AC6665C203F52D1303BABB97D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_m6167E8E7DCEA3EB0008F293DCC19A728089AACAA_gshared (LifetimeGuard_t4F28A003068654D1C0D9933C71D583087DA411C6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m42A216F679773765964BC93F6316168A63426FB8_gshared (LifetimeGuard_t4F28A003068654D1C0D9933C71D583087DA411C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard__ctor_mA6AED6BB7F47D82555A9D1CC4FFEB3E9E081A1FE_gshared (LifetimeGuard_t90C15EDDDB53FD05E4553BD4E3CE0986CCC5F0CF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { NullCheck((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this); RefCountedMemoryLifetimeGuard__ctor_m0B118A94211B6245AB18206F13B6C0E1685BC962((RefCountedMemoryLifetimeGuard_tF4EE750B4415E9EA0E288262FB36CD87734450FC *)__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_array_4(L_0); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.SharedArrayPoolBuffer`1/LifetimeGuard::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeGuard_Release_m458DF701C944B1E96A70324154E4486AE774B271_gshared (LifetimeGuard_t90C15EDDDB53FD05E4553BD4E3CE0986CCC5F0CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_inline(/*hidden argument*/ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_array_4(); NullCheck((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(!0[],System.Boolean) */, (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1, (bool)0); __this->set_array_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * LightenClear_get_Instance_mE5D5335E89F72E3AED7423E62E0FE268BFF2CD4F_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * L_0 = ((LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m6C1AA388DCD44D2D67D741D0C4177D8EBBE53BF8_gshared (LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m3B650E26A6B9B896AEFB02313AD2F430594F32EE_gshared (LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mB26A96E58B5C0596D0812024FF421F5B99E23C1F_gshared (LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)__this); (( void (*) (PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mCFB39A5D38E3897E84AD2C1B9C1BE861052ED71B_gshared (const RuntimeMethod* method) { { LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE * L_0 = (LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t5F3C80FE166C8FB5DEF13EDE4F2E5DD9CC4871EE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * LightenClear_get_Instance_mCB04DEAEF4314B6A0E55B623F994F9745EA70B2F_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * L_0 = ((LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m4E9D97538479EA5311EB1381EE1AA1EC9FBC5496_gshared (LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mF41B730706CE350AD91C692F72A0B620A88E3001_gshared (LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m8FB1999B1CEB01E867BC4563DD3DFCF479882F9A_gshared (LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)__this); (( void (*) (PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m3F843FD3961CA322EF16120906EECD4D20EEF486_gshared (const RuntimeMethod* method) { { LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 * L_0 = (LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t76D7BFEA7D4CD3D74EE553A3F661BC19A3B36C90_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * LightenClear_get_Instance_m4B7A8C7809A97AC63C3D146611FB1E3A1D3B5B0E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * L_0 = ((LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m7689A3269795922D433272369F1FDB0B57557348_gshared (LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m15DBCF83D4530F015E0A2C84F7533985D83E1E88_gshared (LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mEF539D2E97DD4F6D54F6AA479293E1C6FED7FA40_gshared (LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)__this); (( void (*) (PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m70E78311962FF682B9F60B77F4C7FA64F852BB14_gshared (const RuntimeMethod* method) { { LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 * L_0 = (LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t9A7111AE51326272652E028ABCCA2E142E2CE323_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * LightenClear_get_Instance_m6C52B662587BEC125C2B3B846A18583BA2623C39_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * L_0 = ((LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m626959AFDC66FB5DD963CE1687E3D3B23A204221_gshared (LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m95513749EF3A2643DC120AF89D072438CBE5CA8D_gshared (LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m8B587EA55BFD594A4EF22042ADFC38706CF80EE0_gshared (LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)__this); (( void (*) (PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m49AD7FCD7EB1A8C1C09ED36938E1625DB0E25A46_gshared (const RuntimeMethod* method) { { LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D * L_0 = (LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t17EA30B15A6F52F20D1B5055D59F51A0025E8B6D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * LightenClear_get_Instance_m3673D13B433D7E552351C06BEBBE34C88B54F235_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * L_0 = ((LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mE763BF65CF732774A4BEA3EC5118725FDBF51EDB_gshared (LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mC3EDA3621DD20166A689A49478FD1A61D00A5EEA_gshared (LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mD2188B8AE94879CF0A658D861D1891E0CF706DEC_gshared (LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *)__this); (( void (*) (PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m129A2D251A0DBF48D7CD4913CF4BDBD1FC1523B7_gshared (const RuntimeMethod* method) { { LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 * L_0 = (LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t0456EFC4753332C9BFB2A7B08378865E595A3BF4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * LightenClear_get_Instance_m87CCEC6D09970707686B9FC1BA2A0850591F9D77_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * L_0 = ((LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mB411DAC8C2C2072A14654EF56B75A95E34E704C1_gshared (LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m819F91DE2377A8C431D92EAB41DC5882BB2179FF_gshared (LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mC5D7130ABD7CE94C19F9652338FCD350E464878B_gshared (LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *)__this); (( void (*) (PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mC649A00AE0A9956B3F42BD912F2460E8A99D4F31_gshared (const RuntimeMethod* method) { { LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 * L_0 = (LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t51CD475F5BAC53BE40E72AEED3D04DB52DC60212_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * LightenClear_get_Instance_mFA4FC884C0E0495A494E9414022847701E1C592C_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * L_0 = ((LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mE13FD6D2FCB55386AEF2408C4202BC26A1C24984_gshared (LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mD62BDE31220810AB352399EC2211FE8CD5E68FCF_gshared (LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m563E5D6917B01DA721411D8AB1BB56DA48BBF1F0_gshared (LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *)__this); (( void (*) (PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mB450F80782AEFEF8B3ADB65AD87E38166EDADDD7_gshared (const RuntimeMethod* method) { { LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF * L_0 = (LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t9B316F1FC5E7AD9C18ACBEA26493EC2F1DDD53BF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * LightenClear_get_Instance_m1C58977A0A56B09155EB4057628960DB3EA8E459_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * L_0 = ((LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m737B95409883F027CD8694B2BF26EC60C7DBBC27_gshared (LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mCA1849A433376C38969C50DB357E5E8D3048D7DF_gshared (LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m22D4DEDA3D820C0402E49F6FF40F8A07B666E9A5_gshared (LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *)__this); (( void (*) (PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m33A8C4A2A7B6EB5A9EE6DAD61A54877317F36D26_gshared (const RuntimeMethod* method) { { LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB * L_0 = (LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tE92CA0A3D82863686611C88E9AA2EE12881FE3CB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * LightenClear_get_Instance_m3AAA9A75ECBFD1ADAE57FFBDE2CE049113C419B4_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * L_0 = ((LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mA1CC156918F81474E3C0697E57EC6C9156D8A67A_gshared (LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m7AB3D569830A93074E321D223C72B957D7DC5F06_gshared (LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m406B8BCF57B213ABB38F124969A77EB0DA08BBFC_gshared (LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *)__this); (( void (*) (PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m6A30C8A523492EDA82142303B1F4697BE925AE24_gshared (const RuntimeMethod* method) { { LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 * L_0 = (LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t03BE91772DB18132BC22CF4F2D500982299B0B70_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * LightenClear_get_Instance_m2658AF7416A87864B3443DF8585033B034F7F3E2_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * L_0 = ((LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m79592D4D846866E911BF63C62012C2B5917EA99D_gshared (LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m06FE91EFA6389D3243A0C9E30F7F0DC2E6A83342_gshared (LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mF760628F0C1B90A079109130F5ADC6BA71398225_gshared (LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *)__this); (( void (*) (PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m888B6740353AC6D09938C4B8F7D0124C3A19A1C0_gshared (const RuntimeMethod* method) { { LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD * L_0 = (LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t32EFC74D4549FC4B5D13F6672A873E5CDA30DEBD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * LightenClear_get_Instance_m0494ED1FB816A10CAAAA7F94EC8ED4D2C8A40794_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * L_0 = ((LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m52E40D596E1C8A06302CA63EB2D7BC38E2B1D72D_gshared (LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mF809BE975FD8CCB266DF57CDD315592D7A716DA5_gshared (LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m123ACE6A05C9884AA110C029769C399A39EBA64A_gshared (LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *)__this); (( void (*) (PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mD295AA757A1ED406136D3CCB014B7532B4F5CD6E_gshared (const RuntimeMethod* method) { { LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E * L_0 = (LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tA1CB61B0926C2E96CCDEA3324ED5FD3E04F8744E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * LightenClear_get_Instance_mB7B53ACD9DD91A6BF4236F89AD1C2EBA0D7F9144_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * L_0 = ((LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mA324C694C49659E545D63CE00DF270DA3E2A8452_gshared (LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m1DDDEA30A94B46E967137D6516386DE82A7F5B67_gshared (LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mD88F0795C0032FC8CA439C4A7519B8CCA85DB915_gshared (LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *)__this); (( void (*) (PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mF575B39DCD176662A4CCC568A41B6618592D7679_gshared (const RuntimeMethod* method) { { LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B * L_0 = (LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t2B0EB08BBD3E3179D6CBB89F7594A62B43BD4C5B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * LightenClear_get_Instance_mF4D6FE89DF614FC18A9B367358116591FF13E296_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * L_0 = ((LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mDB4255D94C1A8AE25D35853547AB76D5972423EB_gshared (LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m03BD4D40EF6306D609023D98AB7377C678C911F3_gshared (LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mDF6A3BE658E6ECA1B5614B5D56EA43CB4CEF5F90_gshared (LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *)__this); (( void (*) (PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mEE9DC67F55D89B1028D7E6E8D5B3882B79EEA288_gshared (const RuntimeMethod* method) { { LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 * L_0 = (LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t410C681849DD12C825C8FDB7644E7A1FF9DA1AB2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * LightenClear_get_Instance_mBF0C4FF029EC7F145AA7F0BE2713C1B0F99F9ABA_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * L_0 = ((LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m37B4AFABA2111B31E8B30979A68CCFB5D7428583_gshared (LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m7CC068D933511FE0509E698994ED1A3F12ABB7D2_gshared (LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mB7410298B1EE615BD966B9E9C520FB6C027AC33B_gshared (LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *)__this); (( void (*) (PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m2A99C56FB1741C037920A2EFAC9D53752BF15BCC_gshared (const RuntimeMethod* method) { { LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC * L_0 = (LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tFF1CB3CBCCE66B638391B1EF0941F5948FE04DDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * LightenClear_get_Instance_m2A3BC1542BD10C1FD45505F9F4E3A19320884D5E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * L_0 = ((LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mF52C25AC7EBC42F02326837EAB910A2FD9EDFF97_gshared (LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m35EECE074D3321D88AB8037DACC7E396D248A899_gshared (LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m8280D8E91D2FB884428C98734D51C231E983D02D_gshared (LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *)__this); (( void (*) (PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m4B98F80DABC6C622A5A288A0CE71561413B81CA5_gshared (const RuntimeMethod* method) { { LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E * L_0 = (LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tB045A0153D912A5AEE739E6C5F3BEDAB7427516E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * LightenClear_get_Instance_m92586FCF7009815D99105C55AD3A081A6BAF27B4_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * L_0 = ((LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mF238428B2DCA00167747658A7196B13B9280D914_gshared (LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mBB2D0B165B4B4453763FF8090CD5BAB4F96C83E1_gshared (LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m427EF81FAE5CE661093B3B406FF50A12C2E7D26F_gshared (LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *)__this); (( void (*) (PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mB86BBCDA0B60409860F906E1569B93A76AFC86CC_gshared (const RuntimeMethod* method) { { LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B * L_0 = (LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tB397818ADCE12C279C3086A5397D840DE0C3633B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * LightenClear_get_Instance_m67899592BD93064B9BAA432B7510C3A66D4995F2_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * L_0 = ((LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m9D27C21D71E28CC7DA83500860F63AE7CDE29CF8_gshared (LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m35250E98593416E151A86615395A787372E539CA_gshared (LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m606B6D48F043BA7A815F6D94C5EFD4D982D24B85_gshared (LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *)__this); (( void (*) (PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m1813413A8712592B7E869E18428DE462D473BE2F_gshared (const RuntimeMethod* method) { { LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 * L_0 = (LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tCA05D4AF9F5A3C09F63B4C5398043A6CB7A3C490_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * LightenClear_get_Instance_mAB719605B122EB89990B8BC7FFFE77402376A98E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * L_0 = ((LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m0116C07B35EA5AD94570C71973A0206819CEC1A6_gshared (LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m421718BD11A55C81F72B2ED534A1DA665190FFE5_gshared (LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m1BCD7E6D347ACECF6A8B10BDD3C2B8E46E43A2D2_gshared (LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *)__this); (( void (*) (PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m5AF6382B8E2A4DE07DEEC577B967A57DCCEFEE19_gshared (const RuntimeMethod* method) { { LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 * L_0 = (LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tA9CB06F788707BA06A228C0D61B6A3E7F19C4424_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * LightenClear_get_Instance_mF05D17C81C6D4BF34C5C31503401440B7251DD1B_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * L_0 = ((LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mE5532F16DD7ABE095D23670C5CC20239EA6BC6E8_gshared (LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m77421BC0AC943808E12164411E5774BBEEA8F7A4_gshared (LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m5EB22CF0A930B132CD11A741BE4018CF6F8DF390_gshared (LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *)__this); (( void (*) (PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mDB84E985988F9FBF2DF31D6744E8C4C4759368C4_gshared (const RuntimeMethod* method) { { LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 * L_0 = (LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t31445D0D6481F59A202F6338205B7DBF56898CB5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * LightenClear_get_Instance_mFEED4CCF85A00E834B5F616E9415C73720BF84C3_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * L_0 = ((LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m9AFB0C8AA51306A25E58901FF51D8FB18717C8F3_gshared (LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m0A0CD722D5E54423C1116C57D01C198CE37655F4_gshared (LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mFD4C4E2443302D61C8A8189ED8E9F92772395829_gshared (LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *)__this); (( void (*) (PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m2BEAEF333EC3C20939C70E7D279BC98A07353DE6_gshared (const RuntimeMethod* method) { { LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 * L_0 = (LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tB440379E2ECDE28CCA3C2452043F16E729C2ACB6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * LightenClear_get_Instance_mD55B5F731B07D33255DC20FC2F3B057B99F1F9B6_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * L_0 = ((LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m660C49E12FF1733FE16C1AE54A5188F3357F91D3_gshared (LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mB6FB60D5F9111B6B4098EA1360AC72EF60CE560D_gshared (LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mA3AC1781077454F29013F997789DE768A2E7BBF3_gshared (LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *)__this); (( void (*) (PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m1AD8B9DDBED140371FA516F9A0871EA3DE7CFD96_gshared (const RuntimeMethod* method) { { LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 * L_0 = (LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t100FA02401BDE21F84B072B07135FA760AF44D55_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * LightenClear_get_Instance_mB8C8D35ED7AE60DD4CD582D41CC79F8A6718FCD9_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * L_0 = ((LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mC4468D6C2087702E7390D44E3717CAAD8F68B999_gshared (LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m384120BD9943A8CEFD01C1A15D32E6E1AE1FFD41_gshared (LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m6E987D2C6994AA68A9227A386CEDB0CD4CA994F5_gshared (LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *)__this); (( void (*) (PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m267C2C80D5C9209ED566FDA91929A2B8DFB681AA_gshared (const RuntimeMethod* method) { { LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 * L_0 = (LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t5570995D99FDF0F7F8220255C8969F717CAF7A25_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * LightenClear_get_Instance_mD2C55BCD79F4C128392122DFADBAF59CF3267E60_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * L_0 = ((LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m4387398C37B6CBE1206597A1629C42211C0A8FBE_gshared (LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m738949ADA20A8598996A9F4501CD2147E3690EE5_gshared (LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mC3BFCAED4724256F3DBE35494569A4D1105890DC_gshared (LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *)__this); (( void (*) (PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mCCFA43EAD7E7B84169EB3027383E078708807B88_gshared (const RuntimeMethod* method) { { LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 * L_0 = (LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t240B2DE9D8A216545987D4540EC03291D0E439F2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * LightenClear_get_Instance_m3D4325EF12C52F9211B5FF2554108A57C1841500_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * L_0 = ((LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m9ECAE24D30B9D3308C9BEFDBED486F2FD5761440_gshared (LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m6155E12ED1C253D5D68A54D6666CFAF26C7F63CE_gshared (LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m322978FC05E9A305276AB8C92453800ECF7BB84C_gshared (LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *)__this); (( void (*) (PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m24B5A35C90724CE2EA17AC5058365381B58E5455_gshared (const RuntimeMethod* method) { { LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 * L_0 = (LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t9DFC8559F804976E9A81FCC6F86A14B7538D0CB2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * LightenClear_get_Instance_m2CC32713F80821B62CF052AAE2254098842C5A19_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * L_0 = ((LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mB01D16BB65255B29D0C5A5F022899F2274307CA5_gshared (LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m3CA2A365A1B8616F27CD0A091D4541FCC910B65F_gshared (LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m98FC77F928D89296310BC8EF65BCAB2D0B03D0A6_gshared (LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *)__this); (( void (*) (PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m437B9515C4AA6659A67E38C151ACF3F5265FCB8C_gshared (const RuntimeMethod* method) { { LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 * L_0 = (LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t1FD0A57C0B51DB6DA4DC824A6A20344F98640CC7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * LightenClear_get_Instance_m857AF93883936702CC484EED93BD41F0488CE668_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * L_0 = ((LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m598858BF4F793755D1D712BDC08B4210A67A8F3C_gshared (LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mD8B4D880D8647EC2DF9442B67BAFA8C5C2C3F3F5_gshared (LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_m58897D92C93BFF85B364011D35895AE70C125146_gshared (LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *)__this); (( void (*) (PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m4822A62B4A9627911E0B16E4FEEAA94E01AD7557_gshared (const RuntimeMethod* method) { { LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 * L_0 = (LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t0FC456F06555C183CD22BB6FE65C7B2617FB4291_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * LightenClear_get_Instance_mB1E976B280DBBF54E3402BEB9F6A4EDDA7CE77F6_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * L_0 = ((LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_m5169D84E6796C1D620161DC3934BBC3E964A48CF_gshared (LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mDFCB463765A9D9B9CD4AE993A212FAB7FA949E54_gshared (LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mD96B583AB26F246C53256EE13F64EF4A2479FF6E_gshared (LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *)__this); (( void (*) (PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m7777C8EAB01FE9D01F017F3717D0E364BA8FECD3_gshared (const RuntimeMethod* method) { { LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E * L_0 = (LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_tA90264C07E60AA98D6C0448D030FD676B6EB9B4E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * LightenClear_get_Instance_mA271171C78A8A0A683F43E16266350F20C512121_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * L_0 = ((LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mB2A3A83246AF9BD0D9A24651B0FACB12338984B6_gshared (LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mB9C0BCFC351810F702E3D6E5CE0E52B68EE3AB6C_gshared (LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mA3A4EC8099B07004CE556050FA4185D8242DD9C1_gshared (LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *)__this); (( void (*) (PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_m91A23394B1DE6B95174526BEC4A9CA26D47253D7_gshared (const RuntimeMethod* method) { { LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F * L_0 = (LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t05BA39FBED639837C8895001E5A35A2C64DC7F6F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * LightenClear_get_Instance_mCE69006C124DAE83F1C7AC15F02FEADCE287341B_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * L_0 = ((LightenClear_t70606944B904804FB40640D67DB197B3B14DB798_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mD833BEA7D20556F7A77526947D06F1B279DF8BFC_gshared (LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear_BlendFunction_mEB452A204B1720B0E7091441EF5A35203FD40702_gshared (LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenClear_m9D7D9C034D6BA5535BE210D9576DC0CD8D2D9E8E((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__ctor_mAEE0592822519953CF03D7D83ADADF14214C37BC_gshared (LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *)__this); (( void (*) (PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenClear::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenClear__cctor_mF340CEBA601EB1DA245AC6F8660EC8E32EB34972_gshared (const RuntimeMethod* method) { { LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 * L_0 = (LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenClear_t70606944B904804FB40640D67DB197B3B14DB798 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenClear_t70606944B904804FB40640D67DB197B3B14DB798_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * LightenDest_get_Instance_m47D7A03103C9193F09C2C5B81F0C0AC301DF9069_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * L_0 = ((LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m0183C4CC2065F03F01C4F64D711228A3BC68F10A_gshared (LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m3B32715EB5E19EF450DEAF6C1ED0607524681260_gshared (LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mE4F39AAD6540E72300507C598FA06B710F69B8DB_gshared (LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)__this); (( void (*) (PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m6D61F9CE53712F4081E7394DA9CE0A916A9D2DE3_gshared (const RuntimeMethod* method) { { LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 * L_0 = (LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t6430C758D12B13454053BF0167F562AA2E96BE49_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * LightenDest_get_Instance_m740C1220F6DC44C3535A279C62FE19EA4A748143_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * L_0 = ((LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mC528843BFACD08215228CC5C734DCFB01956A46B_gshared (LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m38E01EB5CD3F0988DC23ED9570C5C71094FC87D1_gshared (LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m63EAD47B43508C924A903DB43BB6101670B11D63_gshared (LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)__this); (( void (*) (PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mB2478EE656360657C7B6F55D893AD775538635D1_gshared (const RuntimeMethod* method) { { LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 * L_0 = (LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tA6B411CECEB4171320FACA063B7EB5A0FE8279E2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * LightenDest_get_Instance_m5378A5E7ED88EDF94CDFD8CE419C83D21F700771_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * L_0 = ((LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m424ADB2E699BEEA897FD615562EC2D89ABEAC60F_gshared (LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mC124F7349F5FBA6B2064CED1FEDACE5A52AC2DD8_gshared (LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mE1306005A03DD53F5ED806A753929BAEFE74C00A_gshared (LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)__this); (( void (*) (PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m793D9A99A6301FE27E31D590A1E79AF9A8BFEDA2_gshared (const RuntimeMethod* method) { { LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 * L_0 = (LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tE01F5DBCE7495C653DD81222912B1844BEF4B0F2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * LightenDest_get_Instance_m73205B060466B5F1CCB437DC63CDEDE098F6937D_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * L_0 = ((LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m99ABD1CEAF2D3CA4765C68B4EED76BF6FE026AAA_gshared (LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m84B39E9B4FF27BBFE953D0C44EB49DE65D9FEF60_gshared (LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m0FFE5C67E5622593732A504B1561F8D01AB05356_gshared (LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)__this); (( void (*) (PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mEF08D3D82162DBBA05D44D61B60D56103CB46FD0_gshared (const RuntimeMethod* method) { { LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 * L_0 = (LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tA9AD61F601C1D9046E308D1FC9ACAEB53E676D30_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * LightenDest_get_Instance_mE5E367961AB4636F4481F0D4C6C74A9F7589964A_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * L_0 = ((LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m48505BD2BF518B49963F84A751F7DE60A58C1D69_gshared (LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m61CB3CBC6430E6C23A0CB1E4902A43FF7C857373_gshared (LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m8548D41E9CF25F38B66603F600B08D7C670204A9_gshared (LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *)__this); (( void (*) (PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m3ACCAB8DC0078F376874F7CE492E27A8DCDCAFF7_gshared (const RuntimeMethod* method) { { LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA * L_0 = (LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t3B12C7B5B608302382FFD9143F244775DE2257FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * LightenDest_get_Instance_m44CF759EF8D92769854276B1A9BD5DD36BB3C6FB_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * L_0 = ((LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m14685BCE9EB1FBF9F90C7F009CEE81A376C66F6C_gshared (LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mA6F6C94D9B6A0DC7B921AF400C3DB8891493CAD3_gshared (LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m8F6AEAADE659F175F81CCE61857EA9A519FECFDD_gshared (LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *)__this); (( void (*) (PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m3C96B593C5606CFBB49328F0DE86DD0BD59D23D8_gshared (const RuntimeMethod* method) { { LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF * L_0 = (LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tD3090FB61E5C3DD1E2BE21B63514C2A53F1E90BF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * LightenDest_get_Instance_m893ABD5BF495D9F253C38B1F22563BA7A8C244EC_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * L_0 = ((LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m2A13391F6F93D710D508A69C256866A10B629443_gshared (LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m1E453056F6ABB78958FEAA3D4A08D139EE1B28AB_gshared (LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m869F009E0B123C14C18C5088D11F488EEC1B483C_gshared (LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *)__this); (( void (*) (PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m28B97F29D9F460A3141501217335DF9C6B8FF9F4_gshared (const RuntimeMethod* method) { { LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 * L_0 = (LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tC81032320FED2A21CF9DCBC269B23AD3AC9EC742_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * LightenDest_get_Instance_m6F71D4060FFD6FF26DB559D2859C6E2030E845EC_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * L_0 = ((LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m66B631F51F5E3BCFFDF6BB175CFD357637695DAA_gshared (LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mFD14244304971A13ECF424252B42FC9A51C6E92D_gshared (LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m5D73AD0B45887B4D79570FA4FF2F9A04009735E7_gshared (LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *)__this); (( void (*) (PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m9DFFE2D2081896FFA527B690F6DB9151379623C4_gshared (const RuntimeMethod* method) { { LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 * L_0 = (LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t272E71222E952B730D8BA3A1F3B4D29E2BF28CA2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * LightenDest_get_Instance_mB4A47662DF2EDDBEA5D636CE633EDA4B76952157_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * L_0 = ((LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mBA9CBFAF87B5BBE3C26EAF3E8791D967B93CC20E_gshared (LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mF764093AD5DA90A98F2EDB8FF8F720B4294E5BF2_gshared (LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mD0FE2E8D8B6E8F12327E299C2E11D99BC493F6AE_gshared (LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *)__this); (( void (*) (PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m073109870B0E3CE7ECB01577D408DB352424ACD7_gshared (const RuntimeMethod* method) { { LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF * L_0 = (LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tFAF4B2063B75F7D7FFA0566DA21B4EF790F175AF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * LightenDest_get_Instance_mD433F70D71F43656938E320C7028133AD57C2C10_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * L_0 = ((LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m4906DEB6B09610CEEAD8B342ACED1635F466D3F2_gshared (LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m43F8A2FFAAF2468250A11687BC4E69E394CBBD0D_gshared (LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m0090759FDAD54069C7D964C23D884516964B0E1D_gshared (LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *)__this); (( void (*) (PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mA4DAC5A7CE738964B79E745E50364218DE63434B_gshared (const RuntimeMethod* method) { { LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D * L_0 = (LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t8AA5DADE92DA32F0C2674F781156E57BD2E4DA9D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * LightenDest_get_Instance_m95423A8632F615E8C4A2751D441971AA9C554549_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * L_0 = ((LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m7A92A154BD872445A2B9A30F7B1FC2412908D12A_gshared (LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m1570CCC3BD41A478DFD1B353110E70EB6EC0DC88_gshared (LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m240174FA5C4FF69958DD2745F3A941BB9129721C_gshared (LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *)__this); (( void (*) (PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mE245826CE2E1CA1757FD250EBA38841309DC49A4_gshared (const RuntimeMethod* method) { { LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 * L_0 = (LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t1724944B54418E1E78495B3DC247549A0FC92E35_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * LightenDest_get_Instance_m16C2D4A0E7F44213C0A2C9298E7B100305CF5B40_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * L_0 = ((LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m150CC71E62B49513701ABE7B7B25271DD73297B1_gshared (LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mA071D6A0245967407C6CE1663D7A485936B873C8_gshared (LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m50F2FA4A0191FBD2F3E086BCB936261BFA198932_gshared (LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *)__this); (( void (*) (PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mA12BB84FCD252FE7A4313CEC68588295D1A30F95_gshared (const RuntimeMethod* method) { { LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 * L_0 = (LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tC31D613BB858A5ACB3D41585434CFA3D7E78E555_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * LightenDest_get_Instance_mF590B4D5984678307B1F98C9355D5B72E124DDB1_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * L_0 = ((LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mD519823641ED1D41372B50CDBFC291473043B731_gshared (LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m2FA2EBB3B6262DB4E8DFB06C88347D3CCCE99334_gshared (LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m57DE5A1467DDF8E9E803FE6B0F565D9D6DBAC6A9_gshared (LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *)__this); (( void (*) (PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m3D8EB9E10B6B408B35BF53B30CA484B6DA13CDD9_gshared (const RuntimeMethod* method) { { LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA * L_0 = (LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t18065551CD6F76DCB7338D6FF3CE80D07D9A85DA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * LightenDest_get_Instance_mBD0828E9B67927982B80A67F4CF66D44BDCC5FC3_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * L_0 = ((LightenDest_t522DE4527291599DC6569771F09A211652FF77C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mA77EED298B624A9749F2FC8CF2234A4A903AB5F6_gshared (LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mE43AB41122B3471143A7FE955A1F09E2577922B7_gshared (LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m65FF5969D58ED8C226D2CC8934152223CF6E24DB_gshared (LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *)__this); (( void (*) (PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mD0380CD1003D1F08B4CAA74A0F0B7F685CAC56AB_gshared (const RuntimeMethod* method) { { LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 * L_0 = (LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t522DE4527291599DC6569771F09A211652FF77C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t522DE4527291599DC6569771F09A211652FF77C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * LightenDest_get_Instance_m3DAF752C29C93BD9EEC0C20591E3C5928073F27C_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * L_0 = ((LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m2C503545F16E1E9B6B4733ACCC4EC0F8A460469B_gshared (LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m788E590ADF3C5D2DBB6ED8A94F5D9B4BD16AD773_gshared (LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mCCF6C6D44589EC722F86A982AF305084AFB8E59E_gshared (LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *)__this); (( void (*) (PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m1653B76FE134CDFA70ACA46ACE8B6EC228C64192_gshared (const RuntimeMethod* method) { { LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 * L_0 = (LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t4F5CA21A7B060ECBA82A3F51E1D8E9EB772BB443_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * LightenDest_get_Instance_m28482324C9C01E140EACE49A313CC679851A34E0_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * L_0 = ((LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m6C6EB2170FDB03D5BDC80D63781193EE9E0F0311_gshared (LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mEFEE9ED9D9AE4AD48F116EB48BAF9B2CB086B900_gshared (LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m96D520D38015F7EE745CF41C2E9A99334BDD60F7_gshared (LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *)__this); (( void (*) (PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m1F577A82F810F11EA31B50E6E34492A91FFB8DE6_gshared (const RuntimeMethod* method) { { LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED * L_0 = (LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t221ED43269785FD716F538653BEAD594BFE7EEED_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * LightenDest_get_Instance_mF9CF8765D28FC75442D361238F8E2C34FC05D978_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * L_0 = ((LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m50DAC44ED58DE1B1205257EFB96D83536417BF03_gshared (LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mB85756EF74F9B6C1DED29A888B19E6B0819C927F_gshared (LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m80BE7D550AE056ACAC6C92718F98483A30D7D1AC_gshared (LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *)__this); (( void (*) (PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mD64D9DE3F8911A3C7C041292FA843E4C8AD203FF_gshared (const RuntimeMethod* method) { { LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A * L_0 = (LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tE9CEFD8B878B11E20A7B5E6601EEF7C77AEB933A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * LightenDest_get_Instance_m8F4679F48A9F3D2D109DE881D8AEBA390A1A1315_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * L_0 = ((LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mBA4F14E7C6101A5308F169E6E141079155166AF0_gshared (LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m14ABCB1362D63F63163BB991C91C2BB29B5EB009_gshared (LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m9EB198F36F35D47CDA648E29FF1B05BFAA29F866_gshared (LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *)__this); (( void (*) (PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mA075B2C87399A8250D96549C45217158BBDE2AA7_gshared (const RuntimeMethod* method) { { LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 * L_0 = (LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tA430D9575792BDB4BEA293D545728EEE0F98D271_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * LightenDest_get_Instance_mB61D907F4220C22590726E536ED5EAC20C8AFCD2_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * L_0 = ((LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m0FD912261E464314F0C50525454A57D92F1FB9A6_gshared (LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m3931B439AB2F7F28CCE69BDC3C0942D7CBEE0D33_gshared (LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mDA785D5404D76CDA56721AC3807A87BAD74B435E_gshared (LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *)__this); (( void (*) (PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mECF4D39E1ECF45BB2DC5F98BD0836D8A5599AD1E_gshared (const RuntimeMethod* method) { { LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B * L_0 = (LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tCE4A8B7EED92041DBCF7F262BCEDB426AC89868B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * LightenDest_get_Instance_mE94222FCE873D8DB64E0DD2E1F353C2FF832B044_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * L_0 = ((LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mC92655E7653951BA90A4A347AFA9F507CA36E326_gshared (LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mE56440145A153B3A4F90B4AB13FB6CCBD8957CEE_gshared (LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m7076DD8BCA665571A4E4095C609371942A13C641_gshared (LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *)__this); (( void (*) (PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m6D42033F3806BF0B4FCE64897FE1436695588F95_gshared (const RuntimeMethod* method) { { LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 * L_0 = (LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t3BA9AADFF9D7EC7F4481BACAF20E496A2E4A8581_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * LightenDest_get_Instance_m629EB85CED7B32A5006328192D0CF28C79B6F1CD_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * L_0 = ((LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m87841EF8CE4C3255FBC70E807F9F860F78DA567C_gshared (LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m70924784BA2A46C3E7EA6127787E3F72D3BDF265_gshared (LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mE5D2AC8872A546A534EFDF12CA090481C4F6651F_gshared (LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *)__this); (( void (*) (PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m4E6D8E6DC967C13E89D7C43F224B29B29BC325B6_gshared (const RuntimeMethod* method) { { LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 * L_0 = (LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tDAEAE67F089407118AB00DF56235A36554397AB4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * LightenDest_get_Instance_m7A6707FFFFDE3C4E061155F8E6C28658CDAF59C2_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * L_0 = ((LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mF23DCBF98B2CC765CBFB459D3EAEA1D3BE78A3BA_gshared (LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m8DED4DADD773DB6956147A6EDC3559FF069C2776_gshared (LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m7EEB64D36D80687008A7323603C22AB25FDFAF9A_gshared (LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *)__this); (( void (*) (PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mD33BFB2C60FACF19D543A98EA61EC2554C8C16C2_gshared (const RuntimeMethod* method) { { LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 * L_0 = (LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t2AFDF18DB34C7E5A495F79D661B4E0D30DBE58E1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * LightenDest_get_Instance_m8E388E12C8A4A842758B02C22605B071FE8E25E4_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * L_0 = ((LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mFA3F22FD81CF89E087128B49AD181458D8E64E37_gshared (LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m76745F7F6260E5D806AD545C848678A051FDAE7B_gshared (LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mA3CBB7ED6B797E935CDE895C698689D3ECAF9295_gshared (LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *)__this); (( void (*) (PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m65F7C31D95DD24EA72F02AA8B45E0187C21C0B74_gshared (const RuntimeMethod* method) { { LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE * L_0 = (LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t60DEA4710A10A090CA6116FFBA347636ED482FEE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * LightenDest_get_Instance_m087DCC81DB06E14E608D87F570E5EEA34062BF2E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * L_0 = ((LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m995161B7B10877DFB205AB64BC1542AEF9C649CB_gshared (LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m0CC3D8E43A2806BDAE7D33F03E9933476F010406_gshared (LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mB5D204679057C06110F18B01B647740DF11DF319_gshared (LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *)__this); (( void (*) (PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_mEA6F5A76FE94A90F3D6F2F699CD3748B13274299_gshared (const RuntimeMethod* method) { { LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 * L_0 = (LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t57ED5E8164A7D7A1D8CE355457630BF75E4C3979_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * LightenDest_get_Instance_m073E0B0285FB18B19BC3FC9E3CF078A0D8E776A4_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * L_0 = ((LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mC7564E7992066ADB2B3C79B94242CDC1B0D2C6DB_gshared (LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m76D8F6E25590F80F190F9F063E44716C250CFCAA_gshared (LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mFFD23A54AA2604D8D3813FC1B0CF629F9D622FB8_gshared (LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *)__this); (( void (*) (PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m72548DE7D3C61920E6DFA611CC1B2B5502671047_gshared (const RuntimeMethod* method) { { LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F * L_0 = (LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t2204658B1FA30C765C1063003FA3A3E3CB51EA5F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * LightenDest_get_Instance_m19DB105DD93E1468ACD62BA9EA533144D6AAB8E2_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * L_0 = ((LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mC4DC9AEFE7E1927D5B5814CA01DF444ABD66C3C0_gshared (LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mA40AD6B2DA555F74CCB524B6FEEF8BD613DBD87C_gshared (LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m908AB0A6C5C09BF7D333BEC0CB3B0F4D0C1661EB_gshared (LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *)__this); (( void (*) (PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m54CDCAE006B1F64510651A67D5F839A33F9576F9_gshared (const RuntimeMethod* method) { { LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 * L_0 = (LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t7653047F0B48A2DB4FD8A6D22BCAFA5CD4461CF5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * LightenDest_get_Instance_mFDD9C1E55E8081A32A8BAD9B1CDF843341A1342D_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * L_0 = ((LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m4D1BF2871CC1A7D1DABA8BA510F8A7E97158A7AF_gshared (LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mA8BE80CA7A719C7F5C4282E42B1A7C93F1546D75_gshared (LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m26B04A158619DA030562A0D1CC3609EC0937BC57_gshared (LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *)__this); (( void (*) (PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m85CC008DE32F82BA3BA7FB516A3F4BC8D94E55E2_gshared (const RuntimeMethod* method) { { LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 * L_0 = (LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_t3554441DE3A17DAC0BAAC1C38A31CCBA01DB4A28_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * LightenDest_get_Instance_mAA49C2A9493DE60BFBCE0D6BDB37B843166D2BDB_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * L_0 = ((LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m6B393AB2D900733D76C73C7265A820E68C092EE8_gshared (LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_m3F2886F9CD55AD8170B73A0681B55B4370B357CF_gshared (LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_m4E859F5297513B5957CF346EB4F8EB67675ED417_gshared (LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *)__this); (( void (*) (PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m176F061D4AFC4041F3A663EB7A5AB11B5BF02B9A_gshared (const RuntimeMethod* method) { { LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 * L_0 = (LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tF3B1B727726B4D1E5DB43A24E2C5C80302CBC196_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * LightenDest_get_Instance_m2D7F0FB84B414A129B56B6A8ECB02D226C03FAF4_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * L_0 = ((LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mDEDE48941281CF4FDADA57C55EDE53DD27F35B0E_gshared (LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest_BlendFunction_mD196ACBB858C0B6849AE55C39E04CB7E56C21B30_gshared (LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDest_mFB4560DBF5CD782E3CE627E30C323DF5DC643D21((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__ctor_mF2854510986E072162EC64C936CF78C05F09A4F5_gshared (LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *)__this); (( void (*) (PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDest__cctor_m195886F42591D4355BCA68707D3FC1260D2C1F59_gshared (const RuntimeMethod* method) { { LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B * L_0 = (LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDest_tD84F2E6C0F3FD7A641D8F14D7FD0636249A3E36B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * LightenDestAtop_get_Instance_mBF715D3E29AF994E3470985CE864EE072E8F220E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * L_0 = ((LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_m44C8613F780F985B455C70E00435667A6814F62E_gshared (LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_mCEBC472869A5ED294D6D359A19796AEB837E01DE_gshared (LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__ctor_mC114BC96C1B836A2C6C4A0883F60B4E1AD6861D3_gshared (LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)__this); (( void (*) (PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__cctor_mD1C07BC12B669AC6BEEB2706730637956994E2B4_gshared (const RuntimeMethod* method) { { LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 * L_0 = (LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDestAtop_t4FD5523720CA804DEB8DA70F02067B72BF6B2DA3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * LightenDestAtop_get_Instance_m523A56AA37114B13376BEDA36309BECBCFC81C1D_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * L_0 = ((LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_m14B9FDC715AA5022C476DF862E07634921FD92B2_gshared (LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_m194CA31701C95269B3472DF70944CB5E5055CECA_gshared (LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__ctor_m7829802963262D8E72C88B7076831B4BEFB94462_gshared (LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)__this); (( void (*) (PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__cctor_m58CE4F507E05070C3B3B7E65F7F3A35AB93794E4_gshared (const RuntimeMethod* method) { { LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 * L_0 = (LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDestAtop_t4ED212A4C3605E82881088058FC22A0787C6CC79_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * LightenDestAtop_get_Instance_m39DA208BE77B77D41D4298C1F1E2E228C152D25A_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * L_0 = ((LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_mB7A7DD9DC90982C162B942EB7C0551F5ED5F97C7_gshared (LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_m82144E38005ED4BF639C97DF22FFD50B21BC11DA_gshared (LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__ctor_mCCD83FC52009C8C37014691997E64184A53EC92E_gshared (LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)__this); (( void (*) (PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__cctor_m6E6BF7A5E044BF987209501844EC3C6DA9234F27_gshared (const RuntimeMethod* method) { { LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 * L_0 = (LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDestAtop_t3C64141D364FB3236BADD8777FB5C49F8A6102C1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * LightenDestAtop_get_Instance_m39DD002B3643B92957DA4C84FB42013794C0DC3E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * L_0 = ((LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CInstanceU3Ek__BackingField_0(); return (LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A *)L_0; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_mA4A6AB0A82B102834CA51D6B752136E0E772EB33_gshared (LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, float ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___amount3; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_0, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); ___amount3 = (float)L_1; V_0 = (int32_t)0; goto IL_0049; } IL_0017: { int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_2, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_4 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5); int32_t L_7 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8; L_8 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_7, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8); float L_10 = ___amount3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11; L_11 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_6, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_9, (float)L_10, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3 = L_11; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_0; int32_t L_14; L_14 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0017; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::BlendFunction(System.Span`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop_BlendFunction_m5F67D54C6E616BC3544F5B864A99BB41D0BFF9E3_gshared (LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * __this, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 ___destination0, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___background1, ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 ___source2, ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 ___amount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_004c; } IL_0004: { int32_t L_0 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1; L_1 = Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), (int32_t)L_0, /*hidden argument*/Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_RuntimeMethod_var); int32_t L_2 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3; L_3 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___background1), (int32_t)L_2, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_3); int32_t L_5 = V_0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6; L_6 = ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_inline((ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 *)(&___source2), (int32_t)L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_RuntimeMethod_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); int32_t L_8 = V_0; float* L_9; L_9 = ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_inline((ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 *)(&___amount3), (int32_t)L_8, /*hidden argument*/ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_RuntimeMethod_var); float L_10 = *((float*)L_9); float L_11; L_11 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline((float)L_10, (float)(0.0f), (float)(1.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12; L_12 = PorterDuffFunctions_LightenDestAtop_mEF102384B31CA57D234AB60AC5A7CD5C8FABE9FC((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_4, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_7, (float)L_11, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1 = L_12; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_0; int32_t L_15; L_15 = Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__ctor_m29E8506E22AC01143415A33E95BA139EDAE9E4DB_gshared (LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * __this, const RuntimeMethod* method) { { NullCheck((PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)__this); (( void (*) (PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.PixelFormats.PixelBlenders.DefaultPixelBlenders`1/LightenDestAtop::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightenDestAtop__cctor_m1EA794E4A84C8377EC30E08144E53DA02E2A3ACF_gshared (const RuntimeMethod* method) { { LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A * L_0 = (LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3)); (( void (*) (LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ((LightenDestAtop_t4CBB583A468ACA520D92A77C4A4132B4B525DA1A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CInstanceU3Ek__BackingField_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7_inline (EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CpropagationU3Ek__BackingField_5(L_0); return; } } 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 ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Key_m32ABF0517F4CD83B35658AD4616B2B019C864383_gshared_inline (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )__this->get_key_0(); return (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m87160AE3E70F0144094E9B072C7E7AA0996D9E92_gshared_inline (KeyValuePair_2_tAA31E6EFCD6D77B8B4B5B3C91BB5560EA523ECCA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 KeyValuePair_2_get_Key_m9E455ED5E9ADBED4BAAC63451969DD7B7242B80D_gshared_inline (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { { ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 L_0 = (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 )__this->get_key_0(); return (ValueTuple_2_t032149A7D22FF48619C84A95F2057E73C4548057 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m4F3FF25826C3A8A74F2D1E9186325A09C25C3AE9_gshared_inline (KeyValuePair_2_t2C65E999C08DC99483138BA9A9410ED42A08EB93 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_1(); return (float)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC KeyValuePair_2_get_Key_mCCA236142B1EBB359305FDC11B325385F135ECF7_gshared_inline (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { { Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC L_0 = (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )__this->get_key_0(); return (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 KeyValuePair_2_get_Value_mFE96028778B13DF52B440FD5D2849B53C42E16BF_gshared_inline (KeyValuePair_2_tD759FFE60D8A6F883FB235614A7F609A4B8E84AE * __this, const RuntimeMethod* method) { { Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )__this->get_value_1(); return (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A KeyValuePair_2_get_Key_m640781991A43F056F71D21574DD78CCC2C669411_gshared_inline (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { { BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_0 = (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )__this->get_key_0(); return (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D KeyValuePair_2_get_Value_m9F80556A42A338560537672212C2F5650B5E018E_gshared_inline (KeyValuePair_2_tEE6F0E0133E8445C56A793BB816B37666C5BEEC6 * __this, const RuntimeMethod* method) { { BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_0 = (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )__this->get_value_1(); return (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t KeyValuePair_2_get_Key_m38F3C5C91F6DD04EA5102D81A8ECA612C729CCE2_gshared_inline (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_key_0(); return (uint8_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m6D5DB8367D16AE0A7F98A2B00840CEB7EE6444B3_gshared_inline (KeyValuePair_2_t7DD7DA129ACC317FEC6BA4C4AFB8531E3BD44B8F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 KeyValuePair_2_get_Key_m572B35F9287F2EA512D42C1D60FDDF27145DD9EA_gshared_inline (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )__this->get_key_0(); return (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB985D98892CA6BFC11BD7A57BBBFDB1BA9BD36F5_gshared_inline (KeyValuePair_2_t46F007FA49220678DDB67B28E26FAA3C0F7DF53F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_m28811F78E70FEBE9E1BE43B2B8CEBF7F58DD69D0_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )__this->get_key_0(); return (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m461BDF56FF3C122668E9B60E5DC8390FE3AF0BED_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t KeyValuePair_2_get_Key_m400D4FC320FD6C7EE0C85A30E32B926E5C2853C1_gshared_inline (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { { Guid_t L_0 = (Guid_t )__this->get_key_0(); return (Guid_t )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m13E4BEC6E706903343D874C69355F64BBE2473E3_gshared_inline (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m83639C9451F3C1293825A7102B152C0EB40F8503_gshared_inline (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m0B93FE5C5727E57BAA1250872023840CEE029D2C_gshared_inline (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m704A94B2D5A8EE098E4C3395032563E587C94C30_gshared_inline (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar KeyValuePair_2_get_Value_m7FFBA89D78C3E39C3C65E8DDCCBCAF0AEC713EF2_gshared_inline (KeyValuePair_2_t1E4C4AAA2E07F40196F2EBEC29A6D137D0A9D265 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_value_1(); return (Il2CppChar)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m1382814B15BCE20E539C28DDCF09B0322D4645B9_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m9049D745F37362B8AD0CCA94F08CC18D9A734799_gshared_inline (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m152829D964D6FC96174761FE6C60B4338F18F6AE_gshared_inline (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Value_m73E518727D64DF7F377C6207702AD4B384A364EB_gshared_inline (KeyValuePair_2_tE8FA5EF9EFE23FF7AB54968FA25D3487B37D4D28 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_value_1(); return (int64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m817CD1D5E463249F1FAFE66C8FD2F90E306AAE07_gshared_inline (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_key_0(); return (int64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mFEE7DF207252999EA1900163A7819C2337545712_gshared_inline (KeyValuePair_2_t105C13855556B84B374D0567907634F635B4E1E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_mF36223DAF79287EE7AD47721C8E71CC1ED3171DF_gshared_inline (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_key_0(); return (int64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB52250CA9A03E738EA5910C743C57CD2CB236389_gshared_inline (KeyValuePair_2_t8EB09BF4DD251CCCBB6F85C46B29153BF9822DA2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m11C3B299C21C62DCDA4303334BB0944CD86238A8_gshared_inline (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 KeyValuePair_2_get_Value_m70C03980D96E41A1D6C0A61E3F09A8A5F81A4EC1_gshared_inline (KeyValuePair_2_t8F3868B990F30E02C8F043FC41BEC2F76A9483B0 * __this, const RuntimeMethod* method) { { ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )__this->get_value_1(); return (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m2240B2EC7839AD4891762C353DA6AF779B36AB69_gshared_inline (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 KeyValuePair_2_get_Value_mC73018FC5609628560FE557473FA3E98ED8BCA73_gshared_inline (KeyValuePair_2_tB935032807802ABC8FB0ADE6DB25E7868976FD41 * __this, const RuntimeMethod* method) { { ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 L_0 = (ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 )__this->get_value_1(); return (ArrayMetadata_tF0CA4EA5DDA5A3A4E7FFF5549F3807D19592A4B9 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m0811BBC9021B11DC1F804BB595C644CBE8E6DD01_gshared_inline (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m65076207C2BD77BB76C0FA0499724D61726996DD_gshared_inline (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mE19E8AD71214C108DC76633F8840C2F4D27177AD_gshared_inline (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 KeyValuePair_2_get_Value_m74D91F7B138FEC49570DD149FAAB1D9680723DA8_gshared_inline (KeyValuePair_2_t5D44FBDF52B23E6EE90F2B94448DC28D8B0D440C * __this, const RuntimeMethod* method) { { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_0 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )__this->get_value_1(); return (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m60091FE1DC082373F5A43CEB9AAF6D2B1C7EEEBE_gshared_inline (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mD4A8FCDF1FE0230CB16C0746CD5A654152F64481_gshared_inline (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m75215BA5B54684DB39718D321AE1E796ACD6EA36_gshared_inline (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m2C765785270BB188995957A4ADE4520B78464C98_gshared_inline (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA41A64E9C885264FC547DF6708E69BC2A91F6954_gshared_inline (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t KeyValuePair_2_get_Value_mB6719A6BF3F35C19A4A4AD21ED3030181768E98C_gshared_inline (KeyValuePair_2_tB240266E51130B1787D14A384667BB023D3E2BE8 * __this, const RuntimeMethod* method) { { intptr_t L_0 = (intptr_t)__this->get_value_1(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA154FBB4B3D564EC649D9BE29351BF3399F94B77_gshared_inline (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 KeyValuePair_2_get_Value_mCD274CBE52E2DAE0924C50EA91F9DD48AB9E3BDF_gshared_inline (KeyValuePair_2_tABE86ED499AC8A96C2F4A2A4AE5C05E44C9E8C46 * __this, const RuntimeMethod* method) { { ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 L_0 = (ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 )__this->get_value_1(); return (ObjectMetadata_tCC476FD33189C604471B5B5D5ECF7AF098B0DB62 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m6FD0A5123C4467444250A7CEC42F6AF1058CF6CC_gshared_inline (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F KeyValuePair_2_get_Value_mA287BEC76C4DB6050FBBAB8248CA608CF75658CB_gshared_inline (KeyValuePair_2_tA68BBF79934B76E1E99CC6FBE9280325B41CFDDE * __this, const RuntimeMethod* method) { { PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F L_0 = (PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F )__this->get_value_1(); return (PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5530D45E66BDF4BC7EF531B9DC6A9997856DE1B6_gshared_inline (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 KeyValuePair_2_get_Value_m5CD97F22F6186CBED3DBB2E099DCA91097A66F35_gshared_inline (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF * __this, const RuntimeMethod* method) { { ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_0 = (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 )__this->get_value_1(); return (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEA43A683C7ABAB61F32D16BDAC9E35B6AF4346DA_gshared_inline (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m0D03D17DF7489BBB970F55CA892A09D5C39603B1_gshared_inline (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_1(); return (float)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5B6D7E7DA59BF97D9F57674FEA57784062C9A13C_gshared_inline (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 KeyValuePair_2_get_Value_mDC8B104EC13E25EF9874720BB4C74F5A82EAC5C7_gshared_inline (KeyValuePair_2_t1F0B2165A73C1CA02819423AC0708AD460D4F0CB * __this, const RuntimeMethod* method) { { StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 L_0 = (StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 )__this->get_value_1(); return (StylePropertyValue_t5F204B329C961E7A1EA49F83333FCE27D4FDB2A8 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m998376FE1401838138CF624AD27524484DD5E63B_gshared_inline (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 KeyValuePair_2_get_Value_mBB84661E7F812E773A0C4146E01465C0C152731E_gshared_inline (KeyValuePair_2_t78C44BF5F213C1DC09DA4D0F37B8AFE048E5C536 * __this, const RuntimeMethod* method) { { TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 L_0 = (TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 )__this->get_value_1(); return (TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m46EA35E231DFC637B6E74CCAEAE3AAA58292886D_gshared_inline (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_m945CFF5B6043B6D3277D8297990BA1D4E6961A24_gshared_inline (KeyValuePair_2_t7A334F7BAA0558249DA2C7239857C679E347660F * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )__this->get_value_1(); return (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1D4B36621E61AEB251E7862F1111B2AE4342AE1D_gshared_inline (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F KeyValuePair_2_get_Value_m2C846DE9AD68B14245F3DA55869EF80B50187716_gshared_inline (KeyValuePair_2_tA4B1CCE8E1E18915E4F0C48E3E1E2C213AAEE765 * __this, const RuntimeMethod* method) { { Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F L_0 = (Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F )__this->get_value_1(); return (Member_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mE50ADF15DA5E31D3D860C8D2F6E99E8C4B38E51B_gshared_inline (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 KeyValuePair_2_get_Value_m7A5B9E69C2E92A5D3952C4309C054FBE4E2278AF_gshared_inline (KeyValuePair_2_t02AE272A085AB13A18E1FC399D144A7E520A0F5B * __this, const RuntimeMethod* method) { { PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 L_0 = (PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 )__this->get_value_1(); return (PseudoStateData_t3F1A53FFD3D401315DCAD65C924AA3B7922AD4F3 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 KeyValuePair_2_get_Key_m4F41A541B352C15BE399A49B2E331CDF081E222A_gshared_inline (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { { PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 L_0 = (PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 )__this->get_key_0(); return (PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mEF8100BA4AECAF96743CEE1D0F1FCB86051FA590_gshared_inline (KeyValuePair_2_t69D65A575EDB8417950EECED1DEB6124D053CC7B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 KeyValuePair_2_get_Key_mCC5D321302B02DD89629ACEA79ED5C5144E63A35_gshared_inline (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_0 = (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 )__this->get_key_0(); return (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m2EED0AC60812EDDB46F2E68BC2CD1412A1773812_gshared_inline (KeyValuePair_2_t385558946F0D51906920F8F04E36E78933B98731 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m40F7D0385415CE0966A58E20ED955DE2EDE3AEBF_gshared_inline (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 KeyValuePair_2_get_Value_mCEF724127CD3DE9A99D8181346EC098D6B6B74CC_gshared_inline (KeyValuePair_2_t32BF0E15C00D36E298FADA84D141A3F4010456EC * __this, const RuntimeMethod* method) { { CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 L_0 = (CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 )__this->get_value_1(); return (CcittTwoDimensionalCode_t6D5965F56305719F40CA69271E949A3794E4CC69 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m9BBCC2E22FCB27882FFE73176B73784956AC1C7C_gshared_inline (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m9E42BFCBBC7F2FAD4A50D8645A147B895E3A00B1_gshared_inline (KeyValuePair_2_t1C899E1D384EB1A82B398076E49CE2B74F0CE329 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m15EB79E72D9CDAB2C4BC76EBF01C83E447344D41_gshared_inline (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mCBD4F100C07E3059AABDC4F04441977C0287645A_gshared_inline (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m83E1E5FB8B255D4B78A552D65C4BB7385DE30895_gshared_inline (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Value_mB04CEE86DF7EAEDECFD50AE6C19CA572E7BEDBE4_gshared_inline (KeyValuePair_2_t8DE7942F93E3F5958B0EAEB238F6C53DE37A9D68 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_value_1(); return (uint32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t KeyValuePair_2_get_Key_mAA59C7DBB4CB3461C61D517A2F893944B89E175E_gshared_inline (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { { uint64_t L_0 = (uint64_t)__this->get_key_0(); return (uint64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 KeyValuePair_2_get_Value_m89417A8DED67EABA822ABD4B14B6D71A92F6DD70_gshared_inline (KeyValuePair_2_tED99CB87EAF8ED71DB6E3B222701F9F951FCBF38 * __this, const RuntimeMethod* method) { { ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_0 = (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 )__this->get_value_1(); return (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t KeyValuePair_2_get_Key_m57D58CF2DC8B8D75335E769CBAE2117777A3B04D_gshared_inline (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { { uint64_t L_0 = (uint64_t)__this->get_key_0(); return (uint64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m914BA27774CC6BD43EBBBC99E27C3FC13F264010_gshared_inline (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Key_mBC4BF879C058B0EE136169D65D510E090668D9A6_gshared_inline (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )__this->get_key_0(); return (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 KeyValuePair_2_get_Value_mC212E2A5D8ACC94BE315F86081678FBE25D76AC6_gshared_inline (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 * __this, const RuntimeMethod* method) { { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )__this->get_value_1(); return (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 KeyValuePair_2_get_Key_m154E4BEFFDA4B220EBC88AB8C163052219281475_gshared_inline (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { { TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_0 = (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )__this->get_key_0(); return (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mBFA2AE85E20B3007235AE20F4E823A6822101FCB_gshared_inline (KeyValuePair_2_t47861C09B593609D562EC5E1CA8480D972396F9F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F KeyValuePair_2_get_Key_m4C85C8362F8530E5FE0119F948C7D23F096058E7_gshared_inline (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { { TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_0 = (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )__this->get_key_0(); return (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mAA7CF826915DCD59E1B2489FE491D08FE15C4CC4_gshared_inline (KeyValuePair_2_tAA4EC04983887FA81EF99CC5B004470C5C0DB6A9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_mD89DA99DBA213AA8C2DCE7F325E3AF509A43D633_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )__this->get_key_0(); return (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m940CE3624CE326A63C523A3690454DC5C39AA7D7_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ArrayBuilder_1_get_Count_m1A196A3989F8E85BAC9702129E5D5B92CF2C15FF_gshared_inline (ArrayBuilder_1_tBCC5D8A7182E53CB70AEA3F966E5A894AED01635 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * ArrayPool_1_get_Shared_m955EF1D691974E7642F83433080FECF65FD519D0_gshared_inline (const RuntimeMethod* method) { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * G_B2_0 = NULL; ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * G_B1_0 = NULL; { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_0; L_0 = VolatileRead((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E **)(ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E **)(((ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_address_of_s_sharedInstance_0())); ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_1 = (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0013; } } { ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * L_2; L_2 = (( ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); G_B2_0 = L_2; } IL_0013: { return (ArrayPool_1_t9EAF325673306B25516CA1931E3F970C7EFE8E9E *)G_B2_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * Span_1_get_Item_m33D0209D472A345F078DDEF65619F93BA17556C6_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __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_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_2 = (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)__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); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (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; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_7; L_7 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(L_7); } IL_0030: { Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_8 = (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)__this->get__pinnable_0(); NullCheck(L_8); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11; L_11 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_13; L_13 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ReadOnlySpan_1_get_Item_m3711CA2E178831ACE9B03BAFD1E98E005C804BD4_gshared_inline (ReadOnlySpan_1_tECDD9E0F394486CD52C1FD917C71960095718733 * __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_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_2 = (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)__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); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5; L_5 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (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; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_7; L_7 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_7; } IL_0030: { Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_8 = (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)__this->get__pinnable_0(); NullCheck(L_8); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11; L_11 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_13; L_13 = (( Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * (*) (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m48E6A981CBD642E54902A5E9DD16FEFD0EF6CE48_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __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 float* ReadOnlySpan_1_get_Item_mF0E51BA3948E372B84E641EB0C04C58C7393A18B_gshared_inline (ReadOnlySpan_1_t7BB4C80C1446621DB70827EDE5628EB7556D8D81 * __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_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * L_2 = (Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 *)__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); float* L_5; L_5 = (( float* (*) (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; float* L_7; L_7 = (( float* (*) (float*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((float*)(float*)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (float*)L_7; } IL_0030: { Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * L_8 = (Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 *)__this->get__pinnable_0(); NullCheck(L_8); float* L_9 = (float*)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); float* L_11; L_11 = (( float* (*) (float*, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((float*)(float*)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; float* L_13; L_13 = (( float* (*) (float*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((float*)(float*)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (float*)L_13; } } 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); } }