#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB2C9A569D72248325F9E8D94F817130C39A52001; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7; // System.Collections.Generic.Comparer`1 struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t6552A0560038E8C2D2FB721957736FAC6DB0D9BC; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t45A05B51D8BB61DE7DCF1B326B98D4FC3EC99CC7; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t32A84297941FBD71E86A3A40A0B797B7BC85E0B5; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t2A99AFFCA3E9EAE71B5E617F3853C49F93237A51; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t7CE2C503200D328BFAD8A4DCF956BCA7CCF40D3F; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t6E856399EE8F47E7124EF20744F3C068EDC7C9AE; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t32755D56BB172F481427BC67E013BE986A5293A5; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t9C8D372C069A0BF547592788D2B7DDEBA6F8C20E; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t0E2461DF7FBCC512AA3D60C4A2B08500BE796AA5; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t1767046BAFA0E3C0977D91D364962170F7F01972; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tBC25AA55A1AE72560DAD39782989ED4664B67728; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t91D18540DD358AFCF7937DD8C61B29F87E1A7AED; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tBD79BFE2F4A54FF0A3387E19B669123A4BE23FCF; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t0F279E6456CE03F0F1A8558335FAD843CB5BD842; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tAAD6AB65DB82A4F212C2FDF5B2679E44D63D8398; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t68EA77C7AB3BD0567768D7B7A98A0AC9FC50A738; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tBE774005A41B5D35F257874BE30BD8B3A2DFEC7D; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t7CE364A21688345EC82CC850E5466EFF6FBA6523; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t0F23F0CB78348FE843A591DD5079DB88AB6FFE24; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t817E4811DAD5CE2199ADB68F3CF6D1161785FC3F; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t9EAC4123FB7C3BC09F2A36666EB30F5B8D9565BF; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t264D9C7A626DFB5C3886D6E3801F97AD2AACA1C1; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tDD80A2ADF2D38EBCF592099525657352B8591435; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t70F5CE3146A9700A5EBEB09A8185646380795B20; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t334B644E865BF656FDE5FCEAFACD4E9A36A7423D; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t8CA54331582054CE1BE4EB678CBE76CF4860EC0A; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t43ACFA30D51CC9A3E4F79793B3A16353711208C1; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tD18CD3ABEDEF5EDCD582482846A30CA111F09599; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tF9506FB575597C98FA0A32961165ED72D6D2621C; // System.Collections.Generic.IComparer`1 struct IComparer_1_t150A86695C404E117B1B644BEAD79BA2344FB009; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IList`1 struct IList_1_t9B797F4DDAB7E2A6F41CAFEAF9038FCC7060EFF8; // System.Collections.Generic.IList`1 struct IList_1_t167548B36BB7769AD6CD91E04BEA7BF60794FD43; // System.Collections.Generic.IList`1 struct IList_1_t0D2C1FBCDE818866F199AE1609940E4E440F8639; // System.Collections.Generic.IList`1 struct IList_1_t1C0FF9038440D4E3F8C4A2D43AF1062780CF179D; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.IList`1 struct IList_1_tE2CB81875EDCE22646E13306A3501DF8022F4959; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tE2E9B97C0BEA13521C8A70CC4565724351C1FD05; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t404CD9FB9A537EBCD531B78AE03023E666371DDA; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tAC6685584A06E8B0D6E0F6C6888187946FE492D8; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t11BAD0A72FD2FE8E5FC715EF7C11133864DB981F; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t0267D6C6573998AC82CC595B65D3595745A58872; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tBB74BFB8FBA6EB51E168791EA985F4C6DFDA0CD3; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tBA4CF72A8FCC3F9B1B3C6344DFDB6AE76D5308D6; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tD9622C9869DC4C609F9AD34A3A6035F1093FB025; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tB4117172AD4846A6F82E372D3AB08042AB02BDBF; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t2618769F7D501FB7192EE05BE6DCDE2E8BA03F52; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t830D0675BB5BC8B7C9CED69508DB61D8A067122B; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tD443747B7CE52A9C67BF31C3583777131F19C1F0; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t6C52AF959997388134CB16BB8EFD48798FD0AF35; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t4378EE67C2F7542DCCB8FF1FB63199EA1E58B333; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t814844CB46FCB589E01BB1FCAF373A6DF148C9A3; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tC6E3FEBEAD06890BE515EEECD20BE866A1EC8769; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t6E1A352D1E2E4975E746A169B3FA506CF42630EC; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tC8258C05EDA650EA486D86133ABDB3A87E9909C7; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t9B6DE12F8857F19DDE215427189BBB1FB62FF59B; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t3CD9D63ED6BA3DC0F630E18ED28B2F17516E7EC2; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tCBD20FE432AB350A150A1BBE2F069F9B828A4861; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tD80C7E8E0F4529222E68AD4EBF0BFA1F79D33918; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t42BC129923D079FA9365581D540C47E5A0DD2D07; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tC9E904F458BCFC9E5B281CF9C9B80316734C49DE; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t3889BA6FC29425173AC4E244137A797BB6B570B8; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t7D56EF54FEDCB2A330725E3A19AE8902F906AF3A; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t1C123BF41AC8AF9512D08D44DDC984595BF78D4E; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_t6049705D50962AE9960DD3952403C29C1297336A; // System.Buffers.IMemoryOwner`1> struct IMemoryOwner_1_tA7F3BE26E6E0262B404D104886464A2A1F84E559; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t14C3F7FC177A53FE7FBA514E30E0DCF43DE66980; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t3DB40800F84501170FEFE6BCC80F5EE350F35FCA; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t09F58DEAC788108F0AC1CCE6E48437A32C2438D2; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tA6E43A87B098B770B48D9BA78C570074DDE2FAD9; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t7EB6E645B98CBD5EF01D1B19642BAD3E27325927; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tBE38F9AD2FDC88B431B1EF740B56507BE71D5397; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1238B62BB56D9E23F44FC7A2B36E11EE27B5128E; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t5049019B69EAB8A3687E31ABFC860F79D3DC8F59; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tA95FA820B57CF467B418776080C3A5861E02FDF5; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1F7C5955DD51F74ABDC76D990C47AF33E105E306; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t36EE8FA3FD23861B4E4DC46740BAAF29984F20CD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t0E58529647DDD802F0C6D24DFC2FBB1EF859A8BD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t8E61C8D36F1B2714E1C3F86219D9DA1745195D76; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t2C1B85316720706BC45880EAA1619CB2E864C7E6; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t9439498D130A98D8D0E6D7A8C219394018ED56B6; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1ED1743A8FA2972B2CD8FA1538C9EE04CB392595; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t63979B6DCB773FF5A2F50F51FF63F8F62761B150; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t393B86712E02FF7B9A8EAAD1781FFE78C7062793; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t68A2D631ACBC01D8BCFDF42EF8FB5C7A0BD7A018; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t47B4E5806B81BB823EB9D173EAC080A1C6155781; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tB7789C6F05FC082AA418EE4D71105EC216E4C91D; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tBD9EF9BDE1942AD95426C5484819A0134199E9F0; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t45BE12EB5478AD3790D146BBAA7F6A40BD189BED; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tEBEA7DECA6156C7046FA79FB3B41EBAE37231D38; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t09D880A322D53ADCC6505855F08CFAEDF039BC7C; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t231D01AB881C6F1790352F5DF1E25D83E5B3D2FB; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1082ABA65F6A59C48A24745CC68C208846051326; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tAB65AB6A81DFB71D30A57CC7AE9238A77FC1BCCD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t6ABDEE3190323204FDCF27812B18C1915FF569DE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t9674C5627EE53C03E8CDECBC82BE042F55C6B9EE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1A120275840E1738815101FE259C5DC5983579FD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t95B6C6E99FE50F50D51542429B063BCD716C4E2B; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tDB52689ACC41B98F67B387E53E408521E84E359E; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t5BAC57FE9C83858F720EEB4D9871C60642C7508F; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t90E740182FCFF4923490B523AE95DA518929C296; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tE1D9AD4E333AD11E20DE40D595002CA97033B1E5; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t39D660CE2B695D18846209A0E5845D57B646C363; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t81EF881D4B12A8123F40B3B3E5C6C01FF77E4DBE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t394047943890FC4DBDB1EE544D8FDF26F722C721; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tA220ED03959F6C3459992A79E25F59C415863832; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t2334E977A698411FEAAD983632CDE40AE3857ACE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t7013D4A723D18946C5B01613C28F8BE79E08DDEF; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t57D89B94DB7B14C45F5721C192F933FDBD102118; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0; // SixLabors.ImageSharp.PixelFormats.A8[] struct A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B; // SixLabors.ImageSharp.PixelFormats.Abgr32[] struct Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283; // SixLabors.ImageSharp.PixelFormats.Argb32[] struct Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948; // SixLabors.ImageSharp.PixelFormats.Bgr24[] struct Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8; // SixLabors.ImageSharp.PixelFormats.Bgr565[] struct Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4; // SixLabors.ImageSharp.PixelFormats.Bgra32[] struct Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581; // SixLabors.ImageSharp.PixelFormats.Bgra4444[] struct Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC; // SixLabors.ImageSharp.PixelFormats.Bgra5551[] struct Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8[] struct Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // SixLabors.ImageSharp.PixelFormats.Byte4[] struct Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // SixLabors.ImageSharp.ComplexVector4[] struct ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // SixLabors.ImageSharp.PixelFormats.HalfSingle[] struct HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454; // SixLabors.ImageSharp.PixelFormats.HalfVector2[] struct HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8; // SixLabors.ImageSharp.PixelFormats.HalfVector4[] struct HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // SixLabors.ImageSharp.PixelFormats.L16[] struct L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D; // SixLabors.ImageSharp.PixelFormats.L8[] struct L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236; // SixLabors.ImageSharp.PixelFormats.La16[] struct La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C; // SixLabors.ImageSharp.PixelFormats.La32[] struct La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2[] struct NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4[] struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2[] struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4[] struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Object[] struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel[] struct ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0; // SixLabors.ImageSharp.PixelFormats.Rg32[] struct Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E; // SixLabors.ImageSharp.PixelFormats.Rgb24[] struct Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284; // SixLabors.ImageSharp.PixelFormats.Rgb48[] struct Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058; // SixLabors.ImageSharp.PixelFormats.Rgba1010102[] struct Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92; // SixLabors.ImageSharp.PixelFormats.Rgba32[] struct Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9; // SixLabors.ImageSharp.PixelFormats.Rgba64[] struct Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885; // SixLabors.ImageSharp.PixelFormats.RgbaVector[] struct RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4; // SixLabors.ImageSharp.PixelFormats.Short2[] struct Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0; // SixLabors.ImageSharp.PixelFormats.Short4[] struct Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler struct BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler struct BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // System.Buffers.IPinnable struct IPinnable_t5F43661062D3A813291C43D3D17B9FA43963D6F3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler struct IResampler_t9A142A7233BBEE53FCB8BD13C55D02D1FF50A479; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.MonoTypeInfo struct MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79; // SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler struct NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap struct ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640; // SixLabors.ImageSharp.Processing.ResizeOptions struct ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor struct ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor struct RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator struct SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler struct TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler struct WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap/PeriodicKernelMap struct PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_mA90189A9F5CFC2410329A9BD3649AFC7231D4863_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m1E3DC70FF646402FAEF059E2A1D5A3B8A998C53F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mF25DEC3DC857173DC665ED35BAF6D57DB36A240B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE47C8A9CEA435F9D905756CB6D40047E5BA6375F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Sorting_Sort_TisRuntimeObject_TisRuntimeObject_m4AC1E5747748721DBF10F603EB1C5985AEF9CC14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_RuntimeMethod_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067; struct MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750; struct MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617; struct MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825; struct MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754; struct MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE; struct MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A; struct MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB; struct MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0; struct MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6; struct MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067; struct MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279; struct MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC; struct MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7; struct MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C; struct MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783; struct MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F; struct MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3; struct MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4; struct MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8; struct MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C; struct MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D; struct MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64; struct MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109; struct MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD; struct MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140; struct MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5; struct MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD; struct MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0; struct A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B; struct Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283; struct Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948; struct Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8; struct Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4; struct Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581; struct Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC; struct Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775; struct Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765; struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5; struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9; struct ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454; struct HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8; struct HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D; struct L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236; struct La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C; struct La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE; struct NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3; struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E; struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE; struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; struct ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0; struct Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E; struct Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284; struct Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058; struct Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92; struct Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9; struct Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885; struct RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4; struct Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0; struct Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; 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.Collections.Generic.Comparer`1 struct Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 : public RuntimeObject { public: public: }; struct Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 : public RuntimeObject { public: public: }; struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 : public RuntimeObject { public: public: }; struct EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 : public RuntimeObject { public: public: }; struct EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F : public RuntimeObject { public: public: }; struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC : public RuntimeObject { public: public: }; struct EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F : public RuntimeObject { public: public: }; struct EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 : public RuntimeObject { public: public: }; struct EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tA8D2C55D3757B15E817D5C754F63F4426180548A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t85F135618223CF1DFF813E3A11403DCA1F2CF748 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t37D802A2BED736677335583FD642DC3EC39CEDA2 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t0189E7D90C45F3073D1C9F3E988EC0FB4312AE7E : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t316D46B10C47F84ECEA95E03D7FC88A2D599699C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t300C1CAD53D6F9A6AFA176A78C4675615AF958D0 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t0D4E8B6EB06EF4286313FE671C7AF0B10B873DF3 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t52969D21181C6E83D9EF0C5DCC42A842A82F4457 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tEC1238441776B628014509035989771661756E25 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tD7C96B63C74406871705468E6940325249A91AEE : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t11756AB814C50AA77358122CB53BDD3AC88E407A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 : public RuntimeObject { public: public: }; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 : public RuntimeObject { public: // T System.Pinnable`1::Data uint8_t ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110, ___Data_0)); } inline uint8_t get_Data_0() const { return ___Data_0; } inline uint8_t* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(uint8_t value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor struct CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 : public RuntimeObject { public: public: }; struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Memory.MemoryAllocator::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CDefaultU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_0() { return static_cast(offsetof(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields, ___U3CDefaultU3Ek__BackingField_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CDefaultU3Ek__BackingField_0() const { return ___U3CDefaultU3Ek__BackingField_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CDefaultU3Ek__BackingField_0() { return &___U3CDefaultU3Ek__BackingField_0; } inline void set_U3CDefaultU3Ek__BackingField_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CDefaultU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_0), (void*)value); } }; // UnityEngine.Resources struct Resources_t90EC380141241F7E4B284EC353EF4F0386218419 : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.RuntimeHelpers struct RuntimeHelpers_tC052103DB62650080244B150AC8C2DDC5C0CD8AB : public RuntimeObject { public: public: }; // TMPro.SetPropertyUtility struct SetPropertyUtility_tBD4B71ED41ED73F19589A21F6673F41038558A72 : public RuntimeObject { public: public: }; // UnityEngine.UI.SetPropertyUtility struct SetPropertyUtility_tA0FD167699990D8AFDA1284FCCFEA03357AD73BB : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.SimdUtils struct SimdUtils_tF4087F0D2C9135BF063DA942F628399BA6335126 : public RuntimeObject { public: public: }; struct SimdUtils_tF4087F0D2C9135BF063DA942F628399BA6335126_StaticFields { public: // System.Boolean SixLabors.ImageSharp.SimdUtils::k__BackingField bool ___U3CHasVector8U3Ek__BackingField_0; // System.Boolean SixLabors.ImageSharp.SimdUtils::k__BackingField bool ___U3CHasVector4U3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CHasVector8U3Ek__BackingField_0() { return static_cast(offsetof(SimdUtils_tF4087F0D2C9135BF063DA942F628399BA6335126_StaticFields, ___U3CHasVector8U3Ek__BackingField_0)); } inline bool get_U3CHasVector8U3Ek__BackingField_0() const { return ___U3CHasVector8U3Ek__BackingField_0; } inline bool* get_address_of_U3CHasVector8U3Ek__BackingField_0() { return &___U3CHasVector8U3Ek__BackingField_0; } inline void set_U3CHasVector8U3Ek__BackingField_0(bool value) { ___U3CHasVector8U3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHasVector4U3Ek__BackingField_1() { return static_cast(offsetof(SimdUtils_tF4087F0D2C9135BF063DA942F628399BA6335126_StaticFields, ___U3CHasVector4U3Ek__BackingField_1)); } inline bool get_U3CHasVector4U3Ek__BackingField_1() const { return ___U3CHasVector4U3Ek__BackingField_1; } inline bool* get_address_of_U3CHasVector4U3Ek__BackingField_1() { return &___U3CHasVector4U3Ek__BackingField_1; } inline void set_U3CHasVector4U3Ek__BackingField_1(bool value) { ___U3CHasVector4U3Ek__BackingField_1 = value; } }; // MathNet.Numerics.Sorting struct Sorting_t5A9486BCCBDA32AA2CA9032C56FFAE8F59533BFC : public RuntimeObject { public: public: }; // System.SpanHelpers struct SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t885415045473B7F42DAE4C8679D299E13D170D6A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t4C99072E11077166377CCD2881DF934837F9BA3B { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tB524CC81FBD87492BC411766CDB3040D1799053A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t94BC4CA21F440059214263A242302F917CFF4F8D { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.PixelFormats.A8 struct A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.A8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr24 struct Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::B uint8_t ___B_0; }; #pragma pack(pop, tp) struct { uint8_t ___B_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___R_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::R uint8_t ___R_2; }; #pragma pack(pop, tp) struct { char ___R_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___R_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_R_2() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr565 struct Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra4444 struct Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra5551 struct Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler struct BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 { public: union { struct { }; uint8_t BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7__padding[1]; }; public: }; // 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); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler struct BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 { public: union { struct { }; uint8_t BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7__padding[1]; }; public: }; // 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.Byte3 struct Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 { public: union { struct { union { }; }; uint8_t Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887__padding[3]; }; public: }; // SixLabors.ImageSharp.PixelFormats.Byte4 struct Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // 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); } }; // 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; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::bspline float ___bspline_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::cardinal float ___cardinal_1; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_8; public: inline static int32_t get_offset_of_bspline_0() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___bspline_0)); } inline float get_bspline_0() const { return ___bspline_0; } inline float* get_address_of_bspline_0() { return &___bspline_0; } inline void set_bspline_0(float value) { ___bspline_0 = value; } inline static int32_t get_offset_of_cardinal_1() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___cardinal_1)); } inline float get_cardinal_1() const { return ___cardinal_1; } inline float* get_address_of_cardinal_1() { return &___cardinal_1; } inline void set_cardinal_1(float value) { ___cardinal_1 = value; } inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_8() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___U3CRadiusU3Ek__BackingField_8)); } inline float get_U3CRadiusU3Ek__BackingField_8() const { return ___U3CRadiusU3Ek__BackingField_8; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_8() { return &___U3CRadiusU3Ek__BackingField_8; } inline void set_U3CRadiusU3Ek__BackingField_8(float value) { ___U3CRadiusU3Ek__BackingField_8 = value; } }; struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::CatmullRom CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___CatmullRom_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Hermite CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Hermite_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::MitchellNetravali CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___MitchellNetravali_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Robidoux CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Robidoux_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::RobidouxSharp CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___RobidouxSharp_6; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Spline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Spline_7; public: inline static int32_t get_offset_of_CatmullRom_2() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___CatmullRom_2)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_CatmullRom_2() const { return ___CatmullRom_2; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_CatmullRom_2() { return &___CatmullRom_2; } inline void set_CatmullRom_2(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___CatmullRom_2 = value; } inline static int32_t get_offset_of_Hermite_3() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Hermite_3)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Hermite_3() const { return ___Hermite_3; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Hermite_3() { return &___Hermite_3; } inline void set_Hermite_3(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Hermite_3 = value; } inline static int32_t get_offset_of_MitchellNetravali_4() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___MitchellNetravali_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_MitchellNetravali_4() const { return ___MitchellNetravali_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_MitchellNetravali_4() { return &___MitchellNetravali_4; } inline void set_MitchellNetravali_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___MitchellNetravali_4 = value; } inline static int32_t get_offset_of_Robidoux_5() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Robidoux_5)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Robidoux_5() const { return ___Robidoux_5; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Robidoux_5() { return &___Robidoux_5; } inline void set_Robidoux_5(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Robidoux_5 = value; } inline static int32_t get_offset_of_RobidouxSharp_6() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___RobidouxSharp_6)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_RobidouxSharp_6() const { return ___RobidouxSharp_6; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_RobidouxSharp_6() { return &___RobidouxSharp_6; } inline void set_RobidouxSharp_6(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___RobidouxSharp_6 = value; } inline static int32_t get_offset_of_Spline_7() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Spline_7)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Spline_7() const { return ___Spline_7; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Spline_7() { return &___Spline_7; } inline void set_Spline_7(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Spline_7 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // SixLabors.ImageSharp.DefaultPad3Shuffle4 struct DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73 { public: // System.Byte SixLabors.ImageSharp.DefaultPad3Shuffle4::p3 uint8_t ___p3_0; // System.Byte SixLabors.ImageSharp.DefaultPad3Shuffle4::p2 uint8_t ___p2_1; // System.Byte SixLabors.ImageSharp.DefaultPad3Shuffle4::p1 uint8_t ___p1_2; // System.Byte SixLabors.ImageSharp.DefaultPad3Shuffle4::p0 uint8_t ___p0_3; // System.Byte SixLabors.ImageSharp.DefaultPad3Shuffle4::k__BackingField uint8_t ___U3CControlU3Ek__BackingField_4; public: inline static int32_t get_offset_of_p3_0() { return static_cast(offsetof(DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73, ___p3_0)); } inline uint8_t get_p3_0() const { return ___p3_0; } inline uint8_t* get_address_of_p3_0() { return &___p3_0; } inline void set_p3_0(uint8_t value) { ___p3_0 = value; } inline static int32_t get_offset_of_p2_1() { return static_cast(offsetof(DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73, ___p2_1)); } inline uint8_t get_p2_1() const { return ___p2_1; } inline uint8_t* get_address_of_p2_1() { return &___p2_1; } inline void set_p2_1(uint8_t value) { ___p2_1 = value; } inline static int32_t get_offset_of_p1_2() { return static_cast(offsetof(DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73, ___p1_2)); } inline uint8_t get_p1_2() const { return ___p1_2; } inline uint8_t* get_address_of_p1_2() { return &___p1_2; } inline void set_p1_2(uint8_t value) { ___p1_2 = value; } inline static int32_t get_offset_of_p0_3() { return static_cast(offsetof(DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73, ___p0_3)); } inline uint8_t get_p0_3() const { return ___p0_3; } inline uint8_t* get_address_of_p0_3() { return &___p0_3; } inline void set_p0_3(uint8_t value) { ___p0_3 = value; } inline static int32_t get_offset_of_U3CControlU3Ek__BackingField_4() { return static_cast(offsetof(DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73, ___U3CControlU3Ek__BackingField_4)); } inline uint8_t get_U3CControlU3Ek__BackingField_4() const { return ___U3CControlU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CControlU3Ek__BackingField_4() { return &___U3CControlU3Ek__BackingField_4; } inline void set_U3CControlU3Ek__BackingField_4(uint8_t value) { ___U3CControlU3Ek__BackingField_4 = value; } }; // SixLabors.ImageSharp.DefaultShuffle3 struct DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98 { public: // System.Byte SixLabors.ImageSharp.DefaultShuffle3::p2 uint8_t ___p2_0; // System.Byte SixLabors.ImageSharp.DefaultShuffle3::p1 uint8_t ___p1_1; // System.Byte SixLabors.ImageSharp.DefaultShuffle3::p0 uint8_t ___p0_2; // System.Byte SixLabors.ImageSharp.DefaultShuffle3::k__BackingField uint8_t ___U3CControlU3Ek__BackingField_3; public: inline static int32_t get_offset_of_p2_0() { return static_cast(offsetof(DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98, ___p2_0)); } inline uint8_t get_p2_0() const { return ___p2_0; } inline uint8_t* get_address_of_p2_0() { return &___p2_0; } inline void set_p2_0(uint8_t value) { ___p2_0 = value; } inline static int32_t get_offset_of_p1_1() { return static_cast(offsetof(DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98, ___p1_1)); } inline uint8_t get_p1_1() const { return ___p1_1; } inline uint8_t* get_address_of_p1_1() { return &___p1_1; } inline void set_p1_1(uint8_t value) { ___p1_1 = value; } inline static int32_t get_offset_of_p0_2() { return static_cast(offsetof(DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98, ___p0_2)); } inline uint8_t get_p0_2() const { return ___p0_2; } inline uint8_t* get_address_of_p0_2() { return &___p0_2; } inline void set_p0_2(uint8_t value) { ___p0_2 = value; } inline static int32_t get_offset_of_U3CControlU3Ek__BackingField_3() { return static_cast(offsetof(DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98, ___U3CControlU3Ek__BackingField_3)); } inline uint8_t get_U3CControlU3Ek__BackingField_3() const { return ___U3CControlU3Ek__BackingField_3; } inline uint8_t* get_address_of_U3CControlU3Ek__BackingField_3() { return &___U3CControlU3Ek__BackingField_3; } inline void set_U3CControlU3Ek__BackingField_3(uint8_t value) { ___U3CControlU3Ek__BackingField_3 = value; } }; // SixLabors.ImageSharp.DefaultShuffle4Slice3 struct DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19 { public: // System.Byte SixLabors.ImageSharp.DefaultShuffle4Slice3::p2 uint8_t ___p2_0; // System.Byte SixLabors.ImageSharp.DefaultShuffle4Slice3::p1 uint8_t ___p1_1; // System.Byte SixLabors.ImageSharp.DefaultShuffle4Slice3::p0 uint8_t ___p0_2; // System.Byte SixLabors.ImageSharp.DefaultShuffle4Slice3::k__BackingField uint8_t ___U3CControlU3Ek__BackingField_3; public: inline static int32_t get_offset_of_p2_0() { return static_cast(offsetof(DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19, ___p2_0)); } inline uint8_t get_p2_0() const { return ___p2_0; } inline uint8_t* get_address_of_p2_0() { return &___p2_0; } inline void set_p2_0(uint8_t value) { ___p2_0 = value; } inline static int32_t get_offset_of_p1_1() { return static_cast(offsetof(DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19, ___p1_1)); } inline uint8_t get_p1_1() const { return ___p1_1; } inline uint8_t* get_address_of_p1_1() { return &___p1_1; } inline void set_p1_1(uint8_t value) { ___p1_1 = value; } inline static int32_t get_offset_of_p0_2() { return static_cast(offsetof(DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19, ___p0_2)); } inline uint8_t get_p0_2() const { return ___p0_2; } inline uint8_t* get_address_of_p0_2() { return &___p0_2; } inline void set_p0_2(uint8_t value) { ___p0_2 = value; } inline static int32_t get_offset_of_U3CControlU3Ek__BackingField_3() { return static_cast(offsetof(DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19, ___U3CControlU3Ek__BackingField_3)); } inline uint8_t get_U3CControlU3Ek__BackingField_3() const { return ___U3CControlU3Ek__BackingField_3; } inline uint8_t* get_address_of_U3CControlU3Ek__BackingField_3() { return &___U3CControlU3Ek__BackingField_3; } inline void set_U3CControlU3Ek__BackingField_3(uint8_t value) { ___U3CControlU3Ek__BackingField_3 = 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.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfSingle struct HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfSingle::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector2 struct HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector4 struct HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.L16 struct L16_t82A3FD4325827CB571596BA0DA68B251F985D94F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.L16::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.La32 struct La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 { public: union { #pragma pack(push, tp, 1) struct { // System.UInt16 SixLabors.ImageSharp.PixelFormats.La32::L uint16_t ___L_0; }; #pragma pack(pop, tp) struct { uint16_t ___L_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___A_1_OffsetPadding[2]; // System.UInt16 SixLabors.ImageSharp.PixelFormats.La32::A uint16_t ___A_1; }; #pragma pack(pop, tp) struct { char ___A_1_OffsetPadding_forAlignmentOnly[2]; uint16_t ___A_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_L_0() { return static_cast(offsetof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5, ___L_0)); } inline uint16_t get_L_0() const { return ___L_0; } inline uint16_t* get_address_of_L_0() { return &___L_0; } inline void set_L_0(uint16_t value) { ___L_0 = value; } inline static int32_t get_offset_of_A_1() { return static_cast(offsetof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5, ___A_1)); } inline uint16_t get_A_1() const { return ___A_1; } inline uint16_t* get_address_of_A_1() { return &___A_1; } inline void set_A_1(uint16_t value) { ___A_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_4() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5, ___U3CRadiusU3Ek__BackingField_4)); } inline float get_U3CRadiusU3Ek__BackingField_4() const { return ___U3CRadiusU3Ek__BackingField_4; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_4() { return &___U3CRadiusU3Ek__BackingField_4; } inline void set_U3CRadiusU3Ek__BackingField_4(float value) { ___U3CRadiusU3Ek__BackingField_4 = value; } }; struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos2 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos2_0; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos3 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos3_1; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos5 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos5_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos8 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos8_3; public: inline static int32_t get_offset_of_Lanczos2_0() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos2_0)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos2_0() const { return ___Lanczos2_0; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos2_0() { return &___Lanczos2_0; } inline void set_Lanczos2_0(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos2_0 = value; } inline static int32_t get_offset_of_Lanczos3_1() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos3_1)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos3_1() const { return ___Lanczos3_1; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos3_1() { return &___Lanczos3_1; } inline void set_Lanczos3_1(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos3_1 = value; } inline static int32_t get_offset_of_Lanczos5_2() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos5_2)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos5_2() const { return ___Lanczos5_2; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos5_2() { return &___Lanczos5_2; } inline void set_Lanczos5_2(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos5_2 = value; } inline static int32_t get_offset_of_Lanczos8_3() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos8_3)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos8_3() const { return ___Lanczos8_3; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos8_3() { return &___Lanczos8_3; } inline void set_Lanczos8_3(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos8_3 = value; } }; // System.Numerics.Matrix3x2 struct Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F { public: // System.Single System.Numerics.Matrix3x2::M11 float ___M11_0; // System.Single System.Numerics.Matrix3x2::M12 float ___M12_1; // System.Single System.Numerics.Matrix3x2::M21 float ___M21_2; // System.Single System.Numerics.Matrix3x2::M22 float ___M22_3; // System.Single System.Numerics.Matrix3x2::M31 float ___M31_4; // System.Single System.Numerics.Matrix3x2::M32 float ___M32_5; public: inline static int32_t get_offset_of_M11_0() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M11_0)); } inline float get_M11_0() const { return ___M11_0; } inline float* get_address_of_M11_0() { return &___M11_0; } inline void set_M11_0(float value) { ___M11_0 = value; } inline static int32_t get_offset_of_M12_1() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M12_1)); } inline float get_M12_1() const { return ___M12_1; } inline float* get_address_of_M12_1() { return &___M12_1; } inline void set_M12_1(float value) { ___M12_1 = value; } inline static int32_t get_offset_of_M21_2() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M21_2)); } inline float get_M21_2() const { return ___M21_2; } inline float* get_address_of_M21_2() { return &___M21_2; } inline void set_M21_2(float value) { ___M21_2 = value; } inline static int32_t get_offset_of_M22_3() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M22_3)); } inline float get_M22_3() const { return ___M22_3; } inline float* get_address_of_M22_3() { return &___M22_3; } inline void set_M22_3(float value) { ___M22_3 = value; } inline static int32_t get_offset_of_M31_4() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M31_4)); } inline float get_M31_4() const { return ___M31_4; } inline float* get_address_of_M31_4() { return &___M31_4; } inline void set_M31_4(float value) { ___M31_4 = value; } inline static int32_t get_offset_of_M32_5() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M32_5)); } inline float get_M32_5() const { return ___M32_5; } inline float* get_address_of_M32_5() { return &___M32_5; } inline void set_M32_5(float value) { ___M32_5 = value; } }; struct Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F_StaticFields { public: // System.Numerics.Matrix3x2 System.Numerics.Matrix3x2::_identity Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ____identity_6; public: inline static int32_t get_offset_of__identity_6() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F_StaticFields, ____identity_6)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get__identity_6() const { return ____identity_6; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of__identity_6() { return &____identity_6; } inline void set__identity_6(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ____identity_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler struct NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 { public: union { struct { }; uint8_t NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76__padding[1]; }; public: }; // SixLabors.ImageSharp.Rectangle struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 { public: // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_3() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CWidthU3Ek__BackingField_3)); } inline int32_t get_U3CWidthU3Ek__BackingField_3() const { return ___U3CWidthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_3() { return &___U3CWidthU3Ek__BackingField_3; } inline void set_U3CWidthU3Ek__BackingField_3(int32_t value) { ___U3CWidthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_4() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CHeightU3Ek__BackingField_4)); } inline int32_t get_U3CHeightU3Ek__BackingField_4() const { return ___U3CHeightU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_4() { return &___U3CHeightU3Ek__BackingField_4; } inline void set_U3CHeightU3Ek__BackingField_4(int32_t value) { ___U3CHeightU3Ek__BackingField_4 = value; } }; struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Empty Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields, ___Empty_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_Empty_0() const { return ___Empty_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___Empty_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel struct ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 { public: // System.Single* SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel::bufferPtr float* ___bufferPtr_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel::k__BackingField int32_t ___U3CStartIndexU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_bufferPtr_0() { return static_cast(offsetof(ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744, ___bufferPtr_0)); } inline float* get_bufferPtr_0() const { return ___bufferPtr_0; } inline float** get_address_of_bufferPtr_0() { return &___bufferPtr_0; } inline void set_bufferPtr_0(float* value) { ___bufferPtr_0 = value; } inline static int32_t get_offset_of_U3CStartIndexU3Ek__BackingField_1() { return static_cast(offsetof(ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744, ___U3CStartIndexU3Ek__BackingField_1)); } inline int32_t get_U3CStartIndexU3Ek__BackingField_1() const { return ___U3CStartIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStartIndexU3Ek__BackingField_1() { return &___U3CStartIndexU3Ek__BackingField_1; } inline void set_U3CStartIndexU3Ek__BackingField_1(int32_t value) { ___U3CStartIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb48 struct Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::B uint16_t ___B_2; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba64 struct Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::B uint16_t ___B_2; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::A uint16_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___A_3)); } inline uint16_t get_A_3() const { return ___A_3; } inline uint16_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint16_t value) { ___A_3 = value; } }; // SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator struct SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 : public MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // SixLabors.ImageSharp.Size struct Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E { public: // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // SixLabors.ImageSharp.TolerantMath struct TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 { public: // System.Double SixLabors.ImageSharp.TolerantMath::epsilon double ___epsilon_0; // System.Double SixLabors.ImageSharp.TolerantMath::negEpsilon double ___negEpsilon_1; public: inline static int32_t get_offset_of_epsilon_0() { return static_cast(offsetof(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637, ___epsilon_0)); } inline double get_epsilon_0() const { return ___epsilon_0; } inline double* get_address_of_epsilon_0() { return &___epsilon_0; } inline void set_epsilon_0(double value) { ___epsilon_0 = value; } inline static int32_t get_offset_of_negEpsilon_1() { return static_cast(offsetof(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637, ___negEpsilon_1)); } inline double get_negEpsilon_1() const { return ___negEpsilon_1; } inline double* get_address_of_negEpsilon_1() { return &___negEpsilon_1; } inline void set_negEpsilon_1(double value) { ___negEpsilon_1 = value; } }; struct TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637_StaticFields { public: // SixLabors.ImageSharp.TolerantMath SixLabors.ImageSharp.TolerantMath::Default TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 ___Default_2; public: inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637_StaticFields, ___Default_2)); } inline TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 get_Default_2() const { return ___Default_2; } inline TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 value) { ___Default_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler struct TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF { public: union { struct { }; uint8_t TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF__padding[1]; }; public: }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Numerics.Vector2 struct Vector2_t1455881409307224D6099F54FA7E478733EEF61D { public: // System.Single System.Numerics.Vector2::X float ___X_0; // System.Single System.Numerics.Vector2::Y float ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } }; // 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: }; // SixLabors.ImageSharp.WXYZShuffle4 struct WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362 { public: union { struct { }; uint8_t WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362__padding[1]; }; public: }; // SixLabors.ImageSharp.WZYXShuffle4 struct WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C { public: union { struct { }; uint8_t WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler struct WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 { public: union { struct { }; uint8_t WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63__padding[1]; }; public: }; // SixLabors.ImageSharp.XWZYShuffle4 struct XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4 { public: union { struct { }; uint8_t XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4__padding[1]; }; public: }; // SixLabors.ImageSharp.XYZWPad3Shuffle4 struct XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B { public: union { struct { }; uint8_t XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B__padding[1]; }; public: }; // SixLabors.ImageSharp.XYZWShuffle4Slice3 struct XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B { public: union { struct { }; uint8_t XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B__padding[1]; }; public: }; // SixLabors.ImageSharp.YZWXShuffle4 struct YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F { public: union { struct { }; uint8_t YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F__padding[1]; }; public: }; // SixLabors.ImageSharp.ZYXWShuffle4 struct ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426 { public: union { struct { }; uint8_t ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426__padding[1]; }; public: }; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8/e__FixedBuffer struct U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B { public: union { struct { // System.Int16 SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8/e__FixedBuffer::FixedElementField int16_t ___FixedElementField_0; }; uint8_t U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B, ___FixedElementField_0)); } inline int16_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline int16_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(int16_t value) { ___FixedElementField_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 : public MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 : public MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 : public MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 : public MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB : public MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 : public MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 : public MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE : public MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 : public MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 : public MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 : public MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B : public MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC : public MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F : public MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E : public MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 : public MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 : public MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 : public MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 : public MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E : public MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB : public MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA : public MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E : public MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD : public MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 : public MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 : public MemoryManager_1_tA8D2C55D3757B15E817D5C754F63F4426180548A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 : public MemoryManager_1_t85F135618223CF1DFF813E3A11403DCA1F2CF748 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 : public MemoryManager_1_t37D802A2BED736677335583FD642DC3EC39CEDA2 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED : public MemoryManager_1_t0189E7D90C45F3073D1C9F3E988EC0FB4312AE7E { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 : public MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C : public MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 : public MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 : public MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 : public MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 : public MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 : public MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 : public MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC : public MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 : public MemoryManager_1_t316D46B10C47F84ECEA95E03D7FC88A2D599699C { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B : public MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 : public MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A : public MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E : public MemoryManager_1_t300C1CAD53D6F9A6AFA176A78C4675615AF958D0 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 : public MemoryManager_1_t0D4E8B6EB06EF4286313FE671C7AF0B10B873DF3 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 : public MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE : public MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 : public MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 : public MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A : public MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 : public MemoryManager_1_t52969D21181C6E83D9EF0C5DCC42A842A82F4457 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 : public MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 : public MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 : public MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED : public MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA : public MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F : public MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC : public MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 : public MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 : public MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 : public MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 : public MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 : public MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 : public MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 : public MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 : public MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 : public MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E : public MemoryManager_1_tEC1238441776B628014509035989771661756E25 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A : public MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 : public MemoryManager_1_tD7C96B63C74406871705468E6940325249A91AEE { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F : public MemoryManager_1_t11756AB814C50AA77358122CB53BDD3AC88E407A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F : public MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 : public MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____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_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * 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_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____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_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * 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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____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; } }; // SixLabors.ImageSharp.PixelFormats.Abgr32 struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::B uint8_t ___B_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::R uint8_t ___R_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_B_1() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___B_1)); } inline uint8_t get_B_1() const { return ___B_1; } inline uint8_t* get_address_of_B_1() { return &___B_1; } inline void set_B_1(uint8_t value) { ___B_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___G_2)); } inline uint8_t get_G_2() const { return ___G_2; } inline uint8_t* get_address_of_G_2() { return &___G_2; } inline void set_G_2(uint8_t value) { ___G_2 = value; } inline static int32_t get_offset_of_R_3() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___R_3)); } inline uint8_t get_R_3() const { return ___R_3; } inline uint8_t* get_address_of_R_3() { return &___R_3; } inline void set_R_3(uint8_t value) { ___R_3 = value; } }; struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor struct AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D : public CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor::k__BackingField RuntimeObject* ___U3CSamplerU3Ek__BackingField_0; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor::k__BackingField Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___U3CTransformMatrixU3Ek__BackingField_1; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor::k__BackingField Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___U3CDestinationSizeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSamplerU3Ek__BackingField_0() { return static_cast(offsetof(AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D, ___U3CSamplerU3Ek__BackingField_0)); } inline RuntimeObject* get_U3CSamplerU3Ek__BackingField_0() const { return ___U3CSamplerU3Ek__BackingField_0; } inline RuntimeObject** get_address_of_U3CSamplerU3Ek__BackingField_0() { return &___U3CSamplerU3Ek__BackingField_0; } inline void set_U3CSamplerU3Ek__BackingField_0(RuntimeObject* value) { ___U3CSamplerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSamplerU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CTransformMatrixU3Ek__BackingField_1() { return static_cast(offsetof(AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D, ___U3CTransformMatrixU3Ek__BackingField_1)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_U3CTransformMatrixU3Ek__BackingField_1() const { return ___U3CTransformMatrixU3Ek__BackingField_1; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_U3CTransformMatrixU3Ek__BackingField_1() { return &___U3CTransformMatrixU3Ek__BackingField_1; } inline void set_U3CTransformMatrixU3Ek__BackingField_1(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___U3CTransformMatrixU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CDestinationSizeU3Ek__BackingField_2() { return static_cast(offsetof(AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D, ___U3CDestinationSizeU3Ek__BackingField_2)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_U3CDestinationSizeU3Ek__BackingField_2() const { return ___U3CDestinationSizeU3Ek__BackingField_2; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_U3CDestinationSizeU3Ek__BackingField_2() { return &___U3CDestinationSizeU3Ek__BackingField_2; } inline void set_U3CDestinationSizeU3Ek__BackingField_2(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___U3CDestinationSizeU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.AllocationOptions struct AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5 { public: // System.Int32 SixLabors.ImageSharp.Memory.AllocationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Argb32 struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::R uint8_t ___R_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::B uint8_t ___B_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_R_1() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___R_1)); } inline uint8_t get_R_1() const { return ___R_1; } inline uint8_t* get_address_of_R_1() { return &___R_1; } inline void set_R_1(uint8_t value) { ___R_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___G_2)); } inline uint8_t get_G_2() const { return ___G_2; } inline uint8_t* get_address_of_G_2() { return &___G_2; } inline void set_G_2(uint8_t value) { ___G_2 = value; } inline static int32_t get_offset_of_B_3() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___B_3)); } inline uint8_t get_B_3() const { return ___B_3; } inline uint8_t* get_address_of_B_3() { return &___B_3; } inline void set_B_3(uint8_t value) { ___B_3 = value; } }; struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra32 struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::B uint8_t ___B_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::R uint8_t ___R_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_R_2() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8 struct Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 { public: union { #pragma pack(push, tp, 1) struct { // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8/e__FixedBuffer SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8::data U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B ___data_0; }; #pragma pack(pop, tp) struct { U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B ___data_0_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37, ___data_0)); } inline U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B get_data_0() const { return ___data_0; } inline U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B * get_address_of_data_0() { return &___data_0; } inline void set_data_0(U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B value) { ___data_0 = value; } }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // SixLabors.ImageSharp.ComplexVector4 struct ComplexVector4_t88219122749587130667C01407E5E785BC2055EB { public: // System.Numerics.Vector4 SixLabors.ImageSharp.ComplexVector4::Real Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Real_0; // System.Numerics.Vector4 SixLabors.ImageSharp.ComplexVector4::Imaginary Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Imaginary_1; public: inline static int32_t get_offset_of_Real_0() { return static_cast(offsetof(ComplexVector4_t88219122749587130667C01407E5E785BC2055EB, ___Real_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Real_0() const { return ___Real_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Real_0() { return &___Real_0; } inline void set_Real_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Real_0 = value; } inline static int32_t get_offset_of_Imaginary_1() { return static_cast(offsetof(ComplexVector4_t88219122749587130667C01407E5E785BC2055EB, ___Imaginary_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Imaginary_1() const { return ___Imaginary_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Imaginary_1() { return &___Imaginary_1; } inline void set_Imaginary_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Imaginary_1 = 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_t11B098DD9AD21AB015871A94DB7DC9A70A10509F { 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_t11B098DD9AD21AB015871A94DB7DC9A70A10509F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Image::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Image::size Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___size_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Image::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_2; // SixLabors.ImageSharp.Formats.PixelTypeInfo SixLabors.ImageSharp.Image::k__BackingField PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * ___U3CPixelTypeU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Image::k__BackingField ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * ___U3CMetadataU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___size_1)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_size_1() const { return ___size_1; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_size_1() { return &___size_1; } inline void set_size_1(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___size_1 = value; } inline static int32_t get_offset_of_configuration_2() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___configuration_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_2() const { return ___configuration_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_2() { return &___configuration_2; } inline void set_configuration_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_2), (void*)value); } inline static int32_t get_offset_of_U3CPixelTypeU3Ek__BackingField_3() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CPixelTypeU3Ek__BackingField_3)); } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * get_U3CPixelTypeU3Ek__BackingField_3() const { return ___U3CPixelTypeU3Ek__BackingField_3; } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E ** get_address_of_U3CPixelTypeU3Ek__BackingField_3() { return &___U3CPixelTypeU3Ek__BackingField_3; } inline void set_U3CPixelTypeU3Ek__BackingField_3(PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * value) { ___U3CPixelTypeU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelTypeU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_4() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CMetadataU3Ek__BackingField_4)); } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * get_U3CMetadataU3Ek__BackingField_4() const { return ___U3CMetadataU3Ek__BackingField_4; } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA ** get_address_of_U3CMetadataU3Ek__BackingField_4() { return &___U3CMetadataU3Ek__BackingField_4; } inline void set_U3CMetadataU3Ek__BackingField_4(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * value) { ___U3CMetadataU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_4), (void*)value); } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.PixelFormats.L8 struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.L8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.La16 struct La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.La16::L uint8_t ___L_2; }; #pragma pack(pop, tp) struct { uint8_t ___L_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___A_3_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.La16::A uint8_t ___A_3; }; #pragma pack(pop, tp) struct { char ___A_3_OffsetPadding_forAlignmentOnly[1]; uint8_t ___A_3_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677, ___L_2)); } inline uint8_t get_L_2() const { return ___L_2; } inline uint8_t* get_address_of_L_2() { return &___L_2; } inline void set_L_2(uint8_t value) { ___L_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.La16::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.La16::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C { public: // System.Void* System.Buffers.MemoryHandle::_pointer void* ____pointer_0; // System.Runtime.InteropServices.GCHandle System.Buffers.MemoryHandle::_handle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; // System.Buffers.IPinnable System.Buffers.MemoryHandle::_pinnable RuntimeObject* ____pinnable_2; public: inline static int32_t get_offset_of__pointer_0() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____pointer_0)); } inline void* get__pointer_0() const { return ____pointer_0; } inline void** get_address_of__pointer_0() { return &____pointer_0; } inline void set__pointer_0(void* value) { ____pointer_0 = value; } inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____handle_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get__handle_1() const { return ____handle_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ____handle_1 = value; } inline static int32_t get_offset_of__pinnable_2() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____pinnable_2)); } inline RuntimeObject* get__pinnable_2() const { return ____pinnable_2; } inline RuntimeObject** get_address_of__pinnable_2() { return &____pinnable_2; } inline void set__pinnable_2(RuntimeObject* value) { ____pinnable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_pinvoke { void* ____pointer_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; RuntimeObject* ____pinnable_2; }; // Native definition for COM marshalling of System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_com { void* ____pointer_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; RuntimeObject* ____pinnable_2; }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2 struct NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::Half Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Half_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::MinusOne Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___MinusOne_1; public: inline static int32_t get_offset_of_Half_0() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields, ___Half_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Half_0() const { return ___Half_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Half_0() { return &___Half_0; } inline void set_Half_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Half_0 = value; } inline static int32_t get_offset_of_MinusOne_1() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields, ___MinusOne_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_MinusOne_1() const { return ___MinusOne_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_MinusOne_1() { return &___MinusOne_1; } inline void set_MinusOne_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___MinusOne_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4 struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::MinusOne Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MinusOne_1; public: inline static int32_t get_offset_of_Half_0() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields, ___Half_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_0() const { return ___Half_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_0() { return &___Half_0; } inline void set_Half_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_0 = value; } inline static int32_t get_offset_of_MinusOne_1() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields, ___MinusOne_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MinusOne_1() const { return ___MinusOne_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MinusOne_1() { return &___MinusOne_1; } inline void set_MinusOne_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MinusOne_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2 struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Min Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields, ___Min_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Min_1() const { return ___Min_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4 struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Min Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields, ___Max_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_0() const { return ___Max_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields, ___Min_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Min_1() const { return ___Min_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Min_1 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // SixLabors.ImageSharp.ReadOrigin struct ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8 { public: // System.Int32 SixLabors.ImageSharp.ReadOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor struct ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B : public CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::k__BackingField int32_t ___U3CDestinationWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::k__BackingField int32_t ___U3CDestinationHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CDestinationRectangleU3Ek__BackingField_2; // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::k__BackingField ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___U3COptionsU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CDestinationWidthU3Ek__BackingField_0() { return static_cast(offsetof(ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B, ___U3CDestinationWidthU3Ek__BackingField_0)); } inline int32_t get_U3CDestinationWidthU3Ek__BackingField_0() const { return ___U3CDestinationWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CDestinationWidthU3Ek__BackingField_0() { return &___U3CDestinationWidthU3Ek__BackingField_0; } inline void set_U3CDestinationWidthU3Ek__BackingField_0(int32_t value) { ___U3CDestinationWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CDestinationHeightU3Ek__BackingField_1() { return static_cast(offsetof(ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B, ___U3CDestinationHeightU3Ek__BackingField_1)); } inline int32_t get_U3CDestinationHeightU3Ek__BackingField_1() const { return ___U3CDestinationHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CDestinationHeightU3Ek__BackingField_1() { return &___U3CDestinationHeightU3Ek__BackingField_1; } inline void set_U3CDestinationHeightU3Ek__BackingField_1(int32_t value) { ___U3CDestinationHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CDestinationRectangleU3Ek__BackingField_2() { return static_cast(offsetof(ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B, ___U3CDestinationRectangleU3Ek__BackingField_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CDestinationRectangleU3Ek__BackingField_2() const { return ___U3CDestinationRectangleU3Ek__BackingField_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CDestinationRectangleU3Ek__BackingField_2() { return &___U3CDestinationRectangleU3Ek__BackingField_2; } inline void set_U3CDestinationRectangleU3Ek__BackingField_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CDestinationRectangleU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_3() { return static_cast(offsetof(ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B, ___U3COptionsU3Ek__BackingField_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_U3COptionsU3Ek__BackingField_3() const { return ___U3COptionsU3Ek__BackingField_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_U3COptionsU3Ek__BackingField_3() { return &___U3COptionsU3Ek__BackingField_3; } inline void set_U3COptionsU3Ek__BackingField_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___U3COptionsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_3), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.Rg32 struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rg32::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_1() { return static_cast(offsetof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB, ___U3CPackedValueU3Ek__BackingField_1)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_1() const { return ___U3CPackedValueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_1() { return &___U3CPackedValueU3Ek__BackingField_1; } inline void set_U3CPackedValueU3Ek__BackingField_1(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_1 = value; } }; struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Rg32::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb24 struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::R uint8_t ___R_0; }; #pragma pack(pop, tp) struct { uint8_t ___R_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___B_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::B uint8_t ___B_2; }; #pragma pack(pop, tp) struct { char ___B_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___B_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___R_0)); } inline uint8_t get_R_0() const { return ___R_0; } inline uint8_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint8_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___B_2)); } inline uint8_t get_B_2() const { return ___B_2; } inline uint8_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint8_t value) { ___B_2 = value; } }; struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgb24::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_3; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgb24::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_4; public: inline static int32_t get_offset_of_MaxBytes_3() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields, ___MaxBytes_3)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_3() const { return ___MaxBytes_3; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_3() { return &___MaxBytes_3; } inline void set_MaxBytes_3(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_3 = value; } inline static int32_t get_offset_of_Half_4() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields, ___Half_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_4() const { return ___Half_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_4() { return &___Half_4; } inline void set_Half_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_4 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba1010102 struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rgba1010102::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_1() { return static_cast(offsetof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC, ___U3CPackedValueU3Ek__BackingField_1)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_1() const { return ___U3CPackedValueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_1() { return &___U3CPackedValueU3Ek__BackingField_1; } inline void set_U3CPackedValueU3Ek__BackingField_1(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_1 = value; } }; struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba1010102::Multiplier Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Multiplier_0; public: inline static int32_t get_offset_of_Multiplier_0() { return static_cast(offsetof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields, ___Multiplier_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Multiplier_0() const { return ___Multiplier_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Multiplier_0() { return &___Multiplier_0; } inline void set_Multiplier_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Multiplier_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba32 struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::R uint8_t ___R_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::B uint8_t ___B_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___R_0)); } inline uint8_t get_R_0() const { return ___R_0; } inline uint8_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint8_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___B_2)); } inline uint8_t get_B_2() const { return ___B_2; } inline uint8_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint8_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // SixLabors.ImageSharp.PixelFormats.RgbaVector struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 { public: // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::R float ___R_0; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::G float ___G_1; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::B float ___B_2; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::A float ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___R_0)); } inline float get_R_0() const { return ___R_0; } inline float* get_address_of_R_0() { return &___R_0; } inline void set_R_0(float value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___G_1)); } inline float get_G_1() const { return ___G_1; } inline float* get_address_of_G_1() { return &___G_1; } inline void set_G_1(float value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___B_2)); } inline float get_B_2() const { return ___B_2; } inline float* get_address_of_B_2() { return &___B_2; } inline void set_B_2(float value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___A_3)); } inline float get_A_3() const { return ___A_3; } inline float* get_address_of_A_3() { return &___A_3; } inline void set_A_3(float value) { ___A_3 = value; } }; struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.RgbaVector::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.RgbaVector::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_Max_4() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields, ___Max_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_4() const { return ___Max_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_4() { return &___Max_4; } inline void set_Max_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // 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; } }; // SixLabors.ImageSharp.PixelFormats.Short2 struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Short2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Short2::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Short2::Min Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields, ___Min_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Min_1() const { return ___Min_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.Short4 struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.Short4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Short4::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Short4::Min Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields, ___Max_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_0() const { return ___Max_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields, ___Min_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Min_1() const { return ___Min_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Min_1 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 : public ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA : public ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 : public ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C : public ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 : public ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF : public ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 : public ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 : public ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB : public ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E : public ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A : public ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 : public ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 : public ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 : public ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 : public ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 : public ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 : public ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE : public ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF : public ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 : public ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC : public ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D : public ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB : public ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 : public ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A : public ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 : public ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C : public ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B : public ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE : public ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE : public ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE, ___U3CArrayU3Ek__BackingField_1)); } inline A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 : public ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903, ___U3CArrayU3Ek__BackingField_1)); } inline Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C : public ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C, ___U3CArrayU3Ek__BackingField_1)); } inline Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 : public ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843, ___U3CArrayU3Ek__BackingField_1)); } inline Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C : public ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C, ___U3CArrayU3Ek__BackingField_1)); } inline Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD : public ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD, ___U3CArrayU3Ek__BackingField_1)); } inline Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 : public ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3, ___U3CArrayU3Ek__BackingField_1)); } inline Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 : public ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766, ___U3CArrayU3Ek__BackingField_1)); } inline Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 : public ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748, ___U3CArrayU3Ek__BackingField_1)); } inline Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 : public ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3, ___U3CArrayU3Ek__BackingField_1)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE : public ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE, ___U3CArrayU3Ek__BackingField_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 : public ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382, ___U3CArrayU3Ek__BackingField_1)); } inline Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 : public ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18, ___U3CArrayU3Ek__BackingField_1)); } inline ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 : public ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90, ___U3CArrayU3Ek__BackingField_1)); } inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 : public ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59, ___U3CArrayU3Ek__BackingField_1)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F : public ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F, ___U3CArrayU3Ek__BackingField_1)); } inline HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB : public ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB, ___U3CArrayU3Ek__BackingField_1)); } inline HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC : public ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC, ___U3CArrayU3Ek__BackingField_1)); } inline HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D : public ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D, ___U3CArrayU3Ek__BackingField_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 : public ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30, ___U3CArrayU3Ek__BackingField_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F : public ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F, ___U3CArrayU3Ek__BackingField_1)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D : public ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D, ___U3CArrayU3Ek__BackingField_1)); } inline L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 : public ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63, ___U3CArrayU3Ek__BackingField_1)); } inline L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 : public ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0, ___U3CArrayU3Ek__BackingField_1)); } inline La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 : public ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530, ___U3CArrayU3Ek__BackingField_1)); } inline La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 : public ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA : public ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F : public ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 : public ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD : public ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD, ___U3CArrayU3Ek__BackingField_1)); } inline Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 : public ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18, ___U3CArrayU3Ek__BackingField_1)); } inline Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD : public ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD, ___U3CArrayU3Ek__BackingField_1)); } inline Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B : public ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B, ___U3CArrayU3Ek__BackingField_1)); } inline Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 : public ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015, ___U3CArrayU3Ek__BackingField_1)); } inline Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F : public ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F, ___U3CArrayU3Ek__BackingField_1)); } inline Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 : public ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4, ___U3CArrayU3Ek__BackingField_1)); } inline RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 : public ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525, ___U3CArrayU3Ek__BackingField_1)); } inline Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 : public ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39, ___U3CArrayU3Ek__BackingField_1)); } inline Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F : public ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F, ___U3CArrayU3Ek__BackingField_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E : public ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E, ___U3CArrayU3Ek__BackingField_1)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 : public ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359, ___U3CArrayU3Ek__BackingField_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 : public ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86, ___U3CArrayU3Ek__BackingField_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 : public ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897, ___U3CArrayU3Ek__BackingField_1)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1, ___frames_5)); } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1, ___frames_5)); } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D, ___frames_5)); } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438, ___frames_5)); } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5, ___frames_5)); } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1, ___frames_5)); } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C, ___frames_5)); } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1, ___frames_5)); } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA, ___frames_5)); } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364, ___frames_5)); } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0, ___frames_5)); } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E, ___frames_5)); } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296, ___frames_5)); } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376, ___frames_5)); } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64, ___frames_5)); } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854, ___frames_5)); } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E, ___frames_5)); } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD, ___frames_5)); } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902, ___frames_5)); } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35, ___frames_5)); } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E, ___frames_5)); } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B, ___frames_5)); } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F, ___frames_5)); } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227, ___frames_5)); } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E, ___frames_5)); } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0, ___frames_5)); } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535, ___frames_5)); } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7, ___frames_5)); } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3, ___frames_5)); } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B : public CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 : public CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 : public CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B : public CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C : public CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t47C94E870DC5433DB561416A07A1EFEFCC9CF270 : public CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tBA176686F79CD9D281140DC85B945DAF6DEC37CF : public CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t29A3C64A4C177064DA2F06B0B5F73ED7242C8789 : public CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t08D4E1F1A2F52857E432446F52980FFE90F95DE9 : public CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t1E99DE957D51B0621C38856A2A7881019049BADD : public CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t4CB9A229A4BDAA0B9E8B9F3B72DD39A0454BF414 : public CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t14D8BA577DE0840771BD92D77DB74F33C83540D9 : public CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t60D97CF35FC5E63EA80B3B0AABD7D8E1EB5F84C3 : public CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t2C4BA4D6CF111A93AB40CCFB0A1FD693882CD993 : public CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t25CEBFCCF59479D0C7CD50BACFE3CE288498DC26 : public CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t11DAF8F3577DF5AE1D74C9B50779E55BE2FB6F2E : public CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t0B8103D263249BF05338F0EC99632C0FE9625B4F : public CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t0C2886241377604F2D24AAC961C03E424137D2D3 : public CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t144BE68FB4ACB1EA1D23FCF9A5468A90A9D8C834 : public CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t4DEB95785B85AD382FD5C59A5A1FD19AE3D88759 : public CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tC0A77D4701521F803693BF1E36E9BC47278B617C : public CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tAF0576D8C65C35FBFD53AECAACF1649768E64239 : public CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tBF5E00953EEA48B2F67A305D7C5DD280CBE7CF4E : public CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t8D97476395D15C8D5BB5091C25B1624C316B093B : public CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tDD6658A0AB71792BC00C0AD0C5F472216B5D0B3D : public CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t8167EC9BC0752A046D136D5D470D8744E5B733C3 : public CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t8B2F3FBBD722EA5DCD31CF1386216CD74C0DD5D9 : public CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tA5B77B987DC3B807B2C482CB044FF8401F36251D : public CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t6B5882DBA20F606E19FB450F6109226B66F85347 : public CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF { public: public: }; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Configuration::streamProcessingBufferSize int32_t ___streamProcessingBufferSize_1; // System.Int32 SixLabors.ImageSharp.Configuration::maxDegreeOfParallelism int32_t ___maxDegreeOfParallelism_2; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Configuration::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_3; // System.Boolean SixLabors.ImageSharp.Configuration::k__BackingField bool ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_6; // SixLabors.ImageSharp.ReadOrigin SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CReadOriginU3Ek__BackingField_7; // SixLabors.ImageSharp.Formats.ImageFormatManager SixLabors.ImageSharp.Configuration::k__BackingField ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * ___U3CImageFormatsManagerU3Ek__BackingField_8; // SixLabors.ImageSharp.IO.IFileSystem SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CFileSystemU3Ek__BackingField_9; // System.Int32 SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CImageOperationsProviderU3Ek__BackingField_11; public: inline static int32_t get_offset_of_streamProcessingBufferSize_1() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___streamProcessingBufferSize_1)); } inline int32_t get_streamProcessingBufferSize_1() const { return ___streamProcessingBufferSize_1; } inline int32_t* get_address_of_streamProcessingBufferSize_1() { return &___streamProcessingBufferSize_1; } inline void set_streamProcessingBufferSize_1(int32_t value) { ___streamProcessingBufferSize_1 = value; } inline static int32_t get_offset_of_maxDegreeOfParallelism_2() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___maxDegreeOfParallelism_2)); } inline int32_t get_maxDegreeOfParallelism_2() const { return ___maxDegreeOfParallelism_2; } inline int32_t* get_address_of_maxDegreeOfParallelism_2() { return &___maxDegreeOfParallelism_2; } inline void set_maxDegreeOfParallelism_2(int32_t value) { ___maxDegreeOfParallelism_2 = value; } inline static int32_t get_offset_of_memoryAllocator_3() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___memoryAllocator_3)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_3() const { return ___memoryAllocator_3; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_3() { return &___memoryAllocator_3; } inline void set_memoryAllocator_3(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_3), (void*)value); } inline static int32_t get_offset_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5)); } inline bool get_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() const { return ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline bool* get_address_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return &___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline void set_U3CPreferContiguousImageBuffersU3Ek__BackingField_5(bool value) { ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_6() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPropertiesU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_6() const { return ___U3CPropertiesU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_6() { return &___U3CPropertiesU3Ek__BackingField_6; } inline void set_U3CPropertiesU3Ek__BackingField_6(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CReadOriginU3Ek__BackingField_7() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CReadOriginU3Ek__BackingField_7)); } inline int32_t get_U3CReadOriginU3Ek__BackingField_7() const { return ___U3CReadOriginU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CReadOriginU3Ek__BackingField_7() { return &___U3CReadOriginU3Ek__BackingField_7; } inline void set_U3CReadOriginU3Ek__BackingField_7(int32_t value) { ___U3CReadOriginU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageFormatsManagerU3Ek__BackingField_8)); } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * get_U3CImageFormatsManagerU3Ek__BackingField_8() const { return ___U3CImageFormatsManagerU3Ek__BackingField_8; } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 ** get_address_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return &___U3CImageFormatsManagerU3Ek__BackingField_8; } inline void set_U3CImageFormatsManagerU3Ek__BackingField_8(ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * value) { ___U3CImageFormatsManagerU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageFormatsManagerU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CFileSystemU3Ek__BackingField_9() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CFileSystemU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CFileSystemU3Ek__BackingField_9() const { return ___U3CFileSystemU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CFileSystemU3Ek__BackingField_9() { return &___U3CFileSystemU3Ek__BackingField_9; } inline void set_U3CFileSystemU3Ek__BackingField_9(RuntimeObject* value) { ___U3CFileSystemU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileSystemU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10)); } inline int32_t get_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() const { return ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return &___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline void set_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10(int32_t value) { ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageOperationsProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CImageOperationsProviderU3Ek__BackingField_11() const { return ___U3CImageOperationsProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return &___U3CImageOperationsProviderU3Ek__BackingField_11; } inline void set_U3CImageOperationsProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CImageOperationsProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageOperationsProviderU3Ek__BackingField_11), (void*)value); } }; struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.Configuration::Lazy Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * ___Lazy_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Configuration::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CDefaultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_Lazy_0() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___Lazy_0)); } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * get_Lazy_0() const { return ___Lazy_0; } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E ** get_address_of_Lazy_0() { return &___Lazy_0; } inline void set_Lazy_0(Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * value) { ___Lazy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lazy_0), (void*)value); } inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_4() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___U3CDefaultU3Ek__BackingField_4)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CDefaultU3Ek__BackingField_4() const { return ___U3CDefaultU3Ek__BackingField_4; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CDefaultU3Ek__BackingField_4() { return &___U3CDefaultU3Ek__BackingField_4; } inline void set_U3CDefaultU3Ek__BackingField_4(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CDefaultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_4), (void*)value); } }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap struct ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::sourceLength int32_t ___sourceLength_1; // System.Double SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::ratio double ___ratio_2; // System.Double SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::scale double ___scale_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::radius int32_t ___radius_4; // System.Buffers.MemoryHandle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::pinHandle MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C ___pinHandle_5; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::data Buffer2D_1_tB2C9A569D72248325F9E8D94F817130C39A52001 * ___data_6; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel[] SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::kernels ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* ___kernels_7; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::isDisposed bool ___isDisposed_8; // System.Double[] SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::tempValues DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___tempValues_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::k__BackingField int32_t ___U3CDestinationLengthU3Ek__BackingField_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::k__BackingField int32_t ___U3CMaxDiameterU3Ek__BackingField_11; public: inline static int32_t get_offset_of_sourceLength_1() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___sourceLength_1)); } inline int32_t get_sourceLength_1() const { return ___sourceLength_1; } inline int32_t* get_address_of_sourceLength_1() { return &___sourceLength_1; } inline void set_sourceLength_1(int32_t value) { ___sourceLength_1 = value; } inline static int32_t get_offset_of_ratio_2() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___ratio_2)); } inline double get_ratio_2() const { return ___ratio_2; } inline double* get_address_of_ratio_2() { return &___ratio_2; } inline void set_ratio_2(double value) { ___ratio_2 = value; } inline static int32_t get_offset_of_scale_3() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___scale_3)); } inline double get_scale_3() const { return ___scale_3; } inline double* get_address_of_scale_3() { return &___scale_3; } inline void set_scale_3(double value) { ___scale_3 = value; } inline static int32_t get_offset_of_radius_4() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___radius_4)); } inline int32_t get_radius_4() const { return ___radius_4; } inline int32_t* get_address_of_radius_4() { return &___radius_4; } inline void set_radius_4(int32_t value) { ___radius_4 = value; } inline static int32_t get_offset_of_pinHandle_5() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___pinHandle_5)); } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C get_pinHandle_5() const { return ___pinHandle_5; } inline MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * get_address_of_pinHandle_5() { return &___pinHandle_5; } inline void set_pinHandle_5(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C value) { ___pinHandle_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___pinHandle_5))->____pinnable_2), (void*)NULL); } inline static int32_t get_offset_of_data_6() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___data_6)); } inline Buffer2D_1_tB2C9A569D72248325F9E8D94F817130C39A52001 * get_data_6() const { return ___data_6; } inline Buffer2D_1_tB2C9A569D72248325F9E8D94F817130C39A52001 ** get_address_of_data_6() { return &___data_6; } inline void set_data_6(Buffer2D_1_tB2C9A569D72248325F9E8D94F817130C39A52001 * value) { ___data_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_6), (void*)value); } inline static int32_t get_offset_of_kernels_7() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___kernels_7)); } inline ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* get_kernels_7() const { return ___kernels_7; } inline ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0** get_address_of_kernels_7() { return &___kernels_7; } inline void set_kernels_7(ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* value) { ___kernels_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_7), (void*)value); } inline static int32_t get_offset_of_isDisposed_8() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___isDisposed_8)); } inline bool get_isDisposed_8() const { return ___isDisposed_8; } inline bool* get_address_of_isDisposed_8() { return &___isDisposed_8; } inline void set_isDisposed_8(bool value) { ___isDisposed_8 = value; } inline static int32_t get_offset_of_tempValues_9() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___tempValues_9)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_tempValues_9() const { return ___tempValues_9; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_tempValues_9() { return &___tempValues_9; } inline void set_tempValues_9(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___tempValues_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempValues_9), (void*)value); } inline static int32_t get_offset_of_U3CDestinationLengthU3Ek__BackingField_10() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___U3CDestinationLengthU3Ek__BackingField_10)); } inline int32_t get_U3CDestinationLengthU3Ek__BackingField_10() const { return ___U3CDestinationLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CDestinationLengthU3Ek__BackingField_10() { return &___U3CDestinationLengthU3Ek__BackingField_10; } inline void set_U3CDestinationLengthU3Ek__BackingField_10(int32_t value) { ___U3CDestinationLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CMaxDiameterU3Ek__BackingField_11() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640, ___U3CMaxDiameterU3Ek__BackingField_11)); } inline int32_t get_U3CMaxDiameterU3Ek__BackingField_11() const { return ___U3CMaxDiameterU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CMaxDiameterU3Ek__BackingField_11() { return &___U3CMaxDiameterU3Ek__BackingField_11; } inline void set_U3CMaxDiameterU3Ek__BackingField_11(int32_t value) { ___U3CMaxDiameterU3Ek__BackingField_11 = value; } }; struct ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields { public: // SixLabors.ImageSharp.TolerantMath SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::TolerantMath TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 ___TolerantMath_0; public: inline static int32_t get_offset_of_TolerantMath_0() { return static_cast(offsetof(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields, ___TolerantMath_0)); } inline TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 get_TolerantMath_0() const { return ___TolerantMath_0; } inline TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * get_address_of_TolerantMath_0() { return &___TolerantMath_0; } inline void set_TolerantMath_0(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 value) { ___TolerantMath_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor struct RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 : public AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::k__BackingField float ___U3CDegreesU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CDegreesU3Ek__BackingField_3() { return static_cast(offsetof(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9, ___U3CDegreesU3Ek__BackingField_3)); } inline float get_U3CDegreesU3Ek__BackingField_3() const { return ___U3CDegreesU3Ek__BackingField_3; } inline float* get_address_of_U3CDegreesU3Ek__BackingField_3() { return &___U3CDegreesU3Ek__BackingField_3; } inline void set_U3CDegreesU3Ek__BackingField_3(float value) { ___U3CDegreesU3Ek__BackingField_3 = value; } }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // 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); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 : public TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___source_6)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___destination_7)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 : public TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___source_6)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_source_6() const { return ___source_6; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___destination_7)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C : public TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___source_6)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___destination_7)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 : public TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___source_6)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_source_6() const { return ___source_6; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___destination_7)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B : public TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___source_6)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___destination_7)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466 : public TransformProcessor_1_t47C94E870DC5433DB561416A07A1EFEFCC9CF270 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466, ___source_6)); } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * get_source_6() const { return ___source_6; } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466, ___destination_7)); } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C : public TransformProcessor_1_tBA176686F79CD9D281140DC85B945DAF6DEC37CF { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C, ___source_6)); } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C, ___destination_7)); } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653 : public TransformProcessor_1_t29A3C64A4C177064DA2F06B0B5F73ED7242C8789 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653, ___source_6)); } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653, ___destination_7)); } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF : public TransformProcessor_1_t08D4E1F1A2F52857E432446F52980FFE90F95DE9 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF, ___source_6)); } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF, ___destination_7)); } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7 : public TransformProcessor_1_t1E99DE957D51B0621C38856A2A7881019049BADD { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7, ___source_6)); } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * get_source_6() const { return ___source_6; } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7, ___destination_7)); } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121 : public TransformProcessor_1_t4CB9A229A4BDAA0B9E8B9F3B72DD39A0454BF414 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121, ___source_6)); } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * get_source_6() const { return ___source_6; } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121, ___destination_7)); } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D : public TransformProcessor_1_t14D8BA577DE0840771BD92D77DB74F33C83540D9 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D, ___source_6)); } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D, ___destination_7)); } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826 : public TransformProcessor_1_t60D97CF35FC5E63EA80B3B0AABD7D8E1EB5F84C3 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826, ___source_6)); } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * get_source_6() const { return ___source_6; } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826, ___destination_7)); } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870 : public TransformProcessor_1_t2C4BA4D6CF111A93AB40CCFB0A1FD693882CD993 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870, ___source_6)); } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870, ___destination_7)); } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5 : public TransformProcessor_1_t25CEBFCCF59479D0C7CD50BACFE3CE288498DC26 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5, ___source_6)); } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5, ___destination_7)); } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1 : public TransformProcessor_1_t11DAF8F3577DF5AE1D74C9B50779E55BE2FB6F2E { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1, ___source_6)); } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1, ___destination_7)); } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5 : public TransformProcessor_1_t0B8103D263249BF05338F0EC99632C0FE9625B4F { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5, ___source_6)); } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5, ___destination_7)); } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1 : public TransformProcessor_1_t0C2886241377604F2D24AAC961C03E424137D2D3 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1, ___source_6)); } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1, ___destination_7)); } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9 : public TransformProcessor_1_t144BE68FB4ACB1EA1D23FCF9A5468A90A9D8C834 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9, ___source_6)); } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9, ___destination_7)); } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484 : public TransformProcessor_1_t4DEB95785B85AD382FD5C59A5A1FD19AE3D88759 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484, ___source_6)); } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484, ___destination_7)); } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49 : public TransformProcessor_1_tC0A77D4701521F803693BF1E36E9BC47278B617C { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49, ___source_6)); } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * get_source_6() const { return ___source_6; } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49, ___destination_7)); } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48 : public TransformProcessor_1_tAF0576D8C65C35FBFD53AECAACF1649768E64239 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48, ___source_6)); } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48, ___destination_7)); } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA : public TransformProcessor_1_tBF5E00953EEA48B2F67A305D7C5DD280CBE7CF4E { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA, ___source_6)); } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA, ___destination_7)); } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C : public TransformProcessor_1_t8D97476395D15C8D5BB5091C25B1624C316B093B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C, ___source_6)); } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * get_source_6() const { return ___source_6; } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C, ___destination_7)); } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F : public TransformProcessor_1_tDD6658A0AB71792BC00C0AD0C5F472216B5D0B3D { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F, ___source_6)); } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F, ___destination_7)); } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7 : public TransformProcessor_1_t8167EC9BC0752A046D136D5D470D8744E5B733C3 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7, ___source_6)); } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7, ___destination_7)); } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B : public TransformProcessor_1_t8B2F3FBBD722EA5DCD31CF1386216CD74C0DD5D9 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B, ___source_6)); } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B, ___destination_7)); } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727 : public TransformProcessor_1_tA5B77B987DC3B807B2C482CB044FF8401F36251D { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727, ___source_6)); } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727, ___destination_7)); } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D : public TransformProcessor_1_t6B5882DBA20F606E19FB450F6109226B66F85347 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D, ___source_6)); } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * get_source_6() const { return ___source_6; } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D, ___destination_7)); } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA : public TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destination_8)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_destination_8() const { return ___destination_8; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D : public TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destination_8)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_destination_8() const { return ___destination_8; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA : public TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destination_8)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_destination_8() const { return ___destination_8; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 : public TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destination_8)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_destination_8() const { return ___destination_8; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 : public TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destination_8)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_destination_8() const { return ___destination_8; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5 : public TransformProcessor_1_t47C94E870DC5433DB561416A07A1EFEFCC9CF270 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5, ___destination_8)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_destination_8() const { return ___destination_8; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718 : public TransformProcessor_1_tBA176686F79CD9D281140DC85B945DAF6DEC37CF { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718, ___destination_8)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_destination_8() const { return ___destination_8; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1 : public TransformProcessor_1_t29A3C64A4C177064DA2F06B0B5F73ED7242C8789 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1, ___destination_8)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_destination_8() const { return ___destination_8; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840 : public TransformProcessor_1_t08D4E1F1A2F52857E432446F52980FFE90F95DE9 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840, ___destination_8)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_destination_8() const { return ___destination_8; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85 : public TransformProcessor_1_t1E99DE957D51B0621C38856A2A7881019049BADD { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85, ___destination_8)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_destination_8() const { return ___destination_8; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506 : public TransformProcessor_1_t4CB9A229A4BDAA0B9E8B9F3B72DD39A0454BF414 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506, ___destination_8)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_destination_8() const { return ___destination_8; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854 : public TransformProcessor_1_t14D8BA577DE0840771BD92D77DB74F33C83540D9 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854, ___destination_8)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_destination_8() const { return ___destination_8; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE : public TransformProcessor_1_t60D97CF35FC5E63EA80B3B0AABD7D8E1EB5F84C3 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE, ___destination_8)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_destination_8() const { return ___destination_8; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8 : public TransformProcessor_1_t2C4BA4D6CF111A93AB40CCFB0A1FD693882CD993 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8, ___destination_8)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_destination_8() const { return ___destination_8; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F : public TransformProcessor_1_t25CEBFCCF59479D0C7CD50BACFE3CE288498DC26 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F, ___destination_8)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_destination_8() const { return ___destination_8; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE : public TransformProcessor_1_t11DAF8F3577DF5AE1D74C9B50779E55BE2FB6F2E { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE, ___destination_8)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_destination_8() const { return ___destination_8; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1 : public TransformProcessor_1_t0B8103D263249BF05338F0EC99632C0FE9625B4F { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1, ___destination_8)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_destination_8() const { return ___destination_8; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343 : public TransformProcessor_1_t0C2886241377604F2D24AAC961C03E424137D2D3 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343, ___destination_8)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_destination_8() const { return ___destination_8; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9 : public TransformProcessor_1_t144BE68FB4ACB1EA1D23FCF9A5468A90A9D8C834 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9, ___destination_8)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_destination_8() const { return ___destination_8; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490 : public TransformProcessor_1_t4DEB95785B85AD382FD5C59A5A1FD19AE3D88759 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490, ___destination_8)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_destination_8() const { return ___destination_8; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177 : public TransformProcessor_1_tC0A77D4701521F803693BF1E36E9BC47278B617C { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177, ___destination_8)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_destination_8() const { return ___destination_8; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB : public TransformProcessor_1_tAF0576D8C65C35FBFD53AECAACF1649768E64239 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB, ___destination_8)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_destination_8() const { return ___destination_8; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1 : public TransformProcessor_1_tBF5E00953EEA48B2F67A305D7C5DD280CBE7CF4E { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1, ___destination_8)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_destination_8() const { return ___destination_8; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A : public TransformProcessor_1_t8D97476395D15C8D5BB5091C25B1624C316B093B { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A, ___destination_8)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_destination_8() const { return ___destination_8; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54 : public TransformProcessor_1_tDD6658A0AB71792BC00C0AD0C5F472216B5D0B3D { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54, ___destination_8)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_destination_8() const { return ___destination_8; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094 : public TransformProcessor_1_t8167EC9BC0752A046D136D5D470D8744E5B733C3 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094, ___destination_8)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_destination_8() const { return ___destination_8; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872 : public TransformProcessor_1_t8B2F3FBBD722EA5DCD31CF1386216CD74C0DD5D9 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872, ___destination_8)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_destination_8() const { return ___destination_8; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09 : public TransformProcessor_1_tA5B77B987DC3B807B2C482CB044FF8401F36251D { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09, ___destination_8)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_destination_8() const { return ___destination_8; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9 : public TransformProcessor_1_t6B5882DBA20F606E19FB450F6109226B66F85347 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9, ___destination_8)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_destination_8() const { return ___destination_8; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)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.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap/PeriodicKernelMap struct PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 : public ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap/PeriodicKernelMap::period int32_t ___period_12; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap/PeriodicKernelMap::cornerInterval int32_t ___cornerInterval_13; public: inline static int32_t get_offset_of_period_12() { return static_cast(offsetof(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2, ___period_12)); } inline int32_t get_period_12() const { return ___period_12; } inline int32_t* get_address_of_period_12() { return &___period_12; } inline void set_period_12(int32_t value) { ___period_12 = value; } inline static int32_t get_offset_of_cornerInterval_13() { return static_cast(offsetof(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2, ___cornerInterval_13)); } inline int32_t get_cornerInterval_13() const { return ___cornerInterval_13; } inline int32_t* get_address_of_cornerInterval_13() { return &___cornerInterval_13; } inline void set_cornerInterval_13(int32_t value) { ___cornerInterval_13 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t9797B756515E31E289E8591D7DF65E2E56B79D50 : public AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t9797B756515E31E289E8591D7DF65E2E56B79D50, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tBDAA133EE431B85C0C85B56FD980F15B1B9398B5 : public AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tBDAA133EE431B85C0C85B56FD980F15B1B9398B5, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tAA6D147D00CFDCF1A1AA8BBC14C0394A05879B7D : public AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tAA6D147D00CFDCF1A1AA8BBC14C0394A05879B7D, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tC1922AD5418BB7461C2032C853B97BB1911B0652 : public AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tC1922AD5418BB7461C2032C853B97BB1911B0652, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tAF9EC349AD5B0285EC8D1B283AC2E702C105DD80 : public AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tAF9EC349AD5B0285EC8D1B283AC2E702C105DD80, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t00EE8EDB64EEBF602D65F9D82EB60B61AF7BCE4F : public AffineTransformProcessor_1_t6782296679B8349547D1C7B2136182E299179466 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t00EE8EDB64EEBF602D65F9D82EB60B61AF7BCE4F, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tE3081CCE89265ED33582D7EFC32A1DA086AC6E93 : public AffineTransformProcessor_1_tFEE1003E2C37EAA0CE97902072C29038A8347B5C { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tE3081CCE89265ED33582D7EFC32A1DA086AC6E93, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tC9EBB1137BA373FC1850E4BD13EAFC4B8133F6C0 : public AffineTransformProcessor_1_t6C7DC265BE778F8FCAEEA16F43E2ACCB199BE653 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tC9EBB1137BA373FC1850E4BD13EAFC4B8133F6C0, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t55DD64A1EE88F00F8E8AD7289029570A4452C8D2 : public AffineTransformProcessor_1_t3AE5518725E3A851853AB4D8FC8EE755ACA03BDF { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t55DD64A1EE88F00F8E8AD7289029570A4452C8D2, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t0697A63E6FDBBE969194F2A22E5F79B2B6AB3E0D : public AffineTransformProcessor_1_t486D25DC3C74EFE899F9B18E938A99F5424A80C7 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t0697A63E6FDBBE969194F2A22E5F79B2B6AB3E0D, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t57BEA3F2ECDCF42DF76B67C44D3219A3E0B3BA00 : public AffineTransformProcessor_1_t2EEF6F5BF2740994742715C8D5031BCBEFBE4121 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t57BEA3F2ECDCF42DF76B67C44D3219A3E0B3BA00, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t82B963E58C1D0F47E6507D835954FD509410D2E8 : public AffineTransformProcessor_1_tE5F6D600E33CD278B3C807CD2C5379D8D50FAF5D { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t82B963E58C1D0F47E6507D835954FD509410D2E8, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tA774FBA4A7386D88DF9582BDC6AED49050555305 : public AffineTransformProcessor_1_t002F51E9F1A689C60C163F66F8CA4CCA71B6D826 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tA774FBA4A7386D88DF9582BDC6AED49050555305, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tE210A874DCC52E98170134F88A88CD7618875028 : public AffineTransformProcessor_1_t11B9C5928D3B59C80D6D87C4AB0DDBC5296AD870 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tE210A874DCC52E98170134F88A88CD7618875028, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t53DE97048D06039E21E0C65C100640E9661F5A26 : public AffineTransformProcessor_1_t250025FA96B47B7B473AFCC151EBD5BFEB2401E5 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t53DE97048D06039E21E0C65C100640E9661F5A26, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t5E0B255E690C544C0BDADB35696AD50F91D6946F : public AffineTransformProcessor_1_tB4844A7B50DE54C75AD61886F8EA1283D15721C1 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t5E0B255E690C544C0BDADB35696AD50F91D6946F, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t0D47D20125494E07BCB70DDC66DFE842F4D185DE : public AffineTransformProcessor_1_tC187E246C2C84FBA491B22509D69857EB207D3F5 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t0D47D20125494E07BCB70DDC66DFE842F4D185DE, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t23A3B6A610A23DCA3AB331734B37109F5BAB8AD3 : public AffineTransformProcessor_1_t8ABB7AC54522047DAB34884CADE22C8F99EBE9F1 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t23A3B6A610A23DCA3AB331734B37109F5BAB8AD3, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t18DA2EB61D8452EB58582B198D1D5F4A122E2D02 : public AffineTransformProcessor_1_tB2B22034FF8089A127A60A2B8AE3F0EF979454C9 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t18DA2EB61D8452EB58582B198D1D5F4A122E2D02, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t3B4290BE12D568D0191AB08C4B8E3F9DBA88F7CC : public AffineTransformProcessor_1_tC5E782ECA1565A01776B99EF54A7502746274484 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t3B4290BE12D568D0191AB08C4B8E3F9DBA88F7CC, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t860B5D58BE9B52857885DDD61F53B65A251B2972 : public AffineTransformProcessor_1_t469FCAEDB766EB782AE0B38B131449B7C0A25E49 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t860B5D58BE9B52857885DDD61F53B65A251B2972, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t4623530E15B1D081A77C9278B07FCB9332226346 : public AffineTransformProcessor_1_t327E79BAC83ED06EC07402412CA36A4C05B78A48 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t4623530E15B1D081A77C9278B07FCB9332226346, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tD6AE7B188F01EF7DCABE4D3B3D0DD5334E0503BE : public AffineTransformProcessor_1_t3AC3AC20DCFBE20EE296F172F83C45B096BDB1EA { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tD6AE7B188F01EF7DCABE4D3B3D0DD5334E0503BE, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tEE60E3D1D95414BE799AAE2E89DD25C751089282 : public AffineTransformProcessor_1_tDE6395FDEA71CF71D8EBDD47A223380A86BCD52C { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tEE60E3D1D95414BE799AAE2E89DD25C751089282, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tF9A31563F02A4A8A5F995BB4892807B2B3F8D4A4 : public AffineTransformProcessor_1_tBA0AE7DD3D269BBA6CD3D08DC9D8020B83925F2F { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tF9A31563F02A4A8A5F995BB4892807B2B3F8D4A4, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t7B091FCE56F253A007C1B1FA8DFF08AC4059E69E : public AffineTransformProcessor_1_t5D7976517A23B1F6CC40723D877FEA64D9ED5EB7 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t7B091FCE56F253A007C1B1FA8DFF08AC4059E69E, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_t171BB4E0F61F2F83E58A3D17763E64126B6929DC : public AffineTransformProcessor_1_t74BFB4E5A7A5269E79CFDF37EAF1E9B17359830B { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_t171BB4E0F61F2F83E58A3D17763E64126B6929DC, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tB2CA600296203DA64E58BA6C3304E217FEF90E08 : public AffineTransformProcessor_1_t328A67987116DBB77FCC0A11B8359182CF83B727 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tB2CA600296203DA64E58BA6C3304E217FEF90E08, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1 struct RotateProcessor_1_tF7E5C11C5EB24C4C10E4D082AE6FB76B5CDDF8F2 : public AffineTransformProcessor_1_tE6053CBFAA12D70C309C8E2A4A99E6CC8292117D { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor`1::degrees float ___degrees_8; public: inline static int32_t get_offset_of_degrees_8() { return static_cast(offsetof(RotateProcessor_1_tF7E5C11C5EB24C4C10E4D082AE6FB76B5CDDF8F2, ___degrees_8)); } inline float get_degrees_8() const { return ___degrees_8; } inline float* get_address_of_degrees_8() { return &___degrees_8; } inline void set_degrees_8(float value) { ___degrees_8 = value; } }; // 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.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 : public TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___type_info_26)); } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ValueType_10)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___EnumType_11)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ObjectType_12)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___StringType_13)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___DelegateType_14)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernel[] struct ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0 : public RuntimeArray { public: ALIGN_FIELD (8) ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 m_Items[1]; public: inline ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 * 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, ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Object[] struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873 : public RuntimeArray { public: ALIGN_FIELD (8) Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * m_Items[1]; public: inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** 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, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 m_Items[1]; public: inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * 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, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A m_Items[1]; public: inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * 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, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 m_Items[1]; public: inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * 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, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 m_Items[1]; public: inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * 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, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A m_Items[1]; public: inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * 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, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t885415045473B7F42DAE4C8679D299E13D170D6A m_Items[1]; public: inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * 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, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 m_Items[1]; public: inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * 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, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 m_Items[1]; public: inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * 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, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 m_Items[1]; public: inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * 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, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF m_Items[1]; public: inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * 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, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F m_Items[1]; public: inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * 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, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE m_Items[1]; public: inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * 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, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t4C99072E11077166377CCD2881DF934837F9BA3B m_Items[1]; public: inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * 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, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F m_Items[1]; public: inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * 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, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C m_Items[1]; public: inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * 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, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB m_Items[1]; public: inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * 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, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tB524CC81FBD87492BC411766CDB3040D1799053A m_Items[1]; public: inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A * 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, Moment_tB524CC81FBD87492BC411766CDB3040D1799053A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tB524CC81FBD87492BC411766CDB3040D1799053A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C m_Items[1]; public: inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C * 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, Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 m_Items[1]; public: inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 * 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, Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t94BC4CA21F440059214263A242302F917CFF4F8D m_Items[1]; public: inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D * 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, Moment_t94BC4CA21F440059214263A242302F917CFF4F8D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t94BC4CA21F440059214263A242302F917CFF4F8D value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD m_Items[1]; public: inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD * 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, Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE m_Items[1]; public: inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE * 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, Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 m_Items[1]; public: inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 * 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, Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 m_Items[1]; public: inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 * 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, Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF m_Items[1]; public: inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF * 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, Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D m_Items[1]; public: inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D * 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, Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 m_Items[1]; public: inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 * 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, Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 m_Items[1]; public: inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 * 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, Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 m_Items[1]; public: inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 * 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, Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.A8[] struct A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B : public RuntimeArray { public: ALIGN_FIELD (8) A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 m_Items[1]; public: inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * 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, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Abgr32[] struct Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283 : public RuntimeArray { public: ALIGN_FIELD (8) Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 m_Items[1]; public: inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * 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, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Argb32[] struct Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948 : public RuntimeArray { public: ALIGN_FIELD (8) Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD m_Items[1]; public: inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * 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, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr24[] struct Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8 : public RuntimeArray { public: ALIGN_FIELD (8) Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 m_Items[1]; public: inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * 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, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr565[] struct Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4 : public RuntimeArray { public: ALIGN_FIELD (8) Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C m_Items[1]; public: inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * 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, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra32[] struct Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581 : public RuntimeArray { public: ALIGN_FIELD (8) Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 m_Items[1]; public: inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * 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, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra4444[] struct Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC : public RuntimeArray { public: ALIGN_FIELD (8) Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 m_Items[1]; public: inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * 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, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra5551[] struct Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775 : public RuntimeArray { public: ALIGN_FIELD (8) Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 m_Items[1]; public: inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * 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, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8[] struct Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174 : public RuntimeArray { public: ALIGN_FIELD (8) Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 m_Items[1]; public: inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 * 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, Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 value) { m_Items[index] = value; } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Byte4[] struct Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765 : public RuntimeArray { public: ALIGN_FIELD (8) Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 m_Items[1]; public: inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * 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, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.ComplexVector4[] struct ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5 : public RuntimeArray { public: ALIGN_FIELD (8) ComplexVector4_t88219122749587130667C01407E5E785BC2055EB m_Items[1]; public: inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB * 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, ComplexVector4_t88219122749587130667C01407E5E785BC2055EB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ComplexVector4_t88219122749587130667C01407E5E785BC2055EB value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 m_Items[1]; public: inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfSingle[] struct HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454 : public RuntimeArray { public: ALIGN_FIELD (8) HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E m_Items[1]; public: inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * 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, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector2[] struct HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8 : public RuntimeArray { public: ALIGN_FIELD (8) HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC m_Items[1]; public: inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * 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, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector4[] struct HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0 : public RuntimeArray { public: ALIGN_FIELD (8) HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 m_Items[1]; public: inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * 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, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.L16[] struct L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D : public RuntimeArray { public: ALIGN_FIELD (8) L16_t82A3FD4325827CB571596BA0DA68B251F985D94F m_Items[1]; public: inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * 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, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.L8[] struct L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236 : public RuntimeArray { public: ALIGN_FIELD (8) L8_t0DC62ABA8124A587901AC9D023076EF568A23003 m_Items[1]; public: inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * 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, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.La16[] struct La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C : public RuntimeArray { public: ALIGN_FIELD (8) La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 m_Items[1]; public: inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * 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, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.La32[] struct La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE : public RuntimeArray { public: ALIGN_FIELD (8) La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 m_Items[1]; public: inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * 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, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2[] struct NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3 : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 m_Items[1]; public: inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * 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, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4[] struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 m_Items[1]; public: inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * 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, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2[] struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 m_Items[1]; public: inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * 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, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4[] struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83 : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 m_Items[1]; public: inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * 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, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rg32[] struct Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E : public RuntimeArray { public: ALIGN_FIELD (8) Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB m_Items[1]; public: inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * 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, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb24[] struct Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284 : public RuntimeArray { public: ALIGN_FIELD (8) Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 m_Items[1]; public: inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * 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, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb48[] struct Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058 : public RuntimeArray { public: ALIGN_FIELD (8) Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F m_Items[1]; public: inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * 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, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba1010102[] struct Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92 : public RuntimeArray { public: ALIGN_FIELD (8) Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC m_Items[1]; public: inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * 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, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba32[] struct Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9 : public RuntimeArray { public: ALIGN_FIELD (8) Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 m_Items[1]; public: inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * 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, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba64[] struct Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885 : public RuntimeArray { public: ALIGN_FIELD (8) Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F m_Items[1]; public: inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * 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, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.RgbaVector[] struct RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4 : public RuntimeArray { public: ALIGN_FIELD (8) RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 m_Items[1]; public: inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * 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, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Short2[] struct Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0 : public RuntimeArray { public: ALIGN_FIELD (8) Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 m_Items[1]; public: inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * 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, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Short4[] struct Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5 : public RuntimeArray { public: ALIGN_FIELD (8) Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C m_Items[1]; public: inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * 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, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 m_Items[1]; public: inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { m_Items[index] = value; } }; // System.Numerics.Complex[] struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5 : public RuntimeArray { public: ALIGN_FIELD (8) Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C m_Items[1]; public: inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * 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, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { m_Items[index] = value; } }; // MathNet.Numerics.Complex32[] struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9 : public RuntimeArray { public: ALIGN_FIELD (8) Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 m_Items[1]; public: inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * 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, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { m_Items[index] = value; } }; // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_gshared_inline (uint8_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method); // !!0& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___span0, const RuntimeMethod* method); // !!0& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_gshared (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___span0, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Void*,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_gshared_inline (uint8_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Subtract(!!0&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_gshared_inline (uint8_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.Unsafe::IsAddressLessThan(!!0&,!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_gshared_inline (uint8_t* ___left0, uint8_t* ___right1, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t* Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_gshared_inline (uint32_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_gshared_inline (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * ___source0, int32_t ___elementOffset1, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_gshared_inline (uint32_t* ___source0, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.Unsafe::IsAddressLessThan(!!0&,!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_gshared_inline (uint32_t* ___left0, uint32_t* ___right1, const RuntimeMethod* method); // System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo(T,T,System.String) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_gshared (int32_t ___value0, int32_t ___minimum1, String_t* ___name2, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BoxResampler_get_Radius_m8BC1B65200F5E7FB70B3DE87EC999EBA878A05F1 (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, const RuntimeMethod* method); // System.Double SixLabors.ImageSharp.TolerantMath::Ceiling(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline (TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * __this, double ___a0, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Numerics::GreatestCommonDivisor(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.TolerantMath::AreEqual(System.Double,System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline (TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * __this, double ___a0, double ___b1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519 (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator0, int32_t ___sourceLength1, int32_t ___destinationLength2, int32_t ___bufferHeight3, double ___ratio4, double ___scale5, int32_t ___radius6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap/PeriodicKernelMap::.ctor(SixLabors.ImageSharp.Memory.MemoryAllocator,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * __this, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator0, int32_t ___sourceLength1, int32_t ___destinationLength2, double ___ratio3, double ___scale4, int32_t ___radius5, int32_t ___period6, int32_t ___cornerInterval7, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::get_Radius() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CubicResampler_get_Radius_mC2425BDBDAA2D95DC1D97FF86133D419AB3E5E83_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::get_Radius() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LanczosResampler_get_Radius_m6503F65894F6272ADDAB2D6985AD1F1FCD5D54D2_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NearestNeighborResampler_get_Radius_m3707281D754B1C267E4D6F529B4FDC574400EF4C (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TriangleResampler_get_Radius_m65C464F7A34BF1B24AD26BC74842254B0FF18804 (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::get_Radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WelchResampler_get_Radius_m59FF2B02665A16A67DA2F6EADBC87E919F6150D1 (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::get_DestinationLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, 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); // UnityEngine.Object UnityEngine.Resources::GetBuiltinResource(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Resources_GetBuiltinResource_m59A7993A48D44A0002E532B7DD79BDA426E0C8A6 (Type_t * ___type0, String_t* ___path1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Resources_Load_m6E8E5EA02A03F3AFC8FD2D775263DBBC64BF205C (String_t* ___path0, Type_t * ___systemTypeInstance1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.RuntimeTypeHandle::HasReferences(System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2 (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___type0, const RuntimeMethod* method); // UnityEngine.ScriptableObject UnityEngine.ScriptableObject::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * ScriptableObject_CreateInstance_m5371BDC0B4F60FE15914A7BB3FBE07D0ACA0A8D4 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_mA2FC01AF136159906F30A85C950097BE67C824B8 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_Equals_mEF0A8A611838D99B799EC01C6EB6A8BE7F8087F8 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.DefaultPad3Shuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultPad3Shuffle4_RunFallbackShuffle_m32AE7BF157344AD1D51BA8DBA9E098E684DF5DAB_inline (DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.XYZWPad3Shuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XYZWPad3Shuffle4_RunFallbackShuffle_m7AC4E5D87A55D32116D30E6E69B39618EFC01BE7_inline (XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.DefaultShuffle3::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultShuffle3_RunFallbackShuffle_mF9F27DC7BABE2588757969F3F092553D9B4BF333_inline (DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.WXYZShuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WXYZShuffle4_RunFallbackShuffle_m5789FBFD6414F6E43007E66BE38E7B4E9AF6AD27_inline (WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.WZYXShuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WZYXShuffle4_RunFallbackShuffle_m4528BD7EF3B06FCF129544D71D66493C3FF2E2F8_inline (WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.XWZYShuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XWZYShuffle4_RunFallbackShuffle_mC393E144B49AFBE3997AF0955BF40A149EDEB6FC_inline (XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.YZWXShuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void YZWXShuffle4_RunFallbackShuffle_mC0C5E5FD796BE8F9DE26A2B6F745FACF54673D9A_inline (YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.ZYXWShuffle4::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ZYXWShuffle4_RunFallbackShuffle_mA0609F4B90863D181C60F4AE574A9FEF62DAAD49_inline (ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.DefaultShuffle4Slice3::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultShuffle4Slice3_RunFallbackShuffle_m27B99E6BAC7AF2FA534DC85BA357929ABCF68034_inline (DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.XYZWShuffle4Slice3::RunFallbackShuffle(System.ReadOnlySpan`1,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XYZWShuffle4Slice3_RunFallbackShuffle_mD035AB3CF20E0F56DE0CF3B27D17B86F5DA7CB22_inline (XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method); // System.Void SixLabors.Guard::MustBeGreaterThanOrEqualTo(System.Int32,System.Int32,System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline (int32_t ___value0, int32_t ___min1, String_t* ___parameterName2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD (intptr_t ___value0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495 (void* ___value0, const RuntimeMethod* method); // System.Int64 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB (intptr_t ___value0, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3 (intptr_t ___value0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51 (int64_t ___value0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.IntPtr) inline uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline (uint8_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method) { return (( uint8_t* (*) (uint8_t*, intptr_t, const RuntimeMethod*))Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_gshared_inline)(___source0, ___elementOffset1, method); } // System.Void System.Runtime.CompilerServices.Unsafe::CopyBlock(System.Byte&,System.Byte&,System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline (uint8_t* ___destination0, uint8_t* ___source1, uint32_t ___byteCount2, const RuntimeMethod* method); // System.Double System.Math::IEEERemainder(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_IEEERemainder_m2B06020D10636AC81B0DD05AE00C951A24C4186F (double ___x0, double ___y1, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.TolerantMath::IsZero(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TolerantMath_IsZero_m0F4FB74587785457A9EEA84FCF8E1141AA4D5200_inline (TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * __this, double ___a0, const RuntimeMethod* method); // !!0& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) inline uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___span0, const RuntimeMethod* method) { return (( uint8_t* (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_gshared)(___span0, method); } // !!0& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.Span`1) inline uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___span0, const RuntimeMethod* method) { return (( uint8_t* (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_gshared)(___span0, method); } // System.Void System.Span`1::.ctor(System.Void*,System.Int32) inline void Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_gshared_inline)(__this, ___pointer0, ___length1, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline uint32_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( uint32_t* (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_gshared_inline)(___source0, method); } // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.Int32) inline uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline (uint8_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { return (( uint8_t* (*) (uint8_t*, int32_t, const RuntimeMethod*))Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_gshared_inline)(___source0, ___elementOffset1, method); } // !!0& System.Runtime.CompilerServices.Unsafe::Subtract(!!0&,System.Int32) inline uint8_t* Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_inline (uint8_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { return (( uint8_t* (*) (uint8_t*, int32_t, const RuntimeMethod*))Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_gshared_inline)(___source0, ___elementOffset1, method); } // System.Boolean System.Runtime.CompilerServices.Unsafe::IsAddressLessThan(!!0&,!!0&) inline bool Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_inline (uint8_t* ___left0, uint8_t* ___right1, const RuntimeMethod* method) { return (( bool (*) (uint8_t*, uint8_t*, const RuntimeMethod*))Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_gshared_inline)(___left0, ___right1, method); } // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.Int32) inline uint32_t* Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline (uint32_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { return (( uint32_t* (*) (uint32_t*, int32_t, const RuntimeMethod*))Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_gshared_inline)(___source0, ___elementOffset1, method); } // System.UInt32 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline (uint32_t ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.Numerics::RotateLeft(System.UInt32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateLeft_mFBD7B59BD8D570DB00CF58619A97C58E43F796F2_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.Numerics::RotateRight(System.UInt32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateRight_mC3B87E26084B78FCBAC8060E45CAD67FB8607859_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, const RuntimeMethod*))Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_gshared_inline)(__this, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_gshared_inline)(___source0, method); } // System.Int32 SixLabors.ImageSharp.Numerics::Modulo4(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Numerics_Modulo4_mF2D63AE8A1413345A0CD8B31CC0F167EBCEB2A1B_inline (int32_t ___x0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.Int32) inline Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { return (( Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * (*) (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *, int32_t, const RuntimeMethod*))Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_gshared_inline)(___source0, ___elementOffset1, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_inline (uint32_t* ___source0, const RuntimeMethod* method) { return (( Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * (*) (uint32_t*, const RuntimeMethod*))Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_gshared_inline)(___source0, method); } // System.Boolean System.Runtime.CompilerServices.Unsafe::IsAddressLessThan(!!0&,!!0&) inline bool Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_inline (uint32_t* ___left0, uint32_t* ___right1, const RuntimeMethod* method) { return (( bool (*) (uint32_t*, uint32_t*, const RuntimeMethod*))Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_gshared_inline)(___left0, ___right1, method); } // System.Void SixLabors.ThrowHelper::ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo(T,T,System.String) inline void ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB (int32_t ___value0, int32_t ___minimum1, String_t* ___name2, const RuntimeMethod* method) { (( void (*) (int32_t, int32_t, String_t*, const RuntimeMethod*))ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_gshared)(___value0, ___minimum1, ___name2, method); } // System.UInt32 SixLabors.ImageSharp.Numerics::RotateLeftSoftwareFallback(System.UInt32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateLeftSoftwareFallback_m054313DFBC2A44C200287A75101AD955B7E86BE9_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.Numerics::RotateRightSoftwareFallback(System.UInt32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateRightSoftwareFallback_mD658453171557DE805EEF158AD04FD40B72699F1_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException_InvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5 (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Calculate(TResampler&,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * ResizeKernelMap_Calculate_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_m0E87E961748BD724A2BA42D02539C0F1B0DBB720_gshared (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * ___sampler0, int32_t ___destinationSize1, int32_t ___sourceSize2, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; int32_t V_2 = 0; int32_t V_3 = 0; double V_4 = 0.0; double V_5 = 0.0; int32_t V_6 = 0; BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 V_7; memset((&V_7), 0, sizeof(V_7)); ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * G_B7_0 = NULL; { int32_t L_0 = ___sourceSize2; int32_t L_1 = ___destinationSize1; V_0 = (double)((double)((double)((double)((double)L_0))/(double)((double)((double)L_1)))); double L_2 = V_0; V_1 = (double)L_2; double L_3 = V_1; if ((!(((double)L_3) < ((double)(1.0))))) { goto IL_001e; } } { V_1 = (double)(1.0); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); double L_4 = V_1; BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_5 = ___sampler0; BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 L_6 = (*(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_5); V_7 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )L_6; float L_7; L_7 = BoxResampler_get_Radius_m8BC1B65200F5E7FB70B3DE87EC999EBA878A05F1((BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_7), /*hidden argument*/NULL); double L_8; L_8 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_8)); int32_t L_9 = ___destinationSize1; int32_t L_10 = ___sourceSize2; int32_t L_11 = ___destinationSize1; int32_t L_12; L_12 = Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline((int32_t)L_10, (int32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9/(int32_t)L_12)); double L_13 = V_0; V_4 = (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_13, (double)(1.0))), (double)(0.5))); int32_t L_14 = V_2; double L_15 = V_4; double L_16 = V_0; V_5 = (double)((double)((double)((double)il2cpp_codegen_subtract((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_14)), (double)L_15)), (double)(1.0)))/(double)L_16)); double L_17 = V_5; double L_18; L_18 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_17, /*hidden argument*/NULL); V_6 = (int32_t)((int32_t)((int32_t)L_18)); double L_19 = V_5; int32_t L_20 = V_6; bool L_21; L_21 = TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_19, (double)((double)((double)L_20)), /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { int32_t L_22 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009c: { int32_t L_23 = V_6; int32_t L_24 = V_3; int32_t L_25 = ___destinationSize1; if (((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))) < ((int32_t)L_25))? 1 : 0)) { goto IL_00b5; } } { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_26 = ___memoryAllocator3; int32_t L_27 = ___sourceSize2; int32_t L_28 = ___destinationSize1; int32_t L_29 = ___destinationSize1; double L_30 = V_0; double L_31 = V_1; int32_t L_32 = V_2; ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_33 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)il2cpp_codegen_object_new(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519(L_33, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (double)L_30, (double)L_31, (int32_t)L_32, /*hidden argument*/NULL); G_B7_0 = L_33; goto IL_00c3; } IL_00b5: { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_34 = ___memoryAllocator3; int32_t L_35 = ___sourceSize2; int32_t L_36 = ___destinationSize1; double L_37 = V_0; double L_38 = V_1; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_6; PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * L_42 = (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 *)il2cpp_codegen_object_new(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC(L_42, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_34, (int32_t)L_35, (int32_t)L_36, (double)L_37, (double)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, /*hidden argument*/NULL); G_B7_0 = ((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)(L_42)); } IL_00c3: { ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_43 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)G_B7_0; BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_44 = ___sampler0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43); GenericVirtualActionInvoker1< BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_44); return (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43; } } // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Calculate(TResampler&,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * ResizeKernelMap_Calculate_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_m744012E99E455596DAC86BE2FD43359F30299E64_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * ___sampler0, int32_t ___destinationSize1, int32_t ___sourceSize2, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; int32_t V_2 = 0; int32_t V_3 = 0; double V_4 = 0.0; double V_5 = 0.0; int32_t V_6 = 0; CubicResampler_t05545076595DA43AF0D1749540089848660DF577 V_7; memset((&V_7), 0, sizeof(V_7)); ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * G_B7_0 = NULL; { int32_t L_0 = ___sourceSize2; int32_t L_1 = ___destinationSize1; V_0 = (double)((double)((double)((double)((double)L_0))/(double)((double)((double)L_1)))); double L_2 = V_0; V_1 = (double)L_2; double L_3 = V_1; if ((!(((double)L_3) < ((double)(1.0))))) { goto IL_001e; } } { V_1 = (double)(1.0); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); double L_4 = V_1; CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_5 = ___sampler0; CubicResampler_t05545076595DA43AF0D1749540089848660DF577 L_6 = (*(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_5); V_7 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )L_6; float L_7; L_7 = CubicResampler_get_Radius_mC2425BDBDAA2D95DC1D97FF86133D419AB3E5E83_inline((CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_7), /*hidden argument*/NULL); double L_8; L_8 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_8)); int32_t L_9 = ___destinationSize1; int32_t L_10 = ___sourceSize2; int32_t L_11 = ___destinationSize1; int32_t L_12; L_12 = Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline((int32_t)L_10, (int32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9/(int32_t)L_12)); double L_13 = V_0; V_4 = (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_13, (double)(1.0))), (double)(0.5))); int32_t L_14 = V_2; double L_15 = V_4; double L_16 = V_0; V_5 = (double)((double)((double)((double)il2cpp_codegen_subtract((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_14)), (double)L_15)), (double)(1.0)))/(double)L_16)); double L_17 = V_5; double L_18; L_18 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_17, /*hidden argument*/NULL); V_6 = (int32_t)((int32_t)((int32_t)L_18)); double L_19 = V_5; int32_t L_20 = V_6; bool L_21; L_21 = TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_19, (double)((double)((double)L_20)), /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { int32_t L_22 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009c: { int32_t L_23 = V_6; int32_t L_24 = V_3; int32_t L_25 = ___destinationSize1; if (((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))) < ((int32_t)L_25))? 1 : 0)) { goto IL_00b5; } } { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_26 = ___memoryAllocator3; int32_t L_27 = ___sourceSize2; int32_t L_28 = ___destinationSize1; int32_t L_29 = ___destinationSize1; double L_30 = V_0; double L_31 = V_1; int32_t L_32 = V_2; ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_33 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)il2cpp_codegen_object_new(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519(L_33, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (double)L_30, (double)L_31, (int32_t)L_32, /*hidden argument*/NULL); G_B7_0 = L_33; goto IL_00c3; } IL_00b5: { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_34 = ___memoryAllocator3; int32_t L_35 = ___sourceSize2; int32_t L_36 = ___destinationSize1; double L_37 = V_0; double L_38 = V_1; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_6; PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * L_42 = (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 *)il2cpp_codegen_object_new(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC(L_42, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_34, (int32_t)L_35, (int32_t)L_36, (double)L_37, (double)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, /*hidden argument*/NULL); G_B7_0 = ((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)(L_42)); } IL_00c3: { ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_43 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)G_B7_0; CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_44 = ___sampler0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43); GenericVirtualActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_44); return (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43; } } // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Calculate(TResampler&,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * ResizeKernelMap_Calculate_TisLanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_m2E5EA9A9BF83FE4C24AC13DA924BC64733261A67_gshared (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * ___sampler0, int32_t ___destinationSize1, int32_t ___sourceSize2, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; int32_t V_2 = 0; int32_t V_3 = 0; double V_4 = 0.0; double V_5 = 0.0; int32_t V_6 = 0; LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 V_7; memset((&V_7), 0, sizeof(V_7)); ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * G_B7_0 = NULL; { int32_t L_0 = ___sourceSize2; int32_t L_1 = ___destinationSize1; V_0 = (double)((double)((double)((double)((double)L_0))/(double)((double)((double)L_1)))); double L_2 = V_0; V_1 = (double)L_2; double L_3 = V_1; if ((!(((double)L_3) < ((double)(1.0))))) { goto IL_001e; } } { V_1 = (double)(1.0); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); double L_4 = V_1; LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_5 = ___sampler0; LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 L_6 = (*(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_5); V_7 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )L_6; float L_7; L_7 = LanczosResampler_get_Radius_m6503F65894F6272ADDAB2D6985AD1F1FCD5D54D2_inline((LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_7), /*hidden argument*/NULL); double L_8; L_8 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_8)); int32_t L_9 = ___destinationSize1; int32_t L_10 = ___sourceSize2; int32_t L_11 = ___destinationSize1; int32_t L_12; L_12 = Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline((int32_t)L_10, (int32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9/(int32_t)L_12)); double L_13 = V_0; V_4 = (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_13, (double)(1.0))), (double)(0.5))); int32_t L_14 = V_2; double L_15 = V_4; double L_16 = V_0; V_5 = (double)((double)((double)((double)il2cpp_codegen_subtract((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_14)), (double)L_15)), (double)(1.0)))/(double)L_16)); double L_17 = V_5; double L_18; L_18 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_17, /*hidden argument*/NULL); V_6 = (int32_t)((int32_t)((int32_t)L_18)); double L_19 = V_5; int32_t L_20 = V_6; bool L_21; L_21 = TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_19, (double)((double)((double)L_20)), /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { int32_t L_22 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009c: { int32_t L_23 = V_6; int32_t L_24 = V_3; int32_t L_25 = ___destinationSize1; if (((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))) < ((int32_t)L_25))? 1 : 0)) { goto IL_00b5; } } { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_26 = ___memoryAllocator3; int32_t L_27 = ___sourceSize2; int32_t L_28 = ___destinationSize1; int32_t L_29 = ___destinationSize1; double L_30 = V_0; double L_31 = V_1; int32_t L_32 = V_2; ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_33 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)il2cpp_codegen_object_new(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519(L_33, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (double)L_30, (double)L_31, (int32_t)L_32, /*hidden argument*/NULL); G_B7_0 = L_33; goto IL_00c3; } IL_00b5: { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_34 = ___memoryAllocator3; int32_t L_35 = ___sourceSize2; int32_t L_36 = ___destinationSize1; double L_37 = V_0; double L_38 = V_1; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_6; PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * L_42 = (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 *)il2cpp_codegen_object_new(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC(L_42, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_34, (int32_t)L_35, (int32_t)L_36, (double)L_37, (double)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, /*hidden argument*/NULL); G_B7_0 = ((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)(L_42)); } IL_00c3: { ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_43 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)G_B7_0; LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_44 = ___sampler0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43); GenericVirtualActionInvoker1< LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_44); return (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43; } } // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Calculate(TResampler&,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * ResizeKernelMap_Calculate_TisNearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76_m4ED53248B5372013C2D3D21481229EB4EFCEBE97_gshared (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * ___sampler0, int32_t ___destinationSize1, int32_t ___sourceSize2, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; int32_t V_2 = 0; int32_t V_3 = 0; double V_4 = 0.0; double V_5 = 0.0; int32_t V_6 = 0; NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 V_7; memset((&V_7), 0, sizeof(V_7)); ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * G_B7_0 = NULL; { int32_t L_0 = ___sourceSize2; int32_t L_1 = ___destinationSize1; V_0 = (double)((double)((double)((double)((double)L_0))/(double)((double)((double)L_1)))); double L_2 = V_0; V_1 = (double)L_2; double L_3 = V_1; if ((!(((double)L_3) < ((double)(1.0))))) { goto IL_001e; } } { V_1 = (double)(1.0); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); double L_4 = V_1; NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_5 = ___sampler0; NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 L_6 = (*(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_5); V_7 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )L_6; float L_7; L_7 = NearestNeighborResampler_get_Radius_m3707281D754B1C267E4D6F529B4FDC574400EF4C((NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_7), /*hidden argument*/NULL); double L_8; L_8 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_8)); int32_t L_9 = ___destinationSize1; int32_t L_10 = ___sourceSize2; int32_t L_11 = ___destinationSize1; int32_t L_12; L_12 = Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline((int32_t)L_10, (int32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9/(int32_t)L_12)); double L_13 = V_0; V_4 = (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_13, (double)(1.0))), (double)(0.5))); int32_t L_14 = V_2; double L_15 = V_4; double L_16 = V_0; V_5 = (double)((double)((double)((double)il2cpp_codegen_subtract((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_14)), (double)L_15)), (double)(1.0)))/(double)L_16)); double L_17 = V_5; double L_18; L_18 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_17, /*hidden argument*/NULL); V_6 = (int32_t)((int32_t)((int32_t)L_18)); double L_19 = V_5; int32_t L_20 = V_6; bool L_21; L_21 = TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_19, (double)((double)((double)L_20)), /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { int32_t L_22 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009c: { int32_t L_23 = V_6; int32_t L_24 = V_3; int32_t L_25 = ___destinationSize1; if (((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))) < ((int32_t)L_25))? 1 : 0)) { goto IL_00b5; } } { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_26 = ___memoryAllocator3; int32_t L_27 = ___sourceSize2; int32_t L_28 = ___destinationSize1; int32_t L_29 = ___destinationSize1; double L_30 = V_0; double L_31 = V_1; int32_t L_32 = V_2; ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_33 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)il2cpp_codegen_object_new(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519(L_33, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (double)L_30, (double)L_31, (int32_t)L_32, /*hidden argument*/NULL); G_B7_0 = L_33; goto IL_00c3; } IL_00b5: { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_34 = ___memoryAllocator3; int32_t L_35 = ___sourceSize2; int32_t L_36 = ___destinationSize1; double L_37 = V_0; double L_38 = V_1; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_6; PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * L_42 = (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 *)il2cpp_codegen_object_new(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC(L_42, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_34, (int32_t)L_35, (int32_t)L_36, (double)L_37, (double)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, /*hidden argument*/NULL); G_B7_0 = ((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)(L_42)); } IL_00c3: { ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_43 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)G_B7_0; NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_44 = ___sampler0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43); GenericVirtualActionInvoker1< NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_44); return (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43; } } // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Calculate(TResampler&,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * ResizeKernelMap_Calculate_TisTriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF_m692D41D5376E65CFACF3EB016329A98333502E7E_gshared (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * ___sampler0, int32_t ___destinationSize1, int32_t ___sourceSize2, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; int32_t V_2 = 0; int32_t V_3 = 0; double V_4 = 0.0; double V_5 = 0.0; int32_t V_6 = 0; TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF V_7; memset((&V_7), 0, sizeof(V_7)); ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * G_B7_0 = NULL; { int32_t L_0 = ___sourceSize2; int32_t L_1 = ___destinationSize1; V_0 = (double)((double)((double)((double)((double)L_0))/(double)((double)((double)L_1)))); double L_2 = V_0; V_1 = (double)L_2; double L_3 = V_1; if ((!(((double)L_3) < ((double)(1.0))))) { goto IL_001e; } } { V_1 = (double)(1.0); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); double L_4 = V_1; TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_5 = ___sampler0; TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF L_6 = (*(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_5); V_7 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )L_6; float L_7; L_7 = TriangleResampler_get_Radius_m65C464F7A34BF1B24AD26BC74842254B0FF18804((TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_7), /*hidden argument*/NULL); double L_8; L_8 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_8)); int32_t L_9 = ___destinationSize1; int32_t L_10 = ___sourceSize2; int32_t L_11 = ___destinationSize1; int32_t L_12; L_12 = Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline((int32_t)L_10, (int32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9/(int32_t)L_12)); double L_13 = V_0; V_4 = (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_13, (double)(1.0))), (double)(0.5))); int32_t L_14 = V_2; double L_15 = V_4; double L_16 = V_0; V_5 = (double)((double)((double)((double)il2cpp_codegen_subtract((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_14)), (double)L_15)), (double)(1.0)))/(double)L_16)); double L_17 = V_5; double L_18; L_18 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_17, /*hidden argument*/NULL); V_6 = (int32_t)((int32_t)((int32_t)L_18)); double L_19 = V_5; int32_t L_20 = V_6; bool L_21; L_21 = TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_19, (double)((double)((double)L_20)), /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { int32_t L_22 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009c: { int32_t L_23 = V_6; int32_t L_24 = V_3; int32_t L_25 = ___destinationSize1; if (((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))) < ((int32_t)L_25))? 1 : 0)) { goto IL_00b5; } } { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_26 = ___memoryAllocator3; int32_t L_27 = ___sourceSize2; int32_t L_28 = ___destinationSize1; int32_t L_29 = ___destinationSize1; double L_30 = V_0; double L_31 = V_1; int32_t L_32 = V_2; ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_33 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)il2cpp_codegen_object_new(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519(L_33, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (double)L_30, (double)L_31, (int32_t)L_32, /*hidden argument*/NULL); G_B7_0 = L_33; goto IL_00c3; } IL_00b5: { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_34 = ___memoryAllocator3; int32_t L_35 = ___sourceSize2; int32_t L_36 = ___destinationSize1; double L_37 = V_0; double L_38 = V_1; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_6; PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * L_42 = (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 *)il2cpp_codegen_object_new(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC(L_42, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_34, (int32_t)L_35, (int32_t)L_36, (double)L_37, (double)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, /*hidden argument*/NULL); G_B7_0 = ((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)(L_42)); } IL_00c3: { ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_43 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)G_B7_0; TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_44 = ___sampler0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43); GenericVirtualActionInvoker1< TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_44); return (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43; } } // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Calculate(TResampler&,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * ResizeKernelMap_Calculate_TisWelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63_m2113969375A5A083C129AAB4810E6F279E9134AE_gshared (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * ___sampler0, int32_t ___destinationSize1, int32_t ___sourceSize2, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; int32_t V_2 = 0; int32_t V_3 = 0; double V_4 = 0.0; double V_5 = 0.0; int32_t V_6 = 0; WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 V_7; memset((&V_7), 0, sizeof(V_7)); ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * G_B7_0 = NULL; { int32_t L_0 = ___sourceSize2; int32_t L_1 = ___destinationSize1; V_0 = (double)((double)((double)((double)((double)L_0))/(double)((double)((double)L_1)))); double L_2 = V_0; V_1 = (double)L_2; double L_3 = V_1; if ((!(((double)L_3) < ((double)(1.0))))) { goto IL_001e; } } { V_1 = (double)(1.0); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); double L_4 = V_1; WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_5 = ___sampler0; WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 L_6 = (*(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_5); V_7 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )L_6; float L_7; L_7 = WelchResampler_get_Radius_m59FF2B02665A16A67DA2F6EADBC87E919F6150D1((WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_7), /*hidden argument*/NULL); double L_8; L_8 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)((int32_t)((int32_t)L_8)); int32_t L_9 = ___destinationSize1; int32_t L_10 = ___sourceSize2; int32_t L_11 = ___destinationSize1; int32_t L_12; L_12 = Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline((int32_t)L_10, (int32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)((int32_t)((int32_t)L_9/(int32_t)L_12)); double L_13 = V_0; V_4 = (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_13, (double)(1.0))), (double)(0.5))); int32_t L_14 = V_2; double L_15 = V_4; double L_16 = V_0; V_5 = (double)((double)((double)((double)il2cpp_codegen_subtract((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_14)), (double)L_15)), (double)(1.0)))/(double)L_16)); double L_17 = V_5; double L_18; L_18 = TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_17, /*hidden argument*/NULL); V_6 = (int32_t)((int32_t)((int32_t)L_18)); double L_19 = V_5; int32_t L_20 = V_6; bool L_21; L_21 = TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)(((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_StaticFields*)il2cpp_codegen_static_fields_for(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var))->get_address_of_TolerantMath_0()), (double)L_19, (double)((double)((double)L_20)), /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { int32_t L_22 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009c: { int32_t L_23 = V_6; int32_t L_24 = V_3; int32_t L_25 = ___destinationSize1; if (((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))) < ((int32_t)L_25))? 1 : 0)) { goto IL_00b5; } } { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_26 = ___memoryAllocator3; int32_t L_27 = ___sourceSize2; int32_t L_28 = ___destinationSize1; int32_t L_29 = ___destinationSize1; double L_30 = V_0; double L_31 = V_1; int32_t L_32 = V_2; ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_33 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)il2cpp_codegen_object_new(ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640_il2cpp_TypeInfo_var); ResizeKernelMap__ctor_m69D15F588E905546FA820B4413480E55CFF37519(L_33, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (double)L_30, (double)L_31, (int32_t)L_32, /*hidden argument*/NULL); G_B7_0 = L_33; goto IL_00c3; } IL_00b5: { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_34 = ___memoryAllocator3; int32_t L_35 = ___sourceSize2; int32_t L_36 = ___destinationSize1; double L_37 = V_0; double L_38 = V_1; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_6; PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 * L_42 = (PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2 *)il2cpp_codegen_object_new(PeriodicKernelMap_t68E7671804E4BE84B193DC1D90B6C5C048D99BD2_il2cpp_TypeInfo_var); PeriodicKernelMap__ctor_mB05817E50294EFA15B9C112D608FF7B6D47228CC(L_42, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_34, (int32_t)L_35, (int32_t)L_36, (double)L_37, (double)L_38, (int32_t)L_39, (int32_t)L_40, (int32_t)L_41, /*hidden argument*/NULL); G_B7_0 = ((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)(L_42)); } IL_00c3: { ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * L_43 = (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)G_B7_0; WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_44 = ___sampler0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43); GenericVirtualActionInvoker1< WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_44); return (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)L_43; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisBicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7_mC3E055BD90B2DD357EC6C905E845AF9AAABE6146_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_m67E53FFB684DAEF643B64BF56EE96FD22315B72B_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_m042D6C7DF5C8BD3860B30186FA24AF94E2D36D63_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisLanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_m8BFE278ACA4896688AC50B045FF1D6EBCC86BDBB_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisNearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76_m1F6B793F49D669670F74C0FEE4472BA2C1BF570D_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisTriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF_mB3200643D898BCF83D7B983DE325DB492AEE8F80_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeKernelMap::Initialize(TResampler& modreq(System.Runtime.InteropServices.InAttribute)) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResizeKernelMap_Initialize_TisWelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63_m73BECFB60BB85A28B0534011B04E5614859323EA_gshared (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * ___sampler0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001d; } IL_0004: { ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0* L_0 = (ResizeKernelU5BU5D_t5A4D0BF7E8096721C26D685A83495B8009162DA0*)__this->get_kernels_7(); int32_t L_1 = V_0; WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_2 = ___sampler0; int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 L_5; L_5 = (( ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 (*) (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (ResizeKernel_tFC2EAFEEE8991D6268518022ADA4933DA66E7744 )L_5); int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { int32_t L_7 = V_0; NullCheck((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this); int32_t L_8; L_8 = ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline((ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0004; } } { return; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m8AEBB12B585F4DA19B06FF72493B2DC34ED2D7FF_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA * L_3 = (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m27577FF7B2A6A01C26779242B9326858FD19CE0E_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D * L_3 = (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m94D7A3473CEAD2ADB49FC34A98FE54842D707C40_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA * L_3 = (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mE5EFFC81CC53F3DDE5BA1530F53FF1B5771E4010_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 * L_3 = (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m8577FC2EF7390E4B67730FE5800CE5F06E784BE3_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 * L_3 = (ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA1C388BF25EA2663995A73067BDD5FE07C84DE19_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5 * L_3 = (ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t79DFB9382CD64329AFA3F60D9AADF50AEAACE0E5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m34116B0B1EC60DB81B46E6BE78E7CD3708260E36_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718 * L_3 = (ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t4C8C6AAAE127F0F4234295C260C9F16BC2AB9718 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m506AB562EA14B10CCC401E0E92C839567868C3F9_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1 * L_3 = (ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t1B209978F68C35C7396EEC0960FBDAD5E37F67D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9E27CF01B2D2566DE766611D5BE1D40F541D701B_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840 * L_3 = (ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t2C272F8E79C90D4BFAFE680A64DFD35BAD9DE840 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m63278E298D29CFE083EE982E018B8402D549620F_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85 * L_3 = (ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tD48BBD46A9C4009AFBE62D902732BEAFDA024F85 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mBC932F79FB0A8AFC7BB7ADDD89591A25CEAEF2AA_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506 * L_3 = (ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t29728A8437BBEEC8DDF346230AA31F6A41E07506 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m9C606CA59D8C9538511407D8A4FC76ACA10F6DEF_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854 * L_3 = (ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tA5202718A21BCC21E2AB03EC53DB4FAF82507854 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mA6FFD1F1EF22850D84C034257129D1BFD68CDFFD_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE * L_3 = (ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t44CC4363C5C3E07E21338E18174E1F80246987AE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m86E4218617CCD530350CB29C94519A9F4145967C_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8 * L_3 = (ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t1BD3C4A50878E5C4F4FED028A3576D4896F53FC8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC7D96C4501A898B645829625A21DFD0EDE047A24_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F * L_3 = (ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t4784DDFDC65ECF3BCEC268C8D5B84BCED3C9201F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE5B34985DB0EB5EB052BE2F4B20928D91E4F4B59_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE * L_3 = (ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tBADAD91DD8AD1A16F1AE6A1EEF74716F3CF85DCE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mF6EBB0BE09E606036B1843A80CA2AE635158EDAD_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1 * L_3 = (ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t1C5F35E40C9604DF95D69AC329CE2AA7A8E7DCF1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m1680005B12CB003B98D39C10AEE34C2C9EF18C5D_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343 * L_3 = (ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t763EB5BA0010A4111FF0BF5EEAF24DE9CB14B343 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1397373373068D73EFFF395E8514000EC18C7BFF_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9 * L_3 = (ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t63B0A8840A7214B9D1F565F7AA85D5039B7652C9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC8C46D0810FC68C049297F454877E4F63CFA72A5_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490 * L_3 = (ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t784B1714596604662E5A1A4C1EDEDCCB3A24C490 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m673D58CAAEFB8B7CF2CC75D4042860D4248BC01B_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177 * L_3 = (ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t4FC80CF578F7C8EC1A03AF2F5816BDDE8D604177 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mCF28D57ABC46C8A2FEE5858933B86477EB0DA31C_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB * L_3 = (ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t166DA2BD9E35FB59931AC618B6FB323154680CFB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m975AE3ED74094A68750470C8054A43045F2B515B_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1 * L_3 = (ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tB112CC046021436C254147A588D1A9BA761D2CB1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m7FAF9A3BCB2DBD68386875995ED09C7B66478EB4_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A * L_3 = (ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tACCA6BF3182BBEDD9651AD3EAD7C1129CCADE46A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mBE994A8E4B89A83B982901B945A31B00E4C6784D_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54 * L_3 = (ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tE412DF8A2DA54CB5D3B5F42DADBFB4A7C2D8EB54 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mE7E41A2674D67BD10F53BA5206240203F72353B9_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094 * L_3 = (ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tF8B034D81EA8C9DD2A9E55AC2FEE8EC78F5C1094 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mBD7E8544034B7A3060101F0C17D9AB9DD555A4AF_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872 * L_3 = (ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tBF9CD68396901A8263174F252DBCD1EA3C795872 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mB1764D1210FF629CEF40D583A0173A32B2BD6432_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09 * L_3 = (ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_t2804FA62D6C35703B47F96A00D48825BA2B44A09 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResizeProcessor_CreatePixelSpecificCloningProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m32411EDC8EC0CAD1F1210D9BE2A5492C85CA4AE6_gshared (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9 * L_3 = (ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ResizeProcessor_1_tAE92EAC0F5BEB5361215F1B7E6A31CDF6237BCE9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (ResizeProcessor_tFAC7F0327F0E0075D4FD7F07A51AA87D3F93DF4B *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // T[] UnityEngine.Resources::ConvertObjects(UnityEngine.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Resources_ConvertObjects_TisRuntimeObject_mF57A8363F3D0B1A66E273AEB25CAFF5555FCC98C_gshared (ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873* ___rawObjects0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; bool V_1 = false; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; { ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873* L_0 = ___rawObjects0; V_1 = (bool)((((RuntimeObject*)(ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_000d; } } { V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; goto IL_003d; } IL_000d: { ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873* L_2 = ___rawObjects0; NullCheck(L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; V_3 = (int32_t)0; goto IL_002d; } IL_001a: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; int32_t L_5 = V_3; ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873* L_6 = ___rawObjects0; int32_t L_7 = V_3; NullCheck(L_6); int32_t L_8 = L_7; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))); int32_t L_10 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { int32_t L_11 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_0; NullCheck(L_12); V_4 = (bool)((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))? 1 : 0); bool L_13 = V_4; if (L_13) { goto IL_001a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = V_0; V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_14; goto IL_003d; } IL_003d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_2; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_15; } } // T UnityEngine.Resources::GetBuiltinResource(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_GetBuiltinResource_TisRuntimeObject_mE859838B68287D647B8D27EA04960C15C37F5FDA_gshared (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); String_t* L_2 = ___path0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_3; L_3 = Resources_GetBuiltinResource_m59A7993A48D44A0002E532B7DD79BDA426E0C8A6((Type_t *)L_1, (String_t*)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_0019; } IL_0019: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // T UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { String_t* L_0 = ___path0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_3; L_3 = Resources_Load_m6E8E5EA02A03F3AFC8FD2D775263DBBC64BF205C((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_0019; } IL_0019: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m23EEBBF09449716740F6B0B84BF84B6CEC14DCF9_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t9797B756515E31E289E8591D7DF65E2E56B79D50 * L_3 = (RotateProcessor_1_t9797B756515E31E289E8591D7DF65E2E56B79D50 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t9797B756515E31E289E8591D7DF65E2E56B79D50 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m90680A737AD8A67DA39F9E055437914B3AB7440C_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tBDAA133EE431B85C0C85B56FD980F15B1B9398B5 * L_3 = (RotateProcessor_1_tBDAA133EE431B85C0C85B56FD980F15B1B9398B5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tBDAA133EE431B85C0C85B56FD980F15B1B9398B5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m5725C49B65FD6BA583CFDD970E860985F57276CB_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tAA6D147D00CFDCF1A1AA8BBC14C0394A05879B7D * L_3 = (RotateProcessor_1_tAA6D147D00CFDCF1A1AA8BBC14C0394A05879B7D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tAA6D147D00CFDCF1A1AA8BBC14C0394A05879B7D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m6274C2440747973BF9BCC5C894CD5E4AD0592E0C_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tC1922AD5418BB7461C2032C853B97BB1911B0652 * L_3 = (RotateProcessor_1_tC1922AD5418BB7461C2032C853B97BB1911B0652 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tC1922AD5418BB7461C2032C853B97BB1911B0652 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m4C1D1836BD4AF3DD6627095DC53E29CE6A65DFA3_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tAF9EC349AD5B0285EC8D1B283AC2E702C105DD80 * L_3 = (RotateProcessor_1_tAF9EC349AD5B0285EC8D1B283AC2E702C105DD80 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tAF9EC349AD5B0285EC8D1B283AC2E702C105DD80 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mEF49B550B202D8D3FE72C767E2CB1353E0DAF5AB_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t00EE8EDB64EEBF602D65F9D82EB60B61AF7BCE4F * L_3 = (RotateProcessor_1_t00EE8EDB64EEBF602D65F9D82EB60B61AF7BCE4F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t00EE8EDB64EEBF602D65F9D82EB60B61AF7BCE4F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m1FBA5E129E59124343A9531153720758119113C6_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tE3081CCE89265ED33582D7EFC32A1DA086AC6E93 * L_3 = (RotateProcessor_1_tE3081CCE89265ED33582D7EFC32A1DA086AC6E93 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tE3081CCE89265ED33582D7EFC32A1DA086AC6E93 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m0E1D695270F818279CA24B744A7EB0BFC6E521B1_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tC9EBB1137BA373FC1850E4BD13EAFC4B8133F6C0 * L_3 = (RotateProcessor_1_tC9EBB1137BA373FC1850E4BD13EAFC4B8133F6C0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tC9EBB1137BA373FC1850E4BD13EAFC4B8133F6C0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_mF1C6DD7EA0825B031577FE4D8CAF19C02263C73E_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t55DD64A1EE88F00F8E8AD7289029570A4452C8D2 * L_3 = (RotateProcessor_1_t55DD64A1EE88F00F8E8AD7289029570A4452C8D2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t55DD64A1EE88F00F8E8AD7289029570A4452C8D2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m2A2DFDE40243916A914D7C4753824C1635024EBD_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t0697A63E6FDBBE969194F2A22E5F79B2B6AB3E0D * L_3 = (RotateProcessor_1_t0697A63E6FDBBE969194F2A22E5F79B2B6AB3E0D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t0697A63E6FDBBE969194F2A22E5F79B2B6AB3E0D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mB8FFD1B313FB3A7204C16DF4E0EB1C7F1ABDD4EC_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t57BEA3F2ECDCF42DF76B67C44D3219A3E0B3BA00 * L_3 = (RotateProcessor_1_t57BEA3F2ECDCF42DF76B67C44D3219A3E0B3BA00 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t57BEA3F2ECDCF42DF76B67C44D3219A3E0B3BA00 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m51DE6FED864E498A1493D08C7982259D067D0F38_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t82B963E58C1D0F47E6507D835954FD509410D2E8 * L_3 = (RotateProcessor_1_t82B963E58C1D0F47E6507D835954FD509410D2E8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t82B963E58C1D0F47E6507D835954FD509410D2E8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mE6731409A972B7F7D658E185B541C06FA224BE68_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tA774FBA4A7386D88DF9582BDC6AED49050555305 * L_3 = (RotateProcessor_1_tA774FBA4A7386D88DF9582BDC6AED49050555305 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tA774FBA4A7386D88DF9582BDC6AED49050555305 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m6C850CC663A8D024C31BB5360CACA04C2F26B605_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tE210A874DCC52E98170134F88A88CD7618875028 * L_3 = (RotateProcessor_1_tE210A874DCC52E98170134F88A88CD7618875028 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tE210A874DCC52E98170134F88A88CD7618875028 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m613207331F253F1BC6851A1B3687AA89E9FD17FD_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t53DE97048D06039E21E0C65C100640E9661F5A26 * L_3 = (RotateProcessor_1_t53DE97048D06039E21E0C65C100640E9661F5A26 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t53DE97048D06039E21E0C65C100640E9661F5A26 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m16DDAAD765381D1228909FB2A305CDF66B566D43_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t5E0B255E690C544C0BDADB35696AD50F91D6946F * L_3 = (RotateProcessor_1_t5E0B255E690C544C0BDADB35696AD50F91D6946F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t5E0B255E690C544C0BDADB35696AD50F91D6946F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m6E02E2486531720FD7879B330B385FD7823680FB_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t0D47D20125494E07BCB70DDC66DFE842F4D185DE * L_3 = (RotateProcessor_1_t0D47D20125494E07BCB70DDC66DFE842F4D185DE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t0D47D20125494E07BCB70DDC66DFE842F4D185DE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m513D475F1DE034EE56D49F697FA6EB1E3ABC6C5A_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t23A3B6A610A23DCA3AB331734B37109F5BAB8AD3 * L_3 = (RotateProcessor_1_t23A3B6A610A23DCA3AB331734B37109F5BAB8AD3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t23A3B6A610A23DCA3AB331734B37109F5BAB8AD3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1561F17507920E4FBBAD5CBD735FABC3F068DEAF_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t18DA2EB61D8452EB58582B198D1D5F4A122E2D02 * L_3 = (RotateProcessor_1_t18DA2EB61D8452EB58582B198D1D5F4A122E2D02 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t18DA2EB61D8452EB58582B198D1D5F4A122E2D02 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m35D30A0ACC32F23E5FA7A0D98868020E782138D7_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t3B4290BE12D568D0191AB08C4B8E3F9DBA88F7CC * L_3 = (RotateProcessor_1_t3B4290BE12D568D0191AB08C4B8E3F9DBA88F7CC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t3B4290BE12D568D0191AB08C4B8E3F9DBA88F7CC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m912FED20FE1447D65FAF48D51688848D22F01776_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t860B5D58BE9B52857885DDD61F53B65A251B2972 * L_3 = (RotateProcessor_1_t860B5D58BE9B52857885DDD61F53B65A251B2972 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t860B5D58BE9B52857885DDD61F53B65A251B2972 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m0B24682BC6A0613A235CFB70200FEAD407DC408F_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t4623530E15B1D081A77C9278B07FCB9332226346 * L_3 = (RotateProcessor_1_t4623530E15B1D081A77C9278B07FCB9332226346 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t4623530E15B1D081A77C9278B07FCB9332226346 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mD3BCC0A4842B026DF0E3241E464854D7F0C8C3B0_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tD6AE7B188F01EF7DCABE4D3B3D0DD5334E0503BE * L_3 = (RotateProcessor_1_tD6AE7B188F01EF7DCABE4D3B3D0DD5334E0503BE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tD6AE7B188F01EF7DCABE4D3B3D0DD5334E0503BE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mA38E75A1766CB8C985D82D061092869C1ACE557A_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tEE60E3D1D95414BE799AAE2E89DD25C751089282 * L_3 = (RotateProcessor_1_tEE60E3D1D95414BE799AAE2E89DD25C751089282 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tEE60E3D1D95414BE799AAE2E89DD25C751089282 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m8E326EBADE16553F0D9BC7A4602451B97C6577A9_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tF9A31563F02A4A8A5F995BB4892807B2B3F8D4A4 * L_3 = (RotateProcessor_1_tF9A31563F02A4A8A5F995BB4892807B2B3F8D4A4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tF9A31563F02A4A8A5F995BB4892807B2B3F8D4A4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m44513FA65ECF29D2E09986E5E41AF04CDDBF65F4_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t7B091FCE56F253A007C1B1FA8DFF08AC4059E69E * L_3 = (RotateProcessor_1_t7B091FCE56F253A007C1B1FA8DFF08AC4059E69E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t7B091FCE56F253A007C1B1FA8DFF08AC4059E69E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mC7D600E8E3E424B62D66E57A0FEDF47BDFCBEBFB_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_t171BB4E0F61F2F83E58A3D17763E64126B6929DC * L_3 = (RotateProcessor_1_t171BB4E0F61F2F83E58A3D17763E64126B6929DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_t171BB4E0F61F2F83E58A3D17763E64126B6929DC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mA23852844BC6A5F93150733083157D9AE6987981_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tB2CA600296203DA64E58BA6C3304E217FEF90E08 * L_3 = (RotateProcessor_1_tB2CA600296203DA64E58BA6C3304E217FEF90E08 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tB2CA600296203DA64E58BA6C3304E217FEF90E08 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RotateProcessor_CreatePixelSpecificCloningProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mDD6997D912D6F2C442F04311A040B4842A0D5E1A_gshared (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; RotateProcessor_1_tF7E5C11C5EB24C4C10E4D082AE6FB76B5CDDF8F2 * L_3 = (RotateProcessor_1_tF7E5C11C5EB24C4C10E4D082AE6FB76B5CDDF8F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RotateProcessor_1_tF7E5C11C5EB24C4C10E4D082AE6FB76B5CDDF8F2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7710F3325A8A50D97AA3064DAACA8E013F797D1B_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mC389C88529EF229E1BABC989C94EE2223BD56AD0_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mE3AD5DFEEF34EA0C7D607D439181E3E3595BBAEE_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisRuntimeObject_m2AC7D63AB4EDAEC644206513E9541129F65EB86E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisTextureId_t1DB18D78549F5571E12587245D818634A6EA17C5_m21D2872BBF32125B0F694986DCE9937866D79422_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6ED2AEB2B5E2E13E5D01975B9B6BED9CA63CDC08_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mAA2EB0CA03D1BDFF3EDA0A7CB7DE03B88125B021_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisDispatchContext_t5100A442C265F7227DE38E3BE3091E053CF50CA7_mBE2A733D68C5DB321EC649A95ECF1ECB02B8BEAA_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisEventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01_m0AA337AE00411737ABB5B1F01E66043327AAAA9E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // System.Boolean System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeHelpers_IsReferenceOrContainsReferences_TisSequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED_m580285048FEFE9E10E6429F15F66248B7592B5B0_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB((Type_t *)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = RuntimeTypeHandle_HasReferences_m4838780BFA354CC3379547DE1595EA5D865D7DC2((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInst((RuntimeObject*)L_4, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)L_5; } IL_0026: { return (bool)1; } } // T UnityEngine.ScriptableObject::CreateInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ScriptableObject_CreateInstance_TisRuntimeObject_mF4140C4B5E93F4E297B82702364BB7455E2E4EBE_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * L_2; L_2 = ScriptableObject_CreateInstance_m5371BDC0B4F60FE15914A7BB3FBE07D0ACA0A8D4((Type_t *)L_1, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_0018; } IL_0018: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // System.Boolean TMPro.SetPropertyUtility::SetClass(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetClass_TisRuntimeObject_m599BC40DB63C55A4251FB030EA9694306A989ABF_gshared (RuntimeObject ** ___currentValue0, RuntimeObject * ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) RuntimeObject ** L_0 = ___currentValue0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); if (L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___newValue1; if (!L_2) { goto IL_0036; } } IL_0015: { RuntimeObject ** L_3 = ___currentValue0; RuntimeObject * L_4 = (*(RuntimeObject **)L_3); if (!L_4) { goto IL_0038; } } { RuntimeObject ** L_5 = ___currentValue0; RuntimeObject * L_6 = ___newValue1; NullCheck((RuntimeObject *)(*L_5)); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(*L_5), (RuntimeObject *)L_6); if (!L_7) { goto IL_0038; } } IL_0036: { // return false; return (bool)0; } IL_0038: { // currentValue = newValue; RuntimeObject ** L_8 = ___currentValue0; RuntimeObject * L_9 = ___newValue1; *(RuntimeObject **)L_8 = L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)L_9); // return true; return (bool)1; } } // System.Boolean TMPro.SetPropertyUtility::SetEquatableStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetEquatableStruct_TisRuntimeObject_m7B3A9BE9CDEDE7792838BD9C101BBA6079FD9F8B_gshared (RuntimeObject ** ___currentValue0, RuntimeObject * ___newValue1, const RuntimeMethod* method) { { // if (currentValue.Equals(newValue)) RuntimeObject ** L_0 = ___currentValue0; RuntimeObject * L_1 = ___newValue1; NullCheck((RuntimeObject*)(*L_0)); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.IEquatable`1::Equals(!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)(*L_0), (RuntimeObject *)L_1); if (!L_2) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // currentValue = newValue; RuntimeObject ** L_3 = ___currentValue0; RuntimeObject * L_4 = ___newValue1; *(RuntimeObject **)L_3 = L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)L_4); // return true; return (bool)1; } } // System.Boolean TMPro.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m2B393F6626BACD72BC6141CA0B0E22B58054FE70_gshared (bool* ___currentValue0, bool ___newValue1, const RuntimeMethod* method) { { // if (currentValue.Equals(newValue)) bool* L_0 = ___currentValue0; bool L_1 = ___newValue1; bool L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_2); bool L_4; L_4 = Boolean_Equals_mA2FC01AF136159906F30A85C950097BE67C824B8((bool*)(bool*)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // currentValue = newValue; bool* L_5 = ___currentValue0; bool L_6 = ___newValue1; *(bool*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean TMPro.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m40469A2BDBF1B9AB819422F6DAB0228774E68D34_gshared (Il2CppChar* ___currentValue0, Il2CppChar ___newValue1, const RuntimeMethod* method) { { // if (currentValue.Equals(newValue)) Il2CppChar* L_0 = ___currentValue0; Il2CppChar L_1 = ___newValue1; Il2CppChar L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_2); bool L_4; L_4 = Char_Equals_mEF0A8A611838D99B799EC01C6EB6A8BE7F8087F8((Il2CppChar*)(Il2CppChar*)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // currentValue = newValue; Il2CppChar* L_5 = ___currentValue0; Il2CppChar L_6 = ___newValue1; *(Il2CppChar*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean TMPro.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mC46DE5EA33538A46C71213B9301A65ED1EBE2D9E_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) { { // if (currentValue.Equals(newValue)) int32_t* L_0 = ___currentValue0; int32_t L_1 = ___newValue1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_2); bool L_4; L_4 = Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464((int32_t*)(int32_t*)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // currentValue = newValue; int32_t* L_5 = ___currentValue0; int32_t L_6 = ___newValue1; *(int32_t*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean TMPro.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m3818D13AFEA359B913F1F70E04026BF48CC98C97_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) { { // if (currentValue.Equals(newValue)) int32_t* L_0 = ___currentValue0; int32_t L_1 = ___newValue1; int32_t L_2 = (int32_t)L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_2); Il2CppFakeBox L_4(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), L_0); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_4), (RuntimeObject *)L_3); if (!L_5) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // currentValue = newValue; int32_t* L_6 = ___currentValue0; int32_t L_7 = ___newValue1; *(int32_t*)L_6 = L_7; // return true; return (bool)1; } } // System.Boolean TMPro.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mAD6C340573FB88E9873CC7C39A0E3F1C5FD92C49_gshared (float* ___currentValue0, float ___newValue1, const RuntimeMethod* method) { { // if (currentValue.Equals(newValue)) float* L_0 = ___currentValue0; float L_1 = ___newValue1; float L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_2); bool L_4; L_4 = Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1((float*)(float*)L_0, (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // currentValue = newValue; float* L_5 = ___currentValue0; float L_6 = ___newValue1; *(float*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetClass(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetClass_TisRuntimeObject_mC786B5217B14DA2826BF4B0297681209E1964CF3_gshared (RuntimeObject ** ___currentValue0, RuntimeObject * ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) RuntimeObject ** L_0 = ___currentValue0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); if (L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___newValue1; if (!L_2) { goto IL_0036; } } IL_0015: { RuntimeObject ** L_3 = ___currentValue0; RuntimeObject * L_4 = (*(RuntimeObject **)L_3); if (!L_4) { goto IL_0038; } } { RuntimeObject ** L_5 = ___currentValue0; RuntimeObject * L_6 = ___newValue1; NullCheck((RuntimeObject *)(*L_5)); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(*L_5), (RuntimeObject *)L_6); if (!L_7) { goto IL_0038; } } IL_0036: { // return false; return (bool)0; } IL_0038: { // currentValue = newValue; RuntimeObject ** L_8 = ___currentValue0; RuntimeObject * L_9 = ___newValue1; *(RuntimeObject **)L_8 = L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)L_9); // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m9477CFC5EF15FE03234458300B9C00B5FCD47B46_gshared (bool* ___currentValue0, bool ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * L_0; L_0 = (( EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); bool* L_1 = ___currentValue0; bool L_2 = (*(bool*)L_1); bool L_3 = ___newValue1; NullCheck((EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, bool, bool >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 *)L_0, (bool)L_2, (bool)L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; bool* L_5 = ___currentValue0; bool L_6 = ___newValue1; *(bool*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE1EE67E66A075DFA381EDCAE19D9D7C3D8B49AED_gshared (Il2CppChar* ___currentValue0, Il2CppChar ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 * L_0; L_0 = (( EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Il2CppChar* L_1 = ___currentValue0; Il2CppChar L_2 = (*(Il2CppChar*)L_1); Il2CppChar L_3 = ___newValue1; NullCheck((EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, Il2CppChar, Il2CppChar >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t5A410E1AF4F49A297AB2DC20A45E858B099B3D30 *)L_0, (Il2CppChar)L_2, (Il2CppChar)L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; Il2CppChar* L_5 = ___currentValue0; Il2CppChar L_6 = ___newValue1; *(Il2CppChar*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_mA129AD9A8A5CCA98CCED2C4C9E325159DFADD037_gshared (ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * ___currentValue0, ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 * L_0; L_0 = (( EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * L_1 = ___currentValue0; ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 L_2 = (*(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 *)L_1); ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 L_3 = ___newValue1; NullCheck((EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 , ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_tC05F233506704F39DCBB67A7941137171132CD40 *)L_0, (ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 )L_2, (ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 )L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * L_5 = ___currentValue0; ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 L_6 = ___newValue1; *(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 *)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD4F3DAE529D68F2153B17E7112E832B4A95A44B6_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_0; L_0 = (( EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t* L_1 = ___currentValue0; int32_t L_2 = (*(int32_t*)L_1); int32_t L_3 = ___newValue1; NullCheck((EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_0, (int32_t)L_2, (int32_t)L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; int32_t* L_5 = ___currentValue0; int32_t L_6 = ___newValue1; *(int32_t*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m735758EB1BD5B033F21F19A6363B36670154DDDE_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * L_0; L_0 = (( EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t* L_1 = ___currentValue0; int32_t L_2 = (*(int32_t*)L_1); int32_t L_3 = ___newValue1; NullCheck((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)L_0, (int32_t)L_2, (int32_t)L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; int32_t* L_5 = ___currentValue0; int32_t L_6 = ___newValue1; *(int32_t*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisNavigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_mD4547F01689BB28092E544D1AD9AFA5D69F2C439_gshared (Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * ___currentValue0, Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC * L_0; L_0 = (( EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * L_1 = ___currentValue0; Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A L_2 = (*(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A *)L_1); Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A L_3 = ___newValue1; NullCheck((EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A , Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_tB3688C71063583EF32963F86697F4216C40489BC *)L_0, (Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A )L_2, (Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A )L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * L_5 = ___currentValue0; Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A L_6 = ___newValue1; *(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A *)L_5 = L_6; Il2CppCodeGenWriteBarrier((void**)&(((Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A *)L_5)->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A *)L_5)->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A *)L_5)->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A *)L_5)->___m_SelectOnRight_5), (void*)NULL); #endif // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m60C36AD1C5640B1F590BCCE90D326295AE03BAF8_gshared (float* ___currentValue0, float ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F * L_0; L_0 = (( EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); float* L_1 = ___currentValue0; float L_2 = (*(float*)L_1); float L_3 = ___newValue1; NullCheck((EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, float, float >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t6C59536EBB4DD1217C6DBCECEC22F9F4202F710F *)L_0, (float)L_2, (float)L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; float* L_5 = ___currentValue0; float L_6 = ___newValue1; *(float*)L_5 = L_6; // return true; return (bool)1; } } // System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisSpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_m9B0C47BCF11C21F5D78984EA7D7F0AC1DC3B5317_gshared (SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * ___currentValue0, SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___newValue1, const RuntimeMethod* method) { { // if (EqualityComparer.Default.Equals(currentValue, newValue)) EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 * L_0; L_0 = (( EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * L_1 = ___currentValue0; SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E L_2 = (*(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E *)L_1); SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E L_3 = ___newValue1; NullCheck((EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E , SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_tE2AE720166A82757E1ECCBD4453EF08913187030 *)L_0, (SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E )L_2, (SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E )L_3); if (!L_4) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { // currentValue = newValue; SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * L_5 = ___currentValue0; SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E L_6 = ___newValue1; *(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E *)L_5 = L_6; Il2CppCodeGenWriteBarrier((void**)&(((SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E *)L_5)->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E *)L_5)->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E *)L_5)->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E *)L_5)->___m_DisabledSprite_3), (void*)NULL); #endif // return true; return (bool)1; } } // System.Void SixLabors.ImageSharp.SimdUtils::Pad3Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Pad3Shuffle4_TisDefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73_m779AE8D5EA921CB7B506A274954831140E85DD07_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73 ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; DefaultPad3Shuffle4_RunFallbackShuffle_m32AE7BF157344AD1D51BA8DBA9E098E684DF5DAB_inline((DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73 *)(DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73 *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Pad3Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Pad3Shuffle4_TisXYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B_mF9EF01E8B3B08B2D9ABCACECA2A9F5F6A1DCC1BC_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; XYZWPad3Shuffle4_RunFallbackShuffle_m7AC4E5D87A55D32116D30E6E69B39618EFC01BE7_inline((XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B *)(XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle3(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle3_TisDefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98_mEBA479CC9132B89D91936C933235652CC5DDE15F_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98 ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; DefaultShuffle3_RunFallbackShuffle_mF9F27DC7BABE2588757969F3F092553D9B4BF333_inline((DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98 *)(DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98 *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4_TisWXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362_m515D98D346DC0836145CB852FEFBDF56D6FDF4D6_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362 ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; WXYZShuffle4_RunFallbackShuffle_m5789FBFD6414F6E43007E66BE38E7B4E9AF6AD27_inline((WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362 *)(WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362 *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4_TisWZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C_m102313DAD84B194CFCFC489ED481E9FCEE9C41D8_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; WZYXShuffle4_RunFallbackShuffle_m4528BD7EF3B06FCF129544D71D66493C3FF2E2F8_inline((WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C *)(WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4_TisXWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4_m97F6DC1022FC3B536876814FA66077F126E1EA4D_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4 ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; XWZYShuffle4_RunFallbackShuffle_mC393E144B49AFBE3997AF0955BF40A149EDEB6FC_inline((XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4 *)(XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4 *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4_TisYZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F_m3B8CFCD4EDCE3DA5C73BF029FA8AD0B865331628_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; YZWXShuffle4_RunFallbackShuffle_mC0C5E5FD796BE8F9DE26A2B6F745FACF54673D9A_inline((YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F *)(YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4_TisZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426_m57EDF47C45805684F748F876D9264FDAA47E5946_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426 ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; ZYXWShuffle4_RunFallbackShuffle_mA0609F4B90863D181C60F4AE574A9FEF62DAAD49_inline((ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426 *)(ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426 *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4Slice3(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4Slice3_TisDefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19_m073065EE5497C215A4004312B8842A961CA41140_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19 ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; DefaultShuffle4Slice3_RunFallbackShuffle_m27B99E6BAC7AF2FA534DC85BA357929ABCF68034_inline((DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19 *)(DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19 *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void SixLabors.ImageSharp.SimdUtils::Shuffle4Slice3(System.ReadOnlySpan`1,System.Span`1,TShuffle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimdUtils_Shuffle4Slice3_TisXYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B_mC94C753F20B6BDAEEB71E83CDD9866815E7F68EF_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B ___shuffle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0019; } } { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_1 = ___source0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; XYZWShuffle4Slice3_RunFallbackShuffle_mD035AB3CF20E0F56DE0CF3B27D17B86F5DA7CB22_inline((XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B *)(XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B *)(&___shuffle2), (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_1, (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t4E829FF152E1FD143B0527FE7C833AEB5B096904_m63BFD18D6ECE79C02A7001C8B53784E21EEE05E6_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_2 = (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)(MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * L_3 = (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A_m797999F4CB1AEAD14159ACFBF152F2EBD0C301C4_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_2 = (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)(MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * L_3 = (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273_m9A32139E82A4667874182C1E18A5F874C255DA34_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_2 = (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)(MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * L_3 = (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68_m6FB43D62400A797F2D6FF54ACD65AE449F48086F_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_2 = (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)(MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * L_3 = (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tFEAFC7C364C693DA9F287675C6B967877F7A393A_m92927016D39D96FC9CB01B12E6C3B0521B161AF8_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_2 = (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)(MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * L_3 = (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t885415045473B7F42DAE4C8679D299E13D170D6A_m09F03DFF41F0A993F01D6E9DD413D33641101B89_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_2 = (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)(MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * L_3 = (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2_m573C52A2EB9E0AE2A784D383C126425D33FA28A0_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_2 = (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)(MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * L_3 = (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5_mD8D8763C7F86203649D7C474E9A61421C5576B90_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_2 = (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)(MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * L_3 = (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8_m5EEA44F5EB92E2713030F2EF74896FED139305C6_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_2 = (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)(MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * L_3 = (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tBE5A508CCA947A8962539D91227EF9EAC312BECF_m8038C15BD1D18D77D04F89756F5DB7EF247EF425_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_2 = (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)(MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * L_3 = (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F_m31ED414A0A1F469E207A935505987E76F1CB5927_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_2 = (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)(MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * L_3 = (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE_mBB82F8D524485B770ED3B47070F4253727A3C770_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_2 = (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)(MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * L_3 = (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t4C99072E11077166377CCD2881DF934837F9BA3B_m8195365BB78AC85C388F4468BAF641FA2E407BEB_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_2 = (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)(MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * L_3 = (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F_m1CB5D080B1A9EBBC717B3AF410DF4EE7C3F7EE9C_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_2 = (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)(MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * L_3 = (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C_m28077D62A748F23A46277F9765B076F46C95BD0F_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_2 = (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)(MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * L_3 = (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t1146D1A10D3D26340B36635CA612E6BEC02071BB_m98292B4DBFBB94BB0352637096DAF7C62C2AD9DB_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_2 = (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)(MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * L_3 = (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tB524CC81FBD87492BC411766CDB3040D1799053A_m60A181996988D91FEC716B7314B575B9BEF1F5AD_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_2 = (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)(MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * L_3 = (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C_m2E33632F1EE391269102E0AD82C3C9E74DEB3E47_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_2 = (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)(MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * L_3 = (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tA06D03FB285413EF22AD97BA17594D96C7BDED20_m913C8EBC78B5743ACB87AEEDB3C003FE2FA45B12_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_2 = (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)(MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * L_3 = (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t94BC4CA21F440059214263A242302F917CFF4F8D_mEBB8654528A631A9BA3541DBDB36D2A605A57248_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_2 = (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)(MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * L_3 = (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD_m247F7B6CE4B146DD324234AF19E0C55D24F4A783_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_2 = (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)(MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * L_3 = (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE_m1404470C8FA7A30A9DEA0A145F07AC45EC992EAE_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_2 = (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)(MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * L_3 = (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637_m9466FE3020605A6A3B716F3BAD7A36BAE24DA0A4_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_2 = (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)(MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * L_3 = (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0_m03FF192F1CC24E83ABC5A3E9B1A894A374F1556D_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_2 = (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)(MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * L_3 = (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF_mBF3CA3D2D2FDA7337D63D28C5971E27AB3207C9D_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_2 = (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)(MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * L_3 = (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D_m36B84A3BBD69A43D578039038A1F48195AB007A2_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_2 = (MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)(MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * L_3 = (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *, MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t7917636C1914E6FF2D0FCD7523919A0CE7471807_m5611765B9D60837959A5814D9C8C23B9D18AD138_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_2 = (MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)(MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * L_3 = (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *, MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329_mDF0CC9C1641FE3F6CBFE39B97011ED35E839C645_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_2 = (MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)(MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * L_3 = (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *, MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate>(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisMoment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15_m9DD51F92AEF6FB9849A729D89D255957573925A1_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_2 = (MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)(MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * L_3 = (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *, MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m129281A89B11B7C3DB4A411105E9D2D810EFDDF7_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_2 = (A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)(A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * L_3 = (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *, A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8DFEFC4B15EFB4BC0B96A4BA882BE81F7A44B7CE_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_2 = (Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)(Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * L_3 = (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *, Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF7DECDF030853D6CBDA0BF2015E08B0ADD9948A7_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_2 = (Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)(Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * L_3 = (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *, Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m989FB8D4747FF536F204A6F563AAAA0E53D48CF4_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_2 = (Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)(Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * L_3 = (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *, Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m379F5BEF9278B05591A3E7ED69CBD3D789BF9F9B_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_2 = (Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)(Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * L_3 = (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *, Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m3C5828AB2CEC1EF0FD0CEA01B53DDAD4EE935C29_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_2 = (Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)(Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * L_3 = (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *, Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m73C41F486BD8486D297F5670BEFCBB5FC3A04EFC_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_2 = (Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)(Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * L_3 = (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *, Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mA5C480CB7AEBC999C766E1B3257C3E7E4DA0ADEF_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_2 = (Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)(Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * L_3 = (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *, Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_m950E45B75BE4AF7A6A90BDD098AAA75AC04EF2F9_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_2 = (Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)(Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * L_3 = (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *, Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mAF77D708A668F97FDC98B7EDD9AA1E60C54EBBEF_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * L_3 = (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mC309CB07DB59A9B82DC8686EDA21CEE68B3D28F8_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * L_3 = (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m1C213E352EF1ECDE853A9B012EF2141BEFE6F694_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_2 = (Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)(Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * L_3 = (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *, Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisComplexVector4_t88219122749587130667C01407E5E785BC2055EB_m9FAE01D797ED205AB0A65B9A087D209CEDAF70EB_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_2 = (ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)(ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * L_3 = (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *, ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m6118FF46ADEAE260F9F9EE37AB5B9C65015725D3_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_2 = (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)(DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * L_3 = (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *, DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m8426CF6B0490F62A9D3FF681F5174DF9BA63B5AD_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * L_3 = (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7CE0AC0C0EAD8FD67D80B4F5C99D24623236295C_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_2 = (HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)(HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * L_3 = (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *, HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m8F01EC6AD0C5B3190B5A34F8D04F6771B40D2AFD_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_2 = (HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)(HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * L_3 = (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *, HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mED6723FA84D53AA17BCC69085604E4333406A0C9_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_2 = (HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)(HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * L_3 = (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *, HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8835858C2A9A2E1B418308E92366F178B2A27603_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_2 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * L_3 = (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE6A3287297E48807EC7F6617AE9FE499E95EB18F_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * L_3 = (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m8F55F15EBDFB6C099FC2774F5E8BEC0A0B8EF550_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_2 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * L_3 = (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m583C9D5BB4E966863AC497E1212AFEAB5AEE0AC3_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_2 = (L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)(L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * L_3 = (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *, L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m02196B703D50AC810FCA23801D271ED20DCEF78A_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_2 = (L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)(L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * L_3 = (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *, L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m3DFC0BEBED3E3DFB8037B67BE754465042501794_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_2 = (La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)(La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * L_3 = (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *, La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m4503B5D6202B239B99E8FF71BCF911EE9EDF316B_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_2 = (La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)(La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * L_3 = (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *, La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mA7C3229BCAA52CDAF73D447201D91F9D5AF2714D_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_2 = (NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)(NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * L_3 = (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *, NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m7D81552C0B32A2D196A162BE0371D9F19F43A614_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_2 = (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)(NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * L_3 = (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mE9CF2BDA4132C8CB486CAAEFDEB443A24A450D64_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_2 = (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)(NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * L_3 = (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m2972F996D4F044A5A4D089E36BFA46AC66653735_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_2 = (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)(NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * L_3 = (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mA5C4A0FBDE20B055BD026558BFC86D630E95951F_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_2 = (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)(Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * L_3 = (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m5FB01AF36F744A9456B2973A35FC0103A02C8784_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_2 = (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)(Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * L_3 = (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m04B7257EF48F4FC9E665BAF503A4EBEEC7F2098A_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_2 = (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)(Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * L_3 = (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mE63F3ECEDA32DF8BA411A4EFF1A9E7E853C5909D_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_2 = (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)(Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * L_3 = (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mF5636ADBF3EEAFE54EAEDCDD6992246F1817D4A1_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_2 = (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)(Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * L_3 = (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mB475E5DA26800855BC5A37146972DCD6951F30CA_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_2 = (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)(Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * L_3 = (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mC73564BDCE498B53690A96FA4D963A491D5B4C91_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_2 = (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)(RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * L_3 = (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mB50DC565140ECFEE4A4F83D1A5161FC3094803E8_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_2 = (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)(Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * L_3 = (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m5934E9AFAEAB4C8FB946853B8E6025D940B90727_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_2 = (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)(Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * L_3 = (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m15A1CF7CFE29D28D56301F7B5091CAC49EC82D47_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * L_3 = (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m0A6FD540915452A76F299DAB0505253E668ACE7A_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_2 = (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * L_3 = (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *, UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m45FC00C4F367B687ADEE34855E018DA1F56B8C8B_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * L_3 = (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m263E4155207B8837180C31B55EC7A61612507F2C_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * L_3 = (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Memory.SimpleGcMemoryAllocator::Allocate(System.Int32,SixLabors.ImageSharp.Memory.AllocationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SimpleGcMemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_m370E01D2E1C36C96DC7B163B6EB082BBB0909CB6_gshared (SimpleGcMemoryAllocator_t0460E13E443A25CD130CC320F9BAFCC693A11FC7 * __this, int32_t ___length0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length0; Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline((int32_t)L_0, (int32_t)0, (String_t*)_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB, /*hidden argument*/NULL); int32_t L_1 = ___length0; Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_2 = (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1); BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * L_3 = (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(L_3, (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_3; } } // System.Void MathNet.Numerics.Sorting::QuickSort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Collections.Generic.IComparer`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_QuickSort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_mC26EED392CB3AE99C40E5D0CEBBE69DE7B575D3E_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, RuntimeObject* ___comparer2, int32_t ___left3, int32_t ___right4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; IL_0000: { int32_t L_0 = ___left3; V_0 = (int32_t)L_0; int32_t L_1 = ___right4; V_1 = (int32_t)L_1; int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)))); RuntimeObject* L_5 = ___comparer2; RuntimeObject* L_6 = ___keys0; int32_t L_7 = V_0; NullCheck((RuntimeObject*)L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)L_7); RuntimeObject* L_9 = ___keys0; int32_t L_10 = V_2; NullCheck((RuntimeObject*)L_9); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)L_10); NullCheck((RuntimeObject*)L_5); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_5, (int32_t)L_8, (int32_t)L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject* L_13 = ___keys0; int32_t L_14 = V_0; int32_t L_15 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_16 = ___items1; int32_t L_17 = V_0; int32_t L_18 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0034: { RuntimeObject* L_19 = ___comparer2; RuntimeObject* L_20 = ___keys0; int32_t L_21 = V_0; NullCheck((RuntimeObject*)L_20); int32_t L_22; L_22 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_20, (int32_t)L_21); RuntimeObject* L_23 = ___keys0; int32_t L_24 = V_1; NullCheck((RuntimeObject*)L_23); int32_t L_25; L_25 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_23, (int32_t)L_24); NullCheck((RuntimeObject*)L_19); int32_t L_26; L_26 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_19, (int32_t)L_22, (int32_t)L_25); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_005b; } } { RuntimeObject* L_27 = ___keys0; int32_t L_28 = V_0; int32_t L_29 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_27, (int32_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_30 = ___items1; int32_t L_31 = V_0; int32_t L_32 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_30, (int32_t)L_31, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_005b: { RuntimeObject* L_33 = ___comparer2; RuntimeObject* L_34 = ___keys0; int32_t L_35 = V_2; NullCheck((RuntimeObject*)L_34); int32_t L_36; L_36 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_34, (int32_t)L_35); RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_1; NullCheck((RuntimeObject*)L_37); int32_t L_39; L_39 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_37, (int32_t)L_38); NullCheck((RuntimeObject*)L_33); int32_t L_40; L_40 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_36, (int32_t)L_39); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_0082; } } { RuntimeObject* L_41 = ___keys0; int32_t L_42 = V_2; int32_t L_43 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_41, (int32_t)L_42, (int32_t)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_44 = ___items1; int32_t L_45 = V_2; int32_t L_46 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_44, (int32_t)L_45, (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0082: { RuntimeObject* L_47 = ___keys0; int32_t L_48 = V_2; NullCheck((RuntimeObject*)L_47); int32_t L_49; L_49 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_47, (int32_t)L_48); V_3 = (int32_t)L_49; goto IL_0090; } IL_008c: { int32_t L_50 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0090: { RuntimeObject* L_51 = ___comparer2; RuntimeObject* L_52 = ___keys0; int32_t L_53 = V_0; NullCheck((RuntimeObject*)L_52); int32_t L_54; L_54 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_52, (int32_t)L_53); int32_t L_55 = V_3; NullCheck((RuntimeObject*)L_51); int32_t L_56; L_56 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_51, (int32_t)L_54, (int32_t)L_55); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_008c; } } { goto IL_00a7; } IL_00a3: { int32_t L_57 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)); } IL_00a7: { RuntimeObject* L_58 = ___comparer2; int32_t L_59 = V_3; RuntimeObject* L_60 = ___keys0; int32_t L_61 = V_1; NullCheck((RuntimeObject*)L_60); int32_t L_62; L_62 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_60, (int32_t)L_61); NullCheck((RuntimeObject*)L_58); int32_t L_63; L_63 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_58, (int32_t)L_59, (int32_t)L_62); if ((((int32_t)L_63) < ((int32_t)0))) { goto IL_00a3; } } { int32_t L_64 = V_0; int32_t L_65 = V_1; if ((((int32_t)L_64) > ((int32_t)L_65))) { goto IL_00dc; } } { int32_t L_66 = V_0; int32_t L_67 = V_1; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_00d0; } } { RuntimeObject* L_68 = ___keys0; int32_t L_69 = V_0; int32_t L_70 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_68, (int32_t)L_69, (int32_t)L_70, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_71 = ___items1; int32_t L_72 = V_0; int32_t L_73 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_71, (int32_t)L_72, (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_00d0: { int32_t L_74 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); int32_t L_75 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_0; int32_t L_77 = V_1; if ((((int32_t)L_76) <= ((int32_t)L_77))) { goto IL_0090; } } IL_00dc: { int32_t L_78 = V_1; int32_t L_79 = ___left3; int32_t L_80 = ___right4; int32_t L_81 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81))))) { goto IL_00f8; } } { int32_t L_82 = ___left3; int32_t L_83 = V_1; if ((((int32_t)L_82) >= ((int32_t)L_83))) { goto IL_00f3; } } { RuntimeObject* L_84 = ___keys0; RuntimeObject* L_85 = ___items1; RuntimeObject* L_86 = ___comparer2; int32_t L_87 = ___left3; int32_t L_88 = V_1; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_84, (RuntimeObject*)L_85, (RuntimeObject*)L_86, (int32_t)L_87, (int32_t)L_88, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_00f3: { int32_t L_89 = V_0; ___left3 = (int32_t)L_89; goto IL_010b; } IL_00f8: { int32_t L_90 = V_0; int32_t L_91 = ___right4; if ((((int32_t)L_90) >= ((int32_t)L_91))) { goto IL_0108; } } { RuntimeObject* L_92 = ___keys0; RuntimeObject* L_93 = ___items1; RuntimeObject* L_94 = ___comparer2; int32_t L_95 = V_0; int32_t L_96 = ___right4; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_92, (RuntimeObject*)L_93, (RuntimeObject*)L_94, (int32_t)L_95, (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_0108: { int32_t L_97 = V_1; ___right4 = (int32_t)L_97; } IL_010b: { int32_t L_98 = ___left3; int32_t L_99 = ___right4; if ((((int32_t)L_98) < ((int32_t)L_99))) { goto IL_0000; } } { return; } } // System.Void MathNet.Numerics.Sorting::QuickSort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Collections.Generic.IComparer`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_QuickSort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_mB3994676C18D209E0029ACF74A713DBE26E59E51_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, RuntimeObject* ___comparer2, int32_t ___left3, int32_t ___right4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; IL_0000: { int32_t L_0 = ___left3; V_0 = (int32_t)L_0; int32_t L_1 = ___right4; V_1 = (int32_t)L_1; int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)))); RuntimeObject* L_5 = ___comparer2; RuntimeObject* L_6 = ___keys0; int32_t L_7 = V_0; NullCheck((RuntimeObject*)L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)L_7); RuntimeObject* L_9 = ___keys0; int32_t L_10 = V_2; NullCheck((RuntimeObject*)L_9); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)L_10); NullCheck((RuntimeObject*)L_5); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_5, (int32_t)L_8, (int32_t)L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject* L_13 = ___keys0; int32_t L_14 = V_0; int32_t L_15 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_16 = ___items1; int32_t L_17 = V_0; int32_t L_18 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0034: { RuntimeObject* L_19 = ___comparer2; RuntimeObject* L_20 = ___keys0; int32_t L_21 = V_0; NullCheck((RuntimeObject*)L_20); int32_t L_22; L_22 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_20, (int32_t)L_21); RuntimeObject* L_23 = ___keys0; int32_t L_24 = V_1; NullCheck((RuntimeObject*)L_23); int32_t L_25; L_25 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_23, (int32_t)L_24); NullCheck((RuntimeObject*)L_19); int32_t L_26; L_26 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_19, (int32_t)L_22, (int32_t)L_25); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_005b; } } { RuntimeObject* L_27 = ___keys0; int32_t L_28 = V_0; int32_t L_29 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_27, (int32_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_30 = ___items1; int32_t L_31 = V_0; int32_t L_32 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_30, (int32_t)L_31, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_005b: { RuntimeObject* L_33 = ___comparer2; RuntimeObject* L_34 = ___keys0; int32_t L_35 = V_2; NullCheck((RuntimeObject*)L_34); int32_t L_36; L_36 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_34, (int32_t)L_35); RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_1; NullCheck((RuntimeObject*)L_37); int32_t L_39; L_39 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_37, (int32_t)L_38); NullCheck((RuntimeObject*)L_33); int32_t L_40; L_40 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_36, (int32_t)L_39); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_0082; } } { RuntimeObject* L_41 = ___keys0; int32_t L_42 = V_2; int32_t L_43 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_41, (int32_t)L_42, (int32_t)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_44 = ___items1; int32_t L_45 = V_2; int32_t L_46 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_44, (int32_t)L_45, (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0082: { RuntimeObject* L_47 = ___keys0; int32_t L_48 = V_2; NullCheck((RuntimeObject*)L_47); int32_t L_49; L_49 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_47, (int32_t)L_48); V_3 = (int32_t)L_49; goto IL_0090; } IL_008c: { int32_t L_50 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0090: { RuntimeObject* L_51 = ___comparer2; RuntimeObject* L_52 = ___keys0; int32_t L_53 = V_0; NullCheck((RuntimeObject*)L_52); int32_t L_54; L_54 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_52, (int32_t)L_53); int32_t L_55 = V_3; NullCheck((RuntimeObject*)L_51); int32_t L_56; L_56 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_51, (int32_t)L_54, (int32_t)L_55); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_008c; } } { goto IL_00a7; } IL_00a3: { int32_t L_57 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)); } IL_00a7: { RuntimeObject* L_58 = ___comparer2; int32_t L_59 = V_3; RuntimeObject* L_60 = ___keys0; int32_t L_61 = V_1; NullCheck((RuntimeObject*)L_60); int32_t L_62; L_62 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_60, (int32_t)L_61); NullCheck((RuntimeObject*)L_58); int32_t L_63; L_63 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_58, (int32_t)L_59, (int32_t)L_62); if ((((int32_t)L_63) < ((int32_t)0))) { goto IL_00a3; } } { int32_t L_64 = V_0; int32_t L_65 = V_1; if ((((int32_t)L_64) > ((int32_t)L_65))) { goto IL_00dc; } } { int32_t L_66 = V_0; int32_t L_67 = V_1; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_00d0; } } { RuntimeObject* L_68 = ___keys0; int32_t L_69 = V_0; int32_t L_70 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_68, (int32_t)L_69, (int32_t)L_70, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_71 = ___items1; int32_t L_72 = V_0; int32_t L_73 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_71, (int32_t)L_72, (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_00d0: { int32_t L_74 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); int32_t L_75 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_0; int32_t L_77 = V_1; if ((((int32_t)L_76) <= ((int32_t)L_77))) { goto IL_0090; } } IL_00dc: { int32_t L_78 = V_1; int32_t L_79 = ___left3; int32_t L_80 = ___right4; int32_t L_81 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81))))) { goto IL_00f8; } } { int32_t L_82 = ___left3; int32_t L_83 = V_1; if ((((int32_t)L_82) >= ((int32_t)L_83))) { goto IL_00f3; } } { RuntimeObject* L_84 = ___keys0; RuntimeObject* L_85 = ___items1; RuntimeObject* L_86 = ___comparer2; int32_t L_87 = ___left3; int32_t L_88 = V_1; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_84, (RuntimeObject*)L_85, (RuntimeObject*)L_86, (int32_t)L_87, (int32_t)L_88, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_00f3: { int32_t L_89 = V_0; ___left3 = (int32_t)L_89; goto IL_010b; } IL_00f8: { int32_t L_90 = V_0; int32_t L_91 = ___right4; if ((((int32_t)L_90) >= ((int32_t)L_91))) { goto IL_0108; } } { RuntimeObject* L_92 = ___keys0; RuntimeObject* L_93 = ___items1; RuntimeObject* L_94 = ___comparer2; int32_t L_95 = V_0; int32_t L_96 = ___right4; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_92, (RuntimeObject*)L_93, (RuntimeObject*)L_94, (int32_t)L_95, (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_0108: { int32_t L_97 = V_1; ___right4 = (int32_t)L_97; } IL_010b: { int32_t L_98 = ___left3; int32_t L_99 = ___right4; if ((((int32_t)L_98) < ((int32_t)L_99))) { goto IL_0000; } } { return; } } // System.Void MathNet.Numerics.Sorting::QuickSort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Collections.Generic.IComparer`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_QuickSort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m98E291516BF6F739976566356C923696A99D5EF5_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, RuntimeObject* ___comparer2, int32_t ___left3, int32_t ___right4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; IL_0000: { int32_t L_0 = ___left3; V_0 = (int32_t)L_0; int32_t L_1 = ___right4; V_1 = (int32_t)L_1; int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)))); RuntimeObject* L_5 = ___comparer2; RuntimeObject* L_6 = ___keys0; int32_t L_7 = V_0; NullCheck((RuntimeObject*)L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)L_7); RuntimeObject* L_9 = ___keys0; int32_t L_10 = V_2; NullCheck((RuntimeObject*)L_9); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)L_10); NullCheck((RuntimeObject*)L_5); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_5, (int32_t)L_8, (int32_t)L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject* L_13 = ___keys0; int32_t L_14 = V_0; int32_t L_15 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_16 = ___items1; int32_t L_17 = V_0; int32_t L_18 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0034: { RuntimeObject* L_19 = ___comparer2; RuntimeObject* L_20 = ___keys0; int32_t L_21 = V_0; NullCheck((RuntimeObject*)L_20); int32_t L_22; L_22 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_20, (int32_t)L_21); RuntimeObject* L_23 = ___keys0; int32_t L_24 = V_1; NullCheck((RuntimeObject*)L_23); int32_t L_25; L_25 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_23, (int32_t)L_24); NullCheck((RuntimeObject*)L_19); int32_t L_26; L_26 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_19, (int32_t)L_22, (int32_t)L_25); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_005b; } } { RuntimeObject* L_27 = ___keys0; int32_t L_28 = V_0; int32_t L_29 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_27, (int32_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_30 = ___items1; int32_t L_31 = V_0; int32_t L_32 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_30, (int32_t)L_31, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_005b: { RuntimeObject* L_33 = ___comparer2; RuntimeObject* L_34 = ___keys0; int32_t L_35 = V_2; NullCheck((RuntimeObject*)L_34); int32_t L_36; L_36 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_34, (int32_t)L_35); RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_1; NullCheck((RuntimeObject*)L_37); int32_t L_39; L_39 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_37, (int32_t)L_38); NullCheck((RuntimeObject*)L_33); int32_t L_40; L_40 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_36, (int32_t)L_39); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_0082; } } { RuntimeObject* L_41 = ___keys0; int32_t L_42 = V_2; int32_t L_43 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_41, (int32_t)L_42, (int32_t)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_44 = ___items1; int32_t L_45 = V_2; int32_t L_46 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_44, (int32_t)L_45, (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0082: { RuntimeObject* L_47 = ___keys0; int32_t L_48 = V_2; NullCheck((RuntimeObject*)L_47); int32_t L_49; L_49 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_47, (int32_t)L_48); V_3 = (int32_t)L_49; goto IL_0090; } IL_008c: { int32_t L_50 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0090: { RuntimeObject* L_51 = ___comparer2; RuntimeObject* L_52 = ___keys0; int32_t L_53 = V_0; NullCheck((RuntimeObject*)L_52); int32_t L_54; L_54 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_52, (int32_t)L_53); int32_t L_55 = V_3; NullCheck((RuntimeObject*)L_51); int32_t L_56; L_56 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_51, (int32_t)L_54, (int32_t)L_55); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_008c; } } { goto IL_00a7; } IL_00a3: { int32_t L_57 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)); } IL_00a7: { RuntimeObject* L_58 = ___comparer2; int32_t L_59 = V_3; RuntimeObject* L_60 = ___keys0; int32_t L_61 = V_1; NullCheck((RuntimeObject*)L_60); int32_t L_62; L_62 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_60, (int32_t)L_61); NullCheck((RuntimeObject*)L_58); int32_t L_63; L_63 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_58, (int32_t)L_59, (int32_t)L_62); if ((((int32_t)L_63) < ((int32_t)0))) { goto IL_00a3; } } { int32_t L_64 = V_0; int32_t L_65 = V_1; if ((((int32_t)L_64) > ((int32_t)L_65))) { goto IL_00dc; } } { int32_t L_66 = V_0; int32_t L_67 = V_1; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_00d0; } } { RuntimeObject* L_68 = ___keys0; int32_t L_69 = V_0; int32_t L_70 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_68, (int32_t)L_69, (int32_t)L_70, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_71 = ___items1; int32_t L_72 = V_0; int32_t L_73 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_71, (int32_t)L_72, (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_00d0: { int32_t L_74 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); int32_t L_75 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_0; int32_t L_77 = V_1; if ((((int32_t)L_76) <= ((int32_t)L_77))) { goto IL_0090; } } IL_00dc: { int32_t L_78 = V_1; int32_t L_79 = ___left3; int32_t L_80 = ___right4; int32_t L_81 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81))))) { goto IL_00f8; } } { int32_t L_82 = ___left3; int32_t L_83 = V_1; if ((((int32_t)L_82) >= ((int32_t)L_83))) { goto IL_00f3; } } { RuntimeObject* L_84 = ___keys0; RuntimeObject* L_85 = ___items1; RuntimeObject* L_86 = ___comparer2; int32_t L_87 = ___left3; int32_t L_88 = V_1; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_84, (RuntimeObject*)L_85, (RuntimeObject*)L_86, (int32_t)L_87, (int32_t)L_88, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_00f3: { int32_t L_89 = V_0; ___left3 = (int32_t)L_89; goto IL_010b; } IL_00f8: { int32_t L_90 = V_0; int32_t L_91 = ___right4; if ((((int32_t)L_90) >= ((int32_t)L_91))) { goto IL_0108; } } { RuntimeObject* L_92 = ___keys0; RuntimeObject* L_93 = ___items1; RuntimeObject* L_94 = ___comparer2; int32_t L_95 = V_0; int32_t L_96 = ___right4; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_92, (RuntimeObject*)L_93, (RuntimeObject*)L_94, (int32_t)L_95, (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_0108: { int32_t L_97 = V_1; ___right4 = (int32_t)L_97; } IL_010b: { int32_t L_98 = ___left3; int32_t L_99 = ___right4; if ((((int32_t)L_98) < ((int32_t)L_99))) { goto IL_0000; } } { return; } } // System.Void MathNet.Numerics.Sorting::QuickSort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Collections.Generic.IComparer`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_QuickSort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m62EC8F52723402FA69C0121D591AE6A2A04D65B3_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, RuntimeObject* ___comparer2, int32_t ___left3, int32_t ___right4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; IL_0000: { int32_t L_0 = ___left3; V_0 = (int32_t)L_0; int32_t L_1 = ___right4; V_1 = (int32_t)L_1; int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)))); RuntimeObject* L_5 = ___comparer2; RuntimeObject* L_6 = ___keys0; int32_t L_7 = V_0; NullCheck((RuntimeObject*)L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)L_7); RuntimeObject* L_9 = ___keys0; int32_t L_10 = V_2; NullCheck((RuntimeObject*)L_9); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)L_10); NullCheck((RuntimeObject*)L_5); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_5, (int32_t)L_8, (int32_t)L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject* L_13 = ___keys0; int32_t L_14 = V_0; int32_t L_15 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_16 = ___items1; int32_t L_17 = V_0; int32_t L_18 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0034: { RuntimeObject* L_19 = ___comparer2; RuntimeObject* L_20 = ___keys0; int32_t L_21 = V_0; NullCheck((RuntimeObject*)L_20); int32_t L_22; L_22 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_20, (int32_t)L_21); RuntimeObject* L_23 = ___keys0; int32_t L_24 = V_1; NullCheck((RuntimeObject*)L_23); int32_t L_25; L_25 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_23, (int32_t)L_24); NullCheck((RuntimeObject*)L_19); int32_t L_26; L_26 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_19, (int32_t)L_22, (int32_t)L_25); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_005b; } } { RuntimeObject* L_27 = ___keys0; int32_t L_28 = V_0; int32_t L_29 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_27, (int32_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_30 = ___items1; int32_t L_31 = V_0; int32_t L_32 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_30, (int32_t)L_31, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_005b: { RuntimeObject* L_33 = ___comparer2; RuntimeObject* L_34 = ___keys0; int32_t L_35 = V_2; NullCheck((RuntimeObject*)L_34); int32_t L_36; L_36 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_34, (int32_t)L_35); RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_1; NullCheck((RuntimeObject*)L_37); int32_t L_39; L_39 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_37, (int32_t)L_38); NullCheck((RuntimeObject*)L_33); int32_t L_40; L_40 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_36, (int32_t)L_39); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_0082; } } { RuntimeObject* L_41 = ___keys0; int32_t L_42 = V_2; int32_t L_43 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_41, (int32_t)L_42, (int32_t)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_44 = ___items1; int32_t L_45 = V_2; int32_t L_46 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_44, (int32_t)L_45, (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0082: { RuntimeObject* L_47 = ___keys0; int32_t L_48 = V_2; NullCheck((RuntimeObject*)L_47); int32_t L_49; L_49 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_47, (int32_t)L_48); V_3 = (int32_t)L_49; goto IL_0090; } IL_008c: { int32_t L_50 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0090: { RuntimeObject* L_51 = ___comparer2; RuntimeObject* L_52 = ___keys0; int32_t L_53 = V_0; NullCheck((RuntimeObject*)L_52); int32_t L_54; L_54 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_52, (int32_t)L_53); int32_t L_55 = V_3; NullCheck((RuntimeObject*)L_51); int32_t L_56; L_56 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_51, (int32_t)L_54, (int32_t)L_55); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_008c; } } { goto IL_00a7; } IL_00a3: { int32_t L_57 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)); } IL_00a7: { RuntimeObject* L_58 = ___comparer2; int32_t L_59 = V_3; RuntimeObject* L_60 = ___keys0; int32_t L_61 = V_1; NullCheck((RuntimeObject*)L_60); int32_t L_62; L_62 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_60, (int32_t)L_61); NullCheck((RuntimeObject*)L_58); int32_t L_63; L_63 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_58, (int32_t)L_59, (int32_t)L_62); if ((((int32_t)L_63) < ((int32_t)0))) { goto IL_00a3; } } { int32_t L_64 = V_0; int32_t L_65 = V_1; if ((((int32_t)L_64) > ((int32_t)L_65))) { goto IL_00dc; } } { int32_t L_66 = V_0; int32_t L_67 = V_1; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_00d0; } } { RuntimeObject* L_68 = ___keys0; int32_t L_69 = V_0; int32_t L_70 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_68, (int32_t)L_69, (int32_t)L_70, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_71 = ___items1; int32_t L_72 = V_0; int32_t L_73 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_71, (int32_t)L_72, (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_00d0: { int32_t L_74 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); int32_t L_75 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_0; int32_t L_77 = V_1; if ((((int32_t)L_76) <= ((int32_t)L_77))) { goto IL_0090; } } IL_00dc: { int32_t L_78 = V_1; int32_t L_79 = ___left3; int32_t L_80 = ___right4; int32_t L_81 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81))))) { goto IL_00f8; } } { int32_t L_82 = ___left3; int32_t L_83 = V_1; if ((((int32_t)L_82) >= ((int32_t)L_83))) { goto IL_00f3; } } { RuntimeObject* L_84 = ___keys0; RuntimeObject* L_85 = ___items1; RuntimeObject* L_86 = ___comparer2; int32_t L_87 = ___left3; int32_t L_88 = V_1; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_84, (RuntimeObject*)L_85, (RuntimeObject*)L_86, (int32_t)L_87, (int32_t)L_88, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_00f3: { int32_t L_89 = V_0; ___left3 = (int32_t)L_89; goto IL_010b; } IL_00f8: { int32_t L_90 = V_0; int32_t L_91 = ___right4; if ((((int32_t)L_90) >= ((int32_t)L_91))) { goto IL_0108; } } { RuntimeObject* L_92 = ___keys0; RuntimeObject* L_93 = ___items1; RuntimeObject* L_94 = ___comparer2; int32_t L_95 = V_0; int32_t L_96 = ___right4; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_92, (RuntimeObject*)L_93, (RuntimeObject*)L_94, (int32_t)L_95, (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_0108: { int32_t L_97 = V_1; ___right4 = (int32_t)L_97; } IL_010b: { int32_t L_98 = ___left3; int32_t L_99 = ___right4; if ((((int32_t)L_98) < ((int32_t)L_99))) { goto IL_0000; } } { return; } } // System.Void MathNet.Numerics.Sorting::QuickSort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Collections.Generic.IComparer`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_QuickSort_TisRuntimeObject_TisRuntimeObject_mB767BEDA1323A62A1643E43294E3E23B60302404_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, RuntimeObject* ___comparer2, int32_t ___left3, int32_t ___right4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; IL_0000: { int32_t L_0 = ___left3; V_0 = (int32_t)L_0; int32_t L_1 = ___right4; V_1 = (int32_t)L_1; int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)))); RuntimeObject* L_5 = ___comparer2; RuntimeObject* L_6 = ___keys0; int32_t L_7 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)L_7); RuntimeObject* L_9 = ___keys0; int32_t L_10 = V_2; NullCheck((RuntimeObject*)L_9); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)L_10); NullCheck((RuntimeObject*)L_5); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_5, (RuntimeObject *)L_8, (RuntimeObject *)L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0034; } } { RuntimeObject* L_13 = ___keys0; int32_t L_14 = V_0; int32_t L_15 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_16 = ___items1; int32_t L_17 = V_0; int32_t L_18 = V_2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_16, (int32_t)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0034: { RuntimeObject* L_19 = ___comparer2; RuntimeObject* L_20 = ___keys0; int32_t L_21 = V_0; NullCheck((RuntimeObject*)L_20); RuntimeObject * L_22; L_22 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_20, (int32_t)L_21); RuntimeObject* L_23 = ___keys0; int32_t L_24 = V_1; NullCheck((RuntimeObject*)L_23); RuntimeObject * L_25; L_25 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_23, (int32_t)L_24); NullCheck((RuntimeObject*)L_19); int32_t L_26; L_26 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_19, (RuntimeObject *)L_22, (RuntimeObject *)L_25); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_005b; } } { RuntimeObject* L_27 = ___keys0; int32_t L_28 = V_0; int32_t L_29 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_27, (int32_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_30 = ___items1; int32_t L_31 = V_0; int32_t L_32 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_30, (int32_t)L_31, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_005b: { RuntimeObject* L_33 = ___comparer2; RuntimeObject* L_34 = ___keys0; int32_t L_35 = V_2; NullCheck((RuntimeObject*)L_34); RuntimeObject * L_36; L_36 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_34, (int32_t)L_35); RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_1; NullCheck((RuntimeObject*)L_37); RuntimeObject * L_39; L_39 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_37, (int32_t)L_38); NullCheck((RuntimeObject*)L_33); int32_t L_40; L_40 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_33, (RuntimeObject *)L_36, (RuntimeObject *)L_39); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_0082; } } { RuntimeObject* L_41 = ___keys0; int32_t L_42 = V_2; int32_t L_43 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_41, (int32_t)L_42, (int32_t)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_44 = ___items1; int32_t L_45 = V_2; int32_t L_46 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_44, (int32_t)L_45, (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0082: { RuntimeObject* L_47 = ___keys0; int32_t L_48 = V_2; NullCheck((RuntimeObject*)L_47); RuntimeObject * L_49; L_49 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_47, (int32_t)L_48); V_3 = (RuntimeObject *)L_49; goto IL_0090; } IL_008c: { int32_t L_50 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0090: { RuntimeObject* L_51 = ___comparer2; RuntimeObject* L_52 = ___keys0; int32_t L_53 = V_0; NullCheck((RuntimeObject*)L_52); RuntimeObject * L_54; L_54 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_52, (int32_t)L_53); RuntimeObject * L_55 = V_3; NullCheck((RuntimeObject*)L_51); int32_t L_56; L_56 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_51, (RuntimeObject *)L_54, (RuntimeObject *)L_55); if ((((int32_t)L_56) < ((int32_t)0))) { goto IL_008c; } } { goto IL_00a7; } IL_00a3: { int32_t L_57 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)); } IL_00a7: { RuntimeObject* L_58 = ___comparer2; RuntimeObject * L_59 = V_3; RuntimeObject* L_60 = ___keys0; int32_t L_61 = V_1; NullCheck((RuntimeObject*)L_60); RuntimeObject * L_62; L_62 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_60, (int32_t)L_61); NullCheck((RuntimeObject*)L_58); int32_t L_63; L_63 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_58, (RuntimeObject *)L_59, (RuntimeObject *)L_62); if ((((int32_t)L_63) < ((int32_t)0))) { goto IL_00a3; } } { int32_t L_64 = V_0; int32_t L_65 = V_1; if ((((int32_t)L_64) > ((int32_t)L_65))) { goto IL_00dc; } } { int32_t L_66 = V_0; int32_t L_67 = V_1; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_00d0; } } { RuntimeObject* L_68 = ___keys0; int32_t L_69 = V_0; int32_t L_70 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_68, (int32_t)L_69, (int32_t)L_70, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject* L_71 = ___items1; int32_t L_72 = V_0; int32_t L_73 = V_1; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_71, (int32_t)L_72, (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_00d0: { int32_t L_74 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); int32_t L_75 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_0; int32_t L_77 = V_1; if ((((int32_t)L_76) <= ((int32_t)L_77))) { goto IL_0090; } } IL_00dc: { int32_t L_78 = V_1; int32_t L_79 = ___left3; int32_t L_80 = ___right4; int32_t L_81 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81))))) { goto IL_00f8; } } { int32_t L_82 = ___left3; int32_t L_83 = V_1; if ((((int32_t)L_82) >= ((int32_t)L_83))) { goto IL_00f3; } } { RuntimeObject* L_84 = ___keys0; RuntimeObject* L_85 = ___items1; RuntimeObject* L_86 = ___comparer2; int32_t L_87 = ___left3; int32_t L_88 = V_1; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_84, (RuntimeObject*)L_85, (RuntimeObject*)L_86, (int32_t)L_87, (int32_t)L_88, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_00f3: { int32_t L_89 = V_0; ___left3 = (int32_t)L_89; goto IL_010b; } IL_00f8: { int32_t L_90 = V_0; int32_t L_91 = ___right4; if ((((int32_t)L_90) >= ((int32_t)L_91))) { goto IL_0108; } } { RuntimeObject* L_92 = ___keys0; RuntimeObject* L_93 = ___items1; RuntimeObject* L_94 = ___comparer2; int32_t L_95 = V_0; int32_t L_96 = ___right4; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_92, (RuntimeObject*)L_93, (RuntimeObject*)L_94, (int32_t)L_95, (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); } IL_0108: { int32_t L_97 = V_1; ___right4 = (int32_t)L_97; } IL_010b: { int32_t L_98 = ___left3; int32_t L_99 = ___right4; if ((((int32_t)L_98) < ((int32_t)L_99))) { goto IL_0000; } } { return; } } // System.Void MathNet.Numerics.Sorting::Sort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m1E3DC70FF646402FAEF059E2A1D5A3B8A998C53F_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, int32_t ___index2, int32_t ___count3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; { int32_t L_0 = ___index2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m1E3DC70FF646402FAEF059E2A1D5A3B8A998C53F_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___index2; int32_t L_4 = ___count3; RuntimeObject* L_5 = ___keys0; NullCheck((RuntimeObject*)L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_6))) { goto IL_0029; } } IL_001e: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m1E3DC70FF646402FAEF059E2A1D5A3B8A998C53F_RuntimeMethod_var))); } IL_0029: { int32_t L_8 = ___count3; if ((((int32_t)L_8) > ((int32_t)1))) { goto IL_002e; } } { return; } IL_002e: { RuntimeObject* L_9 = ___comparer4; if (L_9) { goto IL_0039; } } { Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * L_10; L_10 = (( Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); ___comparer4 = (RuntimeObject*)L_10; } IL_0039: { int32_t L_11 = ___count3; if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_006c; } } { RuntimeObject* L_12 = ___comparer4; RuntimeObject* L_13 = ___keys0; int32_t L_14 = ___index2; NullCheck((RuntimeObject*)L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13, (int32_t)L_14); RuntimeObject* L_16 = ___keys0; int32_t L_17 = ___index2; NullCheck((RuntimeObject*)L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); NullCheck((RuntimeObject*)L_12); int32_t L_19; L_19 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_12, (int32_t)L_15, (int32_t)L_18); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_006b; } } { RuntimeObject* L_20 = ___keys0; int32_t L_21 = ___index2; int32_t L_22 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_20, (int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); RuntimeObject* L_23 = ___items1; int32_t L_24 = ___index2; int32_t L_25 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_23, (int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_006b: { return; } IL_006c: { int32_t L_26 = ___count3; if ((((int32_t)L_26) > ((int32_t)((int32_t)10)))) { goto IL_00fb; } } { int32_t L_27 = ___index2; int32_t L_28 = ___count3; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = ___index2; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_00f6; } IL_007e: { RuntimeObject* L_30 = ___keys0; int32_t L_31 = V_3; NullCheck((RuntimeObject*)L_30); int32_t L_32; L_32 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_30, (int32_t)L_31); V_4 = (int32_t)L_32; RuntimeObject* L_33 = ___items1; int32_t L_34 = V_3; NullCheck((RuntimeObject*)L_33); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_35; L_35 = InterfaceFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_33, (int32_t)L_34); V_5 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_35; int32_t L_36 = V_3; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); goto IL_00c1; } IL_0097: { RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_6; RuntimeObject* L_39 = ___keys0; int32_t L_40 = V_6; NullCheck((RuntimeObject*)L_39); int32_t L_41; L_41 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_39, (int32_t)L_40); NullCheck((RuntimeObject*)L_37); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_41); RuntimeObject* L_42 = ___items1; int32_t L_43 = V_6; RuntimeObject* L_44 = ___items1; int32_t L_45 = V_6; NullCheck((RuntimeObject*)L_44); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_46; L_46 = InterfaceFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_44, (int32_t)L_45); NullCheck((RuntimeObject*)L_42); InterfaceActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_42, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_46); int32_t L_47 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_00c1: { int32_t L_48 = V_6; int32_t L_49 = ___index2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00da; } } { RuntimeObject* L_50 = ___comparer4; RuntimeObject* L_51 = ___keys0; int32_t L_52 = V_6; NullCheck((RuntimeObject*)L_51); int32_t L_53; L_53 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_51, (int32_t)L_52); int32_t L_54 = V_4; NullCheck((RuntimeObject*)L_50); int32_t L_55; L_55 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_50, (int32_t)L_53, (int32_t)L_54); if ((((int32_t)L_55) > ((int32_t)0))) { goto IL_0097; } } IL_00da: { RuntimeObject* L_56 = ___keys0; int32_t L_57 = V_6; int32_t L_58 = V_4; NullCheck((RuntimeObject*)L_56); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_56, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), (int32_t)L_58); RuntimeObject* L_59 = ___items1; int32_t L_60 = V_6; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_61 = V_5; NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_59, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_61); int32_t L_62 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00f6: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_007e; } } { return; } IL_00fb: { RuntimeObject* L_65 = ___keys0; V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)IsInst((RuntimeObject*)L_65, IL2CPP_RGCTX_DATA(method->rgctx_data, 8))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = V_0; if (!L_66) { goto IL_011b; } } { RuntimeObject* L_67 = ___items1; V_1 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)((ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)IsInst((RuntimeObject*)L_67, IL2CPP_RGCTX_DATA(method->rgctx_data, 9))); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_68 = V_1; if (!L_68) { goto IL_011b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = V_0; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_70 = V_1; int32_t L_71 = ___index2; int32_t L_72 = ___count3; RuntimeObject* L_73 = ___comparer4; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_69, (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_70, (int32_t)L_71, (int32_t)L_72, (RuntimeObject*)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return; } IL_011b: { RuntimeObject* L_74 = ___keys0; RuntimeObject* L_75 = ___items1; RuntimeObject* L_76 = ___comparer4; int32_t L_77 = ___index2; int32_t L_78 = ___count3; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)((RuntimeObject*)L_74, (RuntimeObject*)L_75, (RuntimeObject*)L_76, (int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); return; } } // System.Void MathNet.Numerics.Sorting::Sort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_mA90189A9F5CFC2410329A9BD3649AFC7231D4863_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, int32_t ___index2, int32_t ___count3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; { int32_t L_0 = ___index2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_mA90189A9F5CFC2410329A9BD3649AFC7231D4863_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___index2; int32_t L_4 = ___count3; RuntimeObject* L_5 = ___keys0; NullCheck((RuntimeObject*)L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_6))) { goto IL_0029; } } IL_001e: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_mA90189A9F5CFC2410329A9BD3649AFC7231D4863_RuntimeMethod_var))); } IL_0029: { int32_t L_8 = ___count3; if ((((int32_t)L_8) > ((int32_t)1))) { goto IL_002e; } } { return; } IL_002e: { RuntimeObject* L_9 = ___comparer4; if (L_9) { goto IL_0039; } } { Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * L_10; L_10 = (( Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); ___comparer4 = (RuntimeObject*)L_10; } IL_0039: { int32_t L_11 = ___count3; if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_006c; } } { RuntimeObject* L_12 = ___comparer4; RuntimeObject* L_13 = ___keys0; int32_t L_14 = ___index2; NullCheck((RuntimeObject*)L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13, (int32_t)L_14); RuntimeObject* L_16 = ___keys0; int32_t L_17 = ___index2; NullCheck((RuntimeObject*)L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); NullCheck((RuntimeObject*)L_12); int32_t L_19; L_19 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_12, (int32_t)L_15, (int32_t)L_18); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_006b; } } { RuntimeObject* L_20 = ___keys0; int32_t L_21 = ___index2; int32_t L_22 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_20, (int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); RuntimeObject* L_23 = ___items1; int32_t L_24 = ___index2; int32_t L_25 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_23, (int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_006b: { return; } IL_006c: { int32_t L_26 = ___count3; if ((((int32_t)L_26) > ((int32_t)((int32_t)10)))) { goto IL_00fb; } } { int32_t L_27 = ___index2; int32_t L_28 = ___count3; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = ___index2; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_00f6; } IL_007e: { RuntimeObject* L_30 = ___keys0; int32_t L_31 = V_3; NullCheck((RuntimeObject*)L_30); int32_t L_32; L_32 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_30, (int32_t)L_31); V_4 = (int32_t)L_32; RuntimeObject* L_33 = ___items1; int32_t L_34 = V_3; NullCheck((RuntimeObject*)L_33); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_35; L_35 = InterfaceFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_33, (int32_t)L_34); V_5 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_35; int32_t L_36 = V_3; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); goto IL_00c1; } IL_0097: { RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_6; RuntimeObject* L_39 = ___keys0; int32_t L_40 = V_6; NullCheck((RuntimeObject*)L_39); int32_t L_41; L_41 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_39, (int32_t)L_40); NullCheck((RuntimeObject*)L_37); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_41); RuntimeObject* L_42 = ___items1; int32_t L_43 = V_6; RuntimeObject* L_44 = ___items1; int32_t L_45 = V_6; NullCheck((RuntimeObject*)L_44); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_46; L_46 = InterfaceFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_44, (int32_t)L_45); NullCheck((RuntimeObject*)L_42); InterfaceActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_42, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_46); int32_t L_47 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_00c1: { int32_t L_48 = V_6; int32_t L_49 = ___index2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00da; } } { RuntimeObject* L_50 = ___comparer4; RuntimeObject* L_51 = ___keys0; int32_t L_52 = V_6; NullCheck((RuntimeObject*)L_51); int32_t L_53; L_53 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_51, (int32_t)L_52); int32_t L_54 = V_4; NullCheck((RuntimeObject*)L_50); int32_t L_55; L_55 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_50, (int32_t)L_53, (int32_t)L_54); if ((((int32_t)L_55) > ((int32_t)0))) { goto IL_0097; } } IL_00da: { RuntimeObject* L_56 = ___keys0; int32_t L_57 = V_6; int32_t L_58 = V_4; NullCheck((RuntimeObject*)L_56); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_56, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), (int32_t)L_58); RuntimeObject* L_59 = ___items1; int32_t L_60 = V_6; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_61 = V_5; NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_59, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_61); int32_t L_62 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00f6: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_007e; } } { return; } IL_00fb: { RuntimeObject* L_65 = ___keys0; V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)IsInst((RuntimeObject*)L_65, IL2CPP_RGCTX_DATA(method->rgctx_data, 8))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = V_0; if (!L_66) { goto IL_011b; } } { RuntimeObject* L_67 = ___items1; V_1 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)((Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)IsInst((RuntimeObject*)L_67, IL2CPP_RGCTX_DATA(method->rgctx_data, 9))); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_68 = V_1; if (!L_68) { goto IL_011b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = V_0; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_70 = V_1; int32_t L_71 = ___index2; int32_t L_72 = ___count3; RuntimeObject* L_73 = ___comparer4; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_69, (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_70, (int32_t)L_71, (int32_t)L_72, (RuntimeObject*)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return; } IL_011b: { RuntimeObject* L_74 = ___keys0; RuntimeObject* L_75 = ___items1; RuntimeObject* L_76 = ___comparer4; int32_t L_77 = ___index2; int32_t L_78 = ___count3; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)((RuntimeObject*)L_74, (RuntimeObject*)L_75, (RuntimeObject*)L_76, (int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); return; } } // System.Void MathNet.Numerics.Sorting::Sort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mF25DEC3DC857173DC665ED35BAF6D57DB36A240B_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, int32_t ___index2, int32_t ___count3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; double V_5 = 0.0; int32_t V_6 = 0; { int32_t L_0 = ___index2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mF25DEC3DC857173DC665ED35BAF6D57DB36A240B_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___index2; int32_t L_4 = ___count3; RuntimeObject* L_5 = ___keys0; NullCheck((RuntimeObject*)L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_6))) { goto IL_0029; } } IL_001e: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mF25DEC3DC857173DC665ED35BAF6D57DB36A240B_RuntimeMethod_var))); } IL_0029: { int32_t L_8 = ___count3; if ((((int32_t)L_8) > ((int32_t)1))) { goto IL_002e; } } { return; } IL_002e: { RuntimeObject* L_9 = ___comparer4; if (L_9) { goto IL_0039; } } { Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * L_10; L_10 = (( Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); ___comparer4 = (RuntimeObject*)L_10; } IL_0039: { int32_t L_11 = ___count3; if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_006c; } } { RuntimeObject* L_12 = ___comparer4; RuntimeObject* L_13 = ___keys0; int32_t L_14 = ___index2; NullCheck((RuntimeObject*)L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13, (int32_t)L_14); RuntimeObject* L_16 = ___keys0; int32_t L_17 = ___index2; NullCheck((RuntimeObject*)L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); NullCheck((RuntimeObject*)L_12); int32_t L_19; L_19 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_12, (int32_t)L_15, (int32_t)L_18); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_006b; } } { RuntimeObject* L_20 = ___keys0; int32_t L_21 = ___index2; int32_t L_22 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_20, (int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); RuntimeObject* L_23 = ___items1; int32_t L_24 = ___index2; int32_t L_25 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_23, (int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_006b: { return; } IL_006c: { int32_t L_26 = ___count3; if ((((int32_t)L_26) > ((int32_t)((int32_t)10)))) { goto IL_00fb; } } { int32_t L_27 = ___index2; int32_t L_28 = ___count3; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = ___index2; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_00f6; } IL_007e: { RuntimeObject* L_30 = ___keys0; int32_t L_31 = V_3; NullCheck((RuntimeObject*)L_30); int32_t L_32; L_32 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_30, (int32_t)L_31); V_4 = (int32_t)L_32; RuntimeObject* L_33 = ___items1; int32_t L_34 = V_3; NullCheck((RuntimeObject*)L_33); double L_35; L_35 = InterfaceFuncInvoker1< double, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_33, (int32_t)L_34); V_5 = (double)L_35; int32_t L_36 = V_3; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); goto IL_00c1; } IL_0097: { RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_6; RuntimeObject* L_39 = ___keys0; int32_t L_40 = V_6; NullCheck((RuntimeObject*)L_39); int32_t L_41; L_41 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_39, (int32_t)L_40); NullCheck((RuntimeObject*)L_37); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_41); RuntimeObject* L_42 = ___items1; int32_t L_43 = V_6; RuntimeObject* L_44 = ___items1; int32_t L_45 = V_6; NullCheck((RuntimeObject*)L_44); double L_46; L_46 = InterfaceFuncInvoker1< double, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_44, (int32_t)L_45); NullCheck((RuntimeObject*)L_42); InterfaceActionInvoker2< int32_t, double >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_42, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), (double)L_46); int32_t L_47 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_00c1: { int32_t L_48 = V_6; int32_t L_49 = ___index2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00da; } } { RuntimeObject* L_50 = ___comparer4; RuntimeObject* L_51 = ___keys0; int32_t L_52 = V_6; NullCheck((RuntimeObject*)L_51); int32_t L_53; L_53 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_51, (int32_t)L_52); int32_t L_54 = V_4; NullCheck((RuntimeObject*)L_50); int32_t L_55; L_55 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_50, (int32_t)L_53, (int32_t)L_54); if ((((int32_t)L_55) > ((int32_t)0))) { goto IL_0097; } } IL_00da: { RuntimeObject* L_56 = ___keys0; int32_t L_57 = V_6; int32_t L_58 = V_4; NullCheck((RuntimeObject*)L_56); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_56, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), (int32_t)L_58); RuntimeObject* L_59 = ___items1; int32_t L_60 = V_6; double L_61 = V_5; NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker2< int32_t, double >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_59, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)), (double)L_61); int32_t L_62 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00f6: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_007e; } } { return; } IL_00fb: { RuntimeObject* L_65 = ___keys0; V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)IsInst((RuntimeObject*)L_65, IL2CPP_RGCTX_DATA(method->rgctx_data, 8))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = V_0; if (!L_66) { goto IL_011b; } } { RuntimeObject* L_67 = ___items1; V_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)((DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)IsInst((RuntimeObject*)L_67, IL2CPP_RGCTX_DATA(method->rgctx_data, 9))); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_68 = V_1; if (!L_68) { goto IL_011b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = V_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_70 = V_1; int32_t L_71 = ___index2; int32_t L_72 = ___count3; RuntimeObject* L_73 = ___comparer4; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_69, (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_70, (int32_t)L_71, (int32_t)L_72, (RuntimeObject*)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return; } IL_011b: { RuntimeObject* L_74 = ___keys0; RuntimeObject* L_75 = ___items1; RuntimeObject* L_76 = ___comparer4; int32_t L_77 = ___index2; int32_t L_78 = ___count3; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)((RuntimeObject*)L_74, (RuntimeObject*)L_75, (RuntimeObject*)L_76, (int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); return; } } // System.Void MathNet.Numerics.Sorting::Sort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE47C8A9CEA435F9D905756CB6D40047E5BA6375F_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, int32_t ___index2, int32_t ___count3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; float V_5 = 0.0f; int32_t V_6 = 0; { int32_t L_0 = ___index2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE47C8A9CEA435F9D905756CB6D40047E5BA6375F_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___index2; int32_t L_4 = ___count3; RuntimeObject* L_5 = ___keys0; NullCheck((RuntimeObject*)L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_6))) { goto IL_0029; } } IL_001e: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE47C8A9CEA435F9D905756CB6D40047E5BA6375F_RuntimeMethod_var))); } IL_0029: { int32_t L_8 = ___count3; if ((((int32_t)L_8) > ((int32_t)1))) { goto IL_002e; } } { return; } IL_002e: { RuntimeObject* L_9 = ___comparer4; if (L_9) { goto IL_0039; } } { Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * L_10; L_10 = (( Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); ___comparer4 = (RuntimeObject*)L_10; } IL_0039: { int32_t L_11 = ___count3; if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_006c; } } { RuntimeObject* L_12 = ___comparer4; RuntimeObject* L_13 = ___keys0; int32_t L_14 = ___index2; NullCheck((RuntimeObject*)L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13, (int32_t)L_14); RuntimeObject* L_16 = ___keys0; int32_t L_17 = ___index2; NullCheck((RuntimeObject*)L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); NullCheck((RuntimeObject*)L_12); int32_t L_19; L_19 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_12, (int32_t)L_15, (int32_t)L_18); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_006b; } } { RuntimeObject* L_20 = ___keys0; int32_t L_21 = ___index2; int32_t L_22 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_20, (int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); RuntimeObject* L_23 = ___items1; int32_t L_24 = ___index2; int32_t L_25 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_23, (int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_006b: { return; } IL_006c: { int32_t L_26 = ___count3; if ((((int32_t)L_26) > ((int32_t)((int32_t)10)))) { goto IL_00fb; } } { int32_t L_27 = ___index2; int32_t L_28 = ___count3; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = ___index2; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_00f6; } IL_007e: { RuntimeObject* L_30 = ___keys0; int32_t L_31 = V_3; NullCheck((RuntimeObject*)L_30); int32_t L_32; L_32 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_30, (int32_t)L_31); V_4 = (int32_t)L_32; RuntimeObject* L_33 = ___items1; int32_t L_34 = V_3; NullCheck((RuntimeObject*)L_33); float L_35; L_35 = InterfaceFuncInvoker1< float, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_33, (int32_t)L_34); V_5 = (float)L_35; int32_t L_36 = V_3; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); goto IL_00c1; } IL_0097: { RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_6; RuntimeObject* L_39 = ___keys0; int32_t L_40 = V_6; NullCheck((RuntimeObject*)L_39); int32_t L_41; L_41 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_39, (int32_t)L_40); NullCheck((RuntimeObject*)L_37); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_41); RuntimeObject* L_42 = ___items1; int32_t L_43 = V_6; RuntimeObject* L_44 = ___items1; int32_t L_45 = V_6; NullCheck((RuntimeObject*)L_44); float L_46; L_46 = InterfaceFuncInvoker1< float, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_44, (int32_t)L_45); NullCheck((RuntimeObject*)L_42); InterfaceActionInvoker2< int32_t, float >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_42, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), (float)L_46); int32_t L_47 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_00c1: { int32_t L_48 = V_6; int32_t L_49 = ___index2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00da; } } { RuntimeObject* L_50 = ___comparer4; RuntimeObject* L_51 = ___keys0; int32_t L_52 = V_6; NullCheck((RuntimeObject*)L_51); int32_t L_53; L_53 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_51, (int32_t)L_52); int32_t L_54 = V_4; NullCheck((RuntimeObject*)L_50); int32_t L_55; L_55 = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_50, (int32_t)L_53, (int32_t)L_54); if ((((int32_t)L_55) > ((int32_t)0))) { goto IL_0097; } } IL_00da: { RuntimeObject* L_56 = ___keys0; int32_t L_57 = V_6; int32_t L_58 = V_4; NullCheck((RuntimeObject*)L_56); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_56, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), (int32_t)L_58); RuntimeObject* L_59 = ___items1; int32_t L_60 = V_6; float L_61 = V_5; NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker2< int32_t, float >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_59, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)), (float)L_61); int32_t L_62 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00f6: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_007e; } } { return; } IL_00fb: { RuntimeObject* L_65 = ___keys0; V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)IsInst((RuntimeObject*)L_65, IL2CPP_RGCTX_DATA(method->rgctx_data, 8))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = V_0; if (!L_66) { goto IL_011b; } } { RuntimeObject* L_67 = ___items1; V_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)IsInst((RuntimeObject*)L_67, IL2CPP_RGCTX_DATA(method->rgctx_data, 9))); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_68 = V_1; if (!L_68) { goto IL_011b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_70 = V_1; int32_t L_71 = ___index2; int32_t L_72 = ___count3; RuntimeObject* L_73 = ___comparer4; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_69, (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_70, (int32_t)L_71, (int32_t)L_72, (RuntimeObject*)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return; } IL_011b: { RuntimeObject* L_74 = ___keys0; RuntimeObject* L_75 = ___items1; RuntimeObject* L_76 = ___comparer4; int32_t L_77 = ___index2; int32_t L_78 = ___count3; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)((RuntimeObject*)L_74, (RuntimeObject*)L_75, (RuntimeObject*)L_76, (int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); return; } } // System.Void MathNet.Numerics.Sorting::Sort(System.Collections.Generic.IList`1,System.Collections.Generic.IList`1,System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Sort_TisRuntimeObject_TisRuntimeObject_m4AC1E5747748721DBF10F603EB1C5985AEF9CC14_gshared (RuntimeObject* ___keys0, RuntimeObject* ___items1, int32_t ___index2, int32_t ___count3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; int32_t V_6 = 0; { int32_t L_0 = ___index2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisRuntimeObject_TisRuntimeObject_m4AC1E5747748721DBF10F603EB1C5985AEF9CC14_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___index2; int32_t L_4 = ___count3; RuntimeObject* L_5 = ___keys0; NullCheck((RuntimeObject*)L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_6))) { goto IL_0029; } } IL_001e: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Sorting_Sort_TisRuntimeObject_TisRuntimeObject_m4AC1E5747748721DBF10F603EB1C5985AEF9CC14_RuntimeMethod_var))); } IL_0029: { int32_t L_8 = ___count3; if ((((int32_t)L_8) > ((int32_t)1))) { goto IL_002e; } } { return; } IL_002e: { RuntimeObject* L_9 = ___comparer4; if (L_9) { goto IL_0039; } } { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_10; L_10 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); ___comparer4 = (RuntimeObject*)L_10; } IL_0039: { int32_t L_11 = ___count3; if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_006c; } } { RuntimeObject* L_12 = ___comparer4; RuntimeObject* L_13 = ___keys0; int32_t L_14 = ___index2; NullCheck((RuntimeObject*)L_13); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13, (int32_t)L_14); RuntimeObject* L_16 = ___keys0; int32_t L_17 = ___index2; NullCheck((RuntimeObject*)L_16); RuntimeObject * L_18; L_18 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); NullCheck((RuntimeObject*)L_12); int32_t L_19; L_19 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_12, (RuntimeObject *)L_15, (RuntimeObject *)L_18); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_006b; } } { RuntimeObject* L_20 = ___keys0; int32_t L_21 = ___index2; int32_t L_22 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_20, (int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); RuntimeObject* L_23 = ___items1; int32_t L_24 = ___index2; int32_t L_25 = ___index2; (( void (*) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_23, (int32_t)L_24, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_006b: { return; } IL_006c: { int32_t L_26 = ___count3; if ((((int32_t)L_26) > ((int32_t)((int32_t)10)))) { goto IL_00fb; } } { int32_t L_27 = ___index2; int32_t L_28 = ___count3; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = ___index2; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_00f6; } IL_007e: { RuntimeObject* L_30 = ___keys0; int32_t L_31 = V_3; NullCheck((RuntimeObject*)L_30); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_30, (int32_t)L_31); V_4 = (RuntimeObject *)L_32; RuntimeObject* L_33 = ___items1; int32_t L_34 = V_3; NullCheck((RuntimeObject*)L_33); RuntimeObject * L_35; L_35 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_33, (int32_t)L_34); V_5 = (RuntimeObject *)L_35; int32_t L_36 = V_3; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); goto IL_00c1; } IL_0097: { RuntimeObject* L_37 = ___keys0; int32_t L_38 = V_6; RuntimeObject* L_39 = ___keys0; int32_t L_40 = V_6; NullCheck((RuntimeObject*)L_39); RuntimeObject * L_41; L_41 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_39, (int32_t)L_40); NullCheck((RuntimeObject*)L_37); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (RuntimeObject *)L_41); RuntimeObject* L_42 = ___items1; int32_t L_43 = V_6; RuntimeObject* L_44 = ___items1; int32_t L_45 = V_6; NullCheck((RuntimeObject*)L_44); RuntimeObject * L_46; L_46 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_44, (int32_t)L_45); NullCheck((RuntimeObject*)L_42); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_42, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), (RuntimeObject *)L_46); int32_t L_47 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_00c1: { int32_t L_48 = V_6; int32_t L_49 = ___index2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00da; } } { RuntimeObject* L_50 = ___comparer4; RuntimeObject* L_51 = ___keys0; int32_t L_52 = V_6; NullCheck((RuntimeObject*)L_51); RuntimeObject * L_53; L_53 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_51, (int32_t)L_52); RuntimeObject * L_54 = V_4; NullCheck((RuntimeObject*)L_50); int32_t L_55; L_55 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.Generic.IComparer`1::Compare(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_50, (RuntimeObject *)L_53, (RuntimeObject *)L_54); if ((((int32_t)L_55) > ((int32_t)0))) { goto IL_0097; } } IL_00da: { RuntimeObject* L_56 = ___keys0; int32_t L_57 = V_6; RuntimeObject * L_58 = V_4; NullCheck((RuntimeObject*)L_56); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_56, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), (RuntimeObject *)L_58); RuntimeObject* L_59 = ___items1; int32_t L_60 = V_6; RuntimeObject * L_61 = V_5; NullCheck((RuntimeObject*)L_59); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 7), (RuntimeObject*)L_59, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)), (RuntimeObject *)L_61); int32_t L_62 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00f6: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_007e; } } { return; } IL_00fb: { RuntimeObject* L_65 = ___keys0; V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_65, IL2CPP_RGCTX_DATA(method->rgctx_data, 8))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_66 = V_0; if (!L_66) { goto IL_011b; } } { RuntimeObject* L_67 = ___items1; V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_67, IL2CPP_RGCTX_DATA(method->rgctx_data, 9))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_68 = V_1; if (!L_68) { goto IL_011b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_69 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_70 = V_1; int32_t L_71 = ___index2; int32_t L_72 = ___count3; RuntimeObject* L_73 = ___comparer4; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_69, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_70, (int32_t)L_71, (int32_t)L_72, (RuntimeObject*)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return; } IL_011b: { RuntimeObject* L_74 = ___keys0; RuntimeObject* L_75 = ___items1; RuntimeObject* L_76 = ___comparer4; int32_t L_77 = ___index2; int32_t L_78 = ___count3; (( void (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)((RuntimeObject*)L_74, (RuntimeObject*)L_75, (RuntimeObject*)L_76, (int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); return; } } // System.Void MathNet.Numerics.Sorting::Swap(System.Collections.Generic.IList`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Swap_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_mF9FF1FF4F395BE18074F6E6921199BD487D92D72_gshared (RuntimeObject* ___keys0, int32_t ___a1, int32_t ___b2, const RuntimeMethod* method) { Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___a1; int32_t L_1 = ___b2; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0005; } } { return; } IL_0005: { RuntimeObject* L_2 = ___keys0; int32_t L_3 = ___a1; NullCheck((RuntimeObject*)L_2); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_4; L_4 = InterfaceFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (int32_t)L_3); V_0 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_4; RuntimeObject* L_5 = ___keys0; int32_t L_6 = ___a1; RuntimeObject* L_7 = ___keys0; int32_t L_8 = ___b2; NullCheck((RuntimeObject*)L_7); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_9; L_9 = InterfaceFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)L_8); NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (int32_t)L_6, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_9); RuntimeObject* L_10 = ___keys0; int32_t L_11 = ___b2; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_12 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_10, (int32_t)L_11, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_12); return; } } // System.Void MathNet.Numerics.Sorting::Swap(System.Collections.Generic.IList`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Swap_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_m79120FCA97BF942B37D1FC7221F83EB4E383A82F_gshared (RuntimeObject* ___keys0, int32_t ___a1, int32_t ___b2, const RuntimeMethod* method) { Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___a1; int32_t L_1 = ___b2; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0005; } } { return; } IL_0005: { RuntimeObject* L_2 = ___keys0; int32_t L_3 = ___a1; NullCheck((RuntimeObject*)L_2); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_4; L_4 = InterfaceFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (int32_t)L_3); V_0 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_4; RuntimeObject* L_5 = ___keys0; int32_t L_6 = ___a1; RuntimeObject* L_7 = ___keys0; int32_t L_8 = ___b2; NullCheck((RuntimeObject*)L_7); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9; L_9 = InterfaceFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)L_8); NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (int32_t)L_6, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_9); RuntimeObject* L_10 = ___keys0; int32_t L_11 = ___b2; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_12 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_10, (int32_t)L_11, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_12); return; } } // System.Void MathNet.Numerics.Sorting::Swap(System.Collections.Generic.IList`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Swap_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m13F23A03D181ADC0B19387E54F9665F59512CD97_gshared (RuntimeObject* ___keys0, int32_t ___a1, int32_t ___b2, const RuntimeMethod* method) { double V_0 = 0.0; { int32_t L_0 = ___a1; int32_t L_1 = ___b2; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0005; } } { return; } IL_0005: { RuntimeObject* L_2 = ___keys0; int32_t L_3 = ___a1; NullCheck((RuntimeObject*)L_2); double L_4; L_4 = InterfaceFuncInvoker1< double, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (int32_t)L_3); V_0 = (double)L_4; RuntimeObject* L_5 = ___keys0; int32_t L_6 = ___a1; RuntimeObject* L_7 = ___keys0; int32_t L_8 = ___b2; NullCheck((RuntimeObject*)L_7); double L_9; L_9 = InterfaceFuncInvoker1< double, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)L_8); NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< int32_t, double >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (int32_t)L_6, (double)L_9); RuntimeObject* L_10 = ___keys0; int32_t L_11 = ___b2; double L_12 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker2< int32_t, double >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_10, (int32_t)L_11, (double)L_12); return; } } // System.Void MathNet.Numerics.Sorting::Swap(System.Collections.Generic.IList`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Swap_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m21685D4B8D99A7BE8A455DCEA5CD3D0B1641018A_gshared (RuntimeObject* ___keys0, int32_t ___a1, int32_t ___b2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___a1; int32_t L_1 = ___b2; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0005; } } { return; } IL_0005: { RuntimeObject* L_2 = ___keys0; int32_t L_3 = ___a1; NullCheck((RuntimeObject*)L_2); int32_t L_4; L_4 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (int32_t)L_3); V_0 = (int32_t)L_4; RuntimeObject* L_5 = ___keys0; int32_t L_6 = ___a1; RuntimeObject* L_7 = ___keys0; int32_t L_8 = ___b2; NullCheck((RuntimeObject*)L_7); int32_t L_9; L_9 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)L_8); NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (int32_t)L_6, (int32_t)L_9); RuntimeObject* L_10 = ___keys0; int32_t L_11 = ___b2; int32_t L_12 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_10, (int32_t)L_11, (int32_t)L_12); return; } } // System.Void MathNet.Numerics.Sorting::Swap(System.Collections.Generic.IList`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Swap_TisRuntimeObject_m5958FD0EEBECEAA539325F3C220D42AB6A533BED_gshared (RuntimeObject* ___keys0, int32_t ___a1, int32_t ___b2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t L_0 = ___a1; int32_t L_1 = ___b2; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0005; } } { return; } IL_0005: { RuntimeObject* L_2 = ___keys0; int32_t L_3 = ___a1; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (int32_t)L_3); V_0 = (RuntimeObject *)L_4; RuntimeObject* L_5 = ___keys0; int32_t L_6 = ___a1; RuntimeObject* L_7 = ___keys0; int32_t L_8 = ___b2; NullCheck((RuntimeObject*)L_7); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)L_8); NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (int32_t)L_6, (RuntimeObject *)L_9); RuntimeObject* L_10 = ___keys0; int32_t L_11 = ___b2; RuntimeObject * L_12 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_10, (int32_t)L_11, (RuntimeObject *)L_12); return; } } // System.Void MathNet.Numerics.Sorting::Swap(System.Collections.Generic.IList`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_Swap_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mC622A47E38BF2B86EBF0355C4854F3B2534296BB_gshared (RuntimeObject* ___keys0, int32_t ___a1, int32_t ___b2, const RuntimeMethod* method) { float V_0 = 0.0f; { int32_t L_0 = ___a1; int32_t L_1 = ___b2; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0005; } } { return; } IL_0005: { RuntimeObject* L_2 = ___keys0; int32_t L_3 = ___a1; NullCheck((RuntimeObject*)L_2); float L_4; L_4 = InterfaceFuncInvoker1< float, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (int32_t)L_3); V_0 = (float)L_4; RuntimeObject* L_5 = ___keys0; int32_t L_6 = ___a1; RuntimeObject* L_7 = ___keys0; int32_t L_8 = ___b2; NullCheck((RuntimeObject*)L_7); float L_9; L_9 = InterfaceFuncInvoker1< float, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)L_8); NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< int32_t, float >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_5, (int32_t)L_6, (float)L_9); RuntimeObject* L_10 = ___keys0; int32_t L_11 = ___b2; float L_12 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker2< int32_t, float >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_10, (int32_t)L_11, (float)L_12); return; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t4E829FF152E1FD143B0527FE7C833AEB5B096904_mE0950C78BF93AB1726F41810C9803F608250A134_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A_m2174A81EEBF90CF526C57B8C590649F34CBC3B20_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273_mC5965876FC1BEBE2DA58C8F0BA7399AF153D9619_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68_mCB8EF58977B085AA23481D92D376437CD7C1F3A6_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tFEAFC7C364C693DA9F287675C6B967877F7A393A_m45EDAF97F31E6999F836F1E502FE5CAF3A4CEC10_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t885415045473B7F42DAE4C8679D299E13D170D6A_m94A3B966333D98134163DBE0F0CB10B81EAF0D84_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2_m9868F867EA0B233FCC2F12557CB7599E31850DCD_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5_mD4256EA5276A503F42467EB3087DD2A735976900_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8_m73C26B667FD45E3181D7B6410A3A5431AAC82B9F_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tBE5A508CCA947A8962539D91227EF9EAC312BECF_m8930D13BCFADF87B14DDCB6649AE9E636594CB0B_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F_m5E03BE82FE202F3E2104732C86D3CBD11AF45CFC_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE_mAD81826302B5D2B112C0EDDD0C16AB05D35C9237_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t4C99072E11077166377CCD2881DF934837F9BA3B_mAD1B1563B77CE8F69A4129F68187279E1C3B6921_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F_m46A77DC8A3A3596D5F3D63E708664977C752A1A2_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C_m0F18DCBE6AAB04DF14D489DEFA1B01BF26E6737C_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t1146D1A10D3D26340B36635CA612E6BEC02071BB_mDFB10C611CE8F9E65F1893342BC5F3EC4F53F756_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tB524CC81FBD87492BC411766CDB3040D1799053A_m151DA2414711E6212BF6FE3A32C8B32C09247546_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C_mC06ED9C9B2BFBB4BA429BF7FD83104629C31D0D8_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tA06D03FB285413EF22AD97BA17594D96C7BDED20_mC80B4D5C576B37816108C56B83A100449DAF61CA_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t94BC4CA21F440059214263A242302F917CFF4F8D_m67DC47CD81AAAA1F8CD62C83EADC12C0B4A59813_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD_m5FDF51B04626CA6DCF3DEA8F75DB5F481710ACC0_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE_m64830B01DCF8399BE5A87FCA03DF50A9FE3B138D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637_m1C3EB9645A5072D3448DB09121686D613C21BA6A_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0_m2537D8B7EA6B44E483D13E361F379059B4DA6D3F_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF_mEB55B81AABF32981AA0BCDDA9398944292B8B145_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D_m23A948E3A155DA2B25C5BB31DF2451DA5125BA5C_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t7917636C1914E6FF2D0FCD7523919A0CE7471807_mA76881FBF2A3C7AB487E2A0BDCAC221BD10A6321_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329_m92ED7D7E13744DDAED9E55126F87D7C4BDDF7D07_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add>(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisMoment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15_mCEDCA62BAF2CB8C3B9197366620695C028EA0A69_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m78D834182DC434CCDF7523EE913C9DA642B93055_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5CF9CABA190C765B8E480371D247E49BDBA0A26C_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mDC889F09352AE76636F45D5C72E26A4BEA7640AC_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mC85BF75BE824778DECF2AF26ED1E301470B5FAF4_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mB2A18F3A8C381CF8BBB91B36F1BE263F186B2DEB_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m02988E978B9D50715248FF0CB2EB281917DD9434_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m20016F26028F7753FF968A16ECFD81AEB7CD0EC9_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mC81D47C629EAD065DA65DC9846526A05081F753D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_m376C48A0C1C74DDC7C3977529C7053F2AFBCA9D9_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBmpFileHeader_tDFBC8FFA1A68953DB9CCB3DBC0C3953E0498716F_mC8499041EA3B0709B560DDE52D47401B6EC93ED0_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBmpInfoHeader_t2CAAD70F2081AF6273CDB680D0F2411A4C7C9364_mEA5807DCB09E6E0EB7FA48184DE54830B7FDBC1D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m1C5C5561037A8C4006D2A9FE904F56A0C3A587F5_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFABBB9EF307FEA478CCD6F2E18B46B20747489A4_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m95942362A39B71363BF27AF239464DDA0315DED5_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m37F2A22E4A9B53DD1DD806105B3074D4D2829E91_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisColor_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_mC558ABB94553D2B03D40FF9399F2D11A3B7CAA6B_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisComplex64_t5CBC571F74254F55F085ABDEFC207219C1181FE1_mB05453904B8B2713AAF5FA83C7B41C7BABAA04C7_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisComplexVector4_t88219122749587130667C01407E5E785BC2055EB_m9AD2A63EB6ED06E5470CB0ABD6A646C584F69621_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m5AD2CFB66313DF9F0861B365D9559759B5410CF6_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mDB3B101C8580F247B37F7A621F99C7934C9F01D9_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisGifGraphicControlExtension_t217C63B26A63AE54CE8531D48DFFB29D758D0D9E_mB181D99A75F7841327A73D52AA500EF7849A2E85_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisGifImageDescriptor_t17CBB3F98EF546F3A7A6BE8FE73DB64AF7460E3F_m52BA6AA7D960154F77ACABB1BA65945B4613834D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisGifLogicalScreenDescriptor_t38232035307E595259D35A710567EE6ABD4219CC_m7B854C7954C33295E9FD93043723DAFDD60B19A6_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHTreeGroup_tA0B2F2A66AF8332948C4F754122713C14101C196_m1B392FF7296D12283C988829A8D70E300B457F97_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m74933AFC3E87C34E23F86CA210D59FC6D1F97A96_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m2E24A62B6BAD82F1BA77ED26088549D0DDE8CAC0_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m4368941DBDC54CEECF7EE95389BA986EB8FF066A_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHuffmanCode_t5DB78E46410B0BF2E5DBC56B1F2385D5BC783A88_m65CBB3EF097D11841255ABF58E6BF120862A96C9_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHuffmanTree_tF7BA6FEA00AA9F39CBBABC97864C7A82899916DB_mF8B2B30ECF0664164ED31629732198A7F643F175_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisHuffmanTreeCode_tB268FD369BD5B33D56FE2D5DC222ED4FA08D9441_m4BD65744DA7B3B9A886A016B42FC6E9271E3964A_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccColorantTableEntry_t3A9AFE5EDF0BBCC849E0F333CFD1C9388112471C_m2410868154C5130B1DF0920512724BAEF050DB15_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A_m67A59CF7FF4D7A88A6DEA7679F7D472B4F8EB7D5_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_m29948C2F7C6CC5B7673A183524F66C983FC394CF_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_m4D692D83F693ED734842AB05B0BB43BC2D17D5FE_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccProfileDescription_t618070BD619D9C8F1218B099A22964098BF19A90_mCB0782195D56D2B39BAA564C383CD4B2F0B9A4A3_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccProfileSequenceIdentifier_tD5C4738FB4393065E57CE904D74C7D4226A7B1FA_m620C9328DC3D86E3E7A9F7FBD192EFB58556BB45_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccResponseNumber_t29E9027597E169519A047E21CFF7064CD5F4E84C_m63E5868A868F1BA43993BBF63A7E4F8DFF62C93A_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisIccScreeningChannel_t65E5B0A230DE297A96A6B0453088B7450C07D0D4_mD8D8224FF4E60BD37C6BD3636A330654F811BF5E_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mC3FC3A13FA1D2AA317D2BAE7680CDFB08F0AB4CD_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m39B2C9D5549C5D93BEA801DF56AED569178DCF0D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m078B2753D3DFB7C5929F2180F1AE56547F66B25B_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mAF84D86FF51B7A3BAA1C69B774E8A560D8E4691E_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mACB6CA2F1BDE1437CD0727F9CA13704844BB281C_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mFFDE4065F20DB1D1A3800544B44CDCD1EDD22432_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mB2AF5F8E073C71D6C60229EE82983E30E2C866AB_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m9563D4E6D4FF159B71EC0BD00BC596D35E4924B2_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m3E650505CB21FFF743F4CF6D4842B452C7B4CCC2_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mDFB9C79D81A9F53E772232866330B4B9E6CA85B4_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m7918641613D229F96A0B6617D73BACC4BC8456EB_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRuntimeObject_m7C11973EEBBE1EE89E1F61F2B761217D7A9CBDE4_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2FB09B5794F732E5707D7B69F421766D61026F8F_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m17F9AF80559E1F4DF79D430F9BF127DA686C33F1_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mD741DA662EE6DF98F4E3590641506FD33E623FED_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m15E2F71DB63AF8C9AD529DA5D9DD0CCF6430466A_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC61ED24AC6424F67A8F39289D0BECCAD432274DD_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m9A09FB7600BE62EA508F31713A610E03698BF3B4_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7A8FC41F0D57C607A7AFE462F326BD661807E46D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_mEEFBD06867EB6DC2F072B3793B61FB8759B57EBF_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m878DA1971520DF854C090EA8FB7E7694F6FB49F4_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m2A36DFC68DDBC694049F20A8ACFD44FAAA4A74AA_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mEDF557AB3208F5A818838E6C5516C65C68CE5232_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisTgaFileHeader_t97FBDD9DC41C801911EE6A8E11140FFF8EE7F70F_mFBA9E7F0B4272C35F2F1F5A3E885B9B47A2008F1_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mDADFB5554BA11CA9898A18C7058759DE45F1070C_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mD086F1364773DA94D531FF9FC8BFE663A364C934_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m1CA77B0EF1865AA0A1F9D2879DC0C9C189A471D5_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisUnmanagedMemoryHandle_t63A5F38A7ACBBE88CCBE458861E1C50CB734573E_mD3E8A081BA38AD99E12D67B76BD41D4FD9845909_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisVector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65_m91D1B9A9C4B46C4D8D01A0FD3C578529847E5D23_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.IntPtr System.SpanHelpers::Add(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SpanHelpers_Add_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mC853543C4ED90A258C7048FB7657A86289799A7D_gshared (intptr_t ___start0, int32_t ___index1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = sizeof(intptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0020; } } { int32_t L_1 = ___index1; int32_t L_2; L_2 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); intptr_t L_3 = ___start0; void* L_4; L_4 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_3, /*hidden argument*/NULL); uint32_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5))), /*hidden argument*/NULL); return (intptr_t)L_6; } IL_0020: { int32_t L_7 = ___index1; int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); intptr_t L_9 = ___start0; void* L_10; L_10 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_9, /*hidden argument*/NULL); uint64_t L_11 = V_1; intptr_t L_12; L_12 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11))), /*hidden argument*/NULL); return (intptr_t)L_12; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t4E829FF152E1FD143B0527FE7C833AEB5B096904_mE406AC6DE69E95BD373A25BC943FFFDAAC7067B3_gshared (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * ___dst0, int32_t ___dstLength1, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_0 = ___src2; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_3; L_3 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_0, (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_5 = ___dst0; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_8; L_8 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_5, (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_10 = ___src2; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_10, (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_69; L_69 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_70 = ___src2; int32_t L_71 = V_11; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_72; L_72 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_73 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_72); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_69 = L_73; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_77; L_77 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_81; L_81 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_82 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_81); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_77 = L_82; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_86; L_86 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_90; L_90 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_91 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_90); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_86 = L_91; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_95; L_95 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_99; L_99 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_100 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_99); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_95 = L_100; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_104; L_104 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_108; L_108 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_109 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_108); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_104 = L_109; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_113; L_113 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_117; L_117 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_118 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_117); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_113 = L_118; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_122; L_122 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_126; L_126 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_127 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_126); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_122 = L_127; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_131; L_131 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_135; L_135 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_136 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_135); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_146; L_146 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_147 = ___src2; int32_t L_148 = V_11; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_149; L_149 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_150 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_149); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_146 = L_150; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_154; L_154 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_158; L_158 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_159 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_158); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_154 = L_159; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_163; L_163 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_167; L_167 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_168 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_167); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_163 = L_168; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_172; L_172 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_176; L_176 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_177 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_176); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_183; L_183 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_184 = ___src2; int32_t L_185 = V_11; Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * L_186; L_186 = (( Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * (*) (Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 L_187 = (*(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_186); *(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A_mA7A68AFA8052FC6D1B5EAFFF08650CCAA21667E4_gshared (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * ___dst0, int32_t ___dstLength1, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_0 = ___src2; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_3; L_3 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_0, (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_5 = ___dst0; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_8; L_8 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_5, (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_10 = ___src2; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_10, (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_69; L_69 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_70 = ___src2; int32_t L_71 = V_11; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_72; L_72 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_73 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_72); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_69 = L_73; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_77; L_77 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_81; L_81 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_82 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_81); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_77 = L_82; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_86; L_86 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_90; L_90 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_91 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_90); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_86 = L_91; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_95; L_95 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_99; L_99 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_100 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_99); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_95 = L_100; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_104; L_104 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_108; L_108 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_109 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_108); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_104 = L_109; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_113; L_113 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_117; L_117 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_118 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_117); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_113 = L_118; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_122; L_122 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_126; L_126 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_127 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_126); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_122 = L_127; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_131; L_131 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_135; L_135 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_136 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_135); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_146; L_146 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_147 = ___src2; int32_t L_148 = V_11; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_149; L_149 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_150 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_149); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_146 = L_150; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_154; L_154 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_158; L_158 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_159 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_158); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_154 = L_159; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_163; L_163 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_167; L_167 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_168 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_167); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_163 = L_168; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_172; L_172 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_176; L_176 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_177 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_176); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_183; L_183 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_184 = ___src2; int32_t L_185 = V_11; Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * L_186; L_186 = (( Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * (*) (Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A L_187 = (*(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_186); *(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273_mCB0B95CFF3CE972423D9FF155ACFFCF6065FB0AF_gshared (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * ___dst0, int32_t ___dstLength1, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_0 = ___src2; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_3; L_3 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_0, (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_5 = ___dst0; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_8; L_8 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_5, (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_10 = ___src2; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_10, (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_69; L_69 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_70 = ___src2; int32_t L_71 = V_11; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_72; L_72 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_73 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_72); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_69 = L_73; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_77; L_77 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_81; L_81 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_82 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_81); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_77 = L_82; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_86; L_86 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_90; L_90 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_91 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_90); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_86 = L_91; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_95; L_95 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_99; L_99 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_100 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_99); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_95 = L_100; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_104; L_104 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_108; L_108 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_109 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_108); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_104 = L_109; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_113; L_113 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_117; L_117 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_118 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_117); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_113 = L_118; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_122; L_122 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_126; L_126 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_127 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_126); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_122 = L_127; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_131; L_131 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_135; L_135 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_136 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_135); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_146; L_146 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_147 = ___src2; int32_t L_148 = V_11; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_149; L_149 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_150 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_149); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_146 = L_150; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_154; L_154 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_158; L_158 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_159 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_158); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_154 = L_159; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_163; L_163 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_167; L_167 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_168 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_167); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_163 = L_168; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_172; L_172 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_176; L_176 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_177 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_176); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_183; L_183 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_184 = ___src2; int32_t L_185 = V_11; Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * L_186; L_186 = (( Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * (*) (Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 L_187 = (*(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_186); *(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68_m7B78B45D12A926437A4A27D51CD6A58C320096B2_gshared (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * ___dst0, int32_t ___dstLength1, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_0 = ___src2; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_3; L_3 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_0, (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_5 = ___dst0; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_8; L_8 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_5, (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_10 = ___src2; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_10, (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_69; L_69 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_70 = ___src2; int32_t L_71 = V_11; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_72; L_72 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_73 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_72); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_69 = L_73; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_77; L_77 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_81; L_81 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_82 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_81); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_77 = L_82; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_86; L_86 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_90; L_90 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_91 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_90); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_86 = L_91; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_95; L_95 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_99; L_99 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_100 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_99); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_95 = L_100; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_104; L_104 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_108; L_108 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_109 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_108); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_104 = L_109; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_113; L_113 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_117; L_117 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_118 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_117); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_113 = L_118; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_122; L_122 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_126; L_126 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_127 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_126); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_122 = L_127; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_131; L_131 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_135; L_135 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_136 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_135); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_146; L_146 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_147 = ___src2; int32_t L_148 = V_11; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_149; L_149 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_150 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_149); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_146 = L_150; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_154; L_154 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_158; L_158 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_159 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_158); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_154 = L_159; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_163; L_163 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_167; L_167 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_168 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_167); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_163 = L_168; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_172; L_172 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_176; L_176 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_177 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_176); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_183; L_183 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_184 = ___src2; int32_t L_185 = V_11; Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * L_186; L_186 = (( Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * (*) (Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 L_187 = (*(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_186); *(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tFEAFC7C364C693DA9F287675C6B967877F7A393A_m7C5109EB9A7C2086F4EE15FD93CF9DCF0253ADFE_gshared (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * ___dst0, int32_t ___dstLength1, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_0 = ___src2; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_3; L_3 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_0, (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_5 = ___dst0; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_8; L_8 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_5, (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_10 = ___src2; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_10, (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_69; L_69 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_70 = ___src2; int32_t L_71 = V_11; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_72; L_72 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_73 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_72); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_69 = L_73; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_77; L_77 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_81; L_81 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_82 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_81); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_77 = L_82; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_86; L_86 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_90; L_90 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_91 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_90); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_86 = L_91; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_95; L_95 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_99; L_99 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_100 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_99); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_95 = L_100; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_104; L_104 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_108; L_108 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_109 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_108); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_104 = L_109; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_113; L_113 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_117; L_117 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_118 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_117); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_113 = L_118; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_122; L_122 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_126; L_126 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_127 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_126); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_122 = L_127; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_131; L_131 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_135; L_135 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_136 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_135); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_146; L_146 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_147 = ___src2; int32_t L_148 = V_11; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_149; L_149 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_150 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_149); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_146 = L_150; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_154; L_154 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_158; L_158 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_159 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_158); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_154 = L_159; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_163; L_163 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_167; L_167 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_168 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_167); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_163 = L_168; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_172; L_172 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_176; L_176 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_177 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_176); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_183; L_183 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_184 = ___src2; int32_t L_185 = V_11; Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * L_186; L_186 = (( Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * (*) (Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A L_187 = (*(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_186); *(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t885415045473B7F42DAE4C8679D299E13D170D6A_m7917DFF3AAD94499A16C8633D53D009C59B59B0E_gshared (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * ___dst0, int32_t ___dstLength1, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_0 = ___src2; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_3; L_3 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_0, (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_5 = ___dst0; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_8; L_8 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_5, (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_10 = ___src2; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_10, (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_69; L_69 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_70 = ___src2; int32_t L_71 = V_11; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_72; L_72 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_73 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_72); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_69 = L_73; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_77; L_77 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_81; L_81 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_82 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_81); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_77 = L_82; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_86; L_86 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_90; L_90 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_91 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_90); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_86 = L_91; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_95; L_95 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_99; L_99 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_100 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_99); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_95 = L_100; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_104; L_104 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_108; L_108 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_109 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_108); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_104 = L_109; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_113; L_113 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_117; L_117 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_118 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_117); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_113 = L_118; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_122; L_122 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_126; L_126 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_127 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_126); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_122 = L_127; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_131; L_131 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_135; L_135 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_136 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_135); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_146; L_146 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_147 = ___src2; int32_t L_148 = V_11; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_149; L_149 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_150 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_149); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_146 = L_150; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_154; L_154 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_158; L_158 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_159 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_158); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_154 = L_159; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_163; L_163 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_167; L_167 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_168 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_167); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_163 = L_168; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_172; L_172 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_176; L_176 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_177 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_176); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_183; L_183 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_184 = ___src2; int32_t L_185 = V_11; Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * L_186; L_186 = (( Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * (*) (Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t885415045473B7F42DAE4C8679D299E13D170D6A L_187 = (*(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_186); *(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2_m02C4CC144F26E349679B80759FC79452A1368B01_gshared (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * ___dst0, int32_t ___dstLength1, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_0 = ___src2; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_3; L_3 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_0, (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_5 = ___dst0; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_8; L_8 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_5, (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_10 = ___src2; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_10, (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_69; L_69 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_70 = ___src2; int32_t L_71 = V_11; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_72; L_72 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_73 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_72); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_69 = L_73; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_77; L_77 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_81; L_81 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_82 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_81); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_77 = L_82; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_86; L_86 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_90; L_90 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_91 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_90); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_86 = L_91; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_95; L_95 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_99; L_99 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_100 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_99); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_95 = L_100; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_104; L_104 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_108; L_108 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_109 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_108); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_104 = L_109; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_113; L_113 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_117; L_117 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_118 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_117); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_113 = L_118; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_122; L_122 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_126; L_126 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_127 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_126); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_122 = L_127; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_131; L_131 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_135; L_135 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_136 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_135); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_146; L_146 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_147 = ___src2; int32_t L_148 = V_11; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_149; L_149 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_150 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_149); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_146 = L_150; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_154; L_154 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_158; L_158 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_159 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_158); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_154 = L_159; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_163; L_163 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_167; L_167 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_168 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_167); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_163 = L_168; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_172; L_172 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_176; L_176 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_177 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_176); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_183; L_183 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_184 = ___src2; int32_t L_185 = V_11; Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * L_186; L_186 = (( Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * (*) (Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 L_187 = (*(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_186); *(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5_m1FB93B8A209805D59398B0EFD8966116C4FC83D7_gshared (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * ___dst0, int32_t ___dstLength1, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_0 = ___src2; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_3; L_3 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_0, (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_5 = ___dst0; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_8; L_8 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_5, (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_10 = ___src2; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_10, (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_69; L_69 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_70 = ___src2; int32_t L_71 = V_11; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_72; L_72 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_73 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_72); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_69 = L_73; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_77; L_77 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_81; L_81 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_82 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_81); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_77 = L_82; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_86; L_86 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_90; L_90 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_91 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_90); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_86 = L_91; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_95; L_95 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_99; L_99 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_100 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_99); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_95 = L_100; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_104; L_104 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_108; L_108 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_109 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_108); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_104 = L_109; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_113; L_113 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_117; L_117 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_118 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_117); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_113 = L_118; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_122; L_122 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_126; L_126 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_127 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_126); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_122 = L_127; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_131; L_131 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_135; L_135 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_136 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_135); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_146; L_146 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_147 = ___src2; int32_t L_148 = V_11; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_149; L_149 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_150 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_149); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_146 = L_150; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_154; L_154 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_158; L_158 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_159 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_158); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_154 = L_159; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_163; L_163 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_167; L_167 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_168 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_167); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_163 = L_168; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_172; L_172 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_176; L_176 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_177 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_176); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_183; L_183 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_184 = ___src2; int32_t L_185 = V_11; Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * L_186; L_186 = (( Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * (*) (Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 L_187 = (*(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_186); *(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8_m45F240F0467397B99B58FF78EEABF9C66DB4CCA6_gshared (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * ___dst0, int32_t ___dstLength1, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_0 = ___src2; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_3; L_3 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_0, (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_5 = ___dst0; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_8; L_8 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_5, (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_10 = ___src2; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_10, (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_69; L_69 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_70 = ___src2; int32_t L_71 = V_11; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_72; L_72 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_73 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_72); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_69 = L_73; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_77; L_77 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_81; L_81 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_82 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_81); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_77 = L_82; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_86; L_86 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_90; L_90 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_91 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_90); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_86 = L_91; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_95; L_95 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_99; L_99 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_100 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_99); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_95 = L_100; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_104; L_104 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_108; L_108 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_109 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_108); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_104 = L_109; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_113; L_113 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_117; L_117 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_118 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_117); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_113 = L_118; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_122; L_122 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_126; L_126 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_127 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_126); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_122 = L_127; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_131; L_131 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_135; L_135 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_136 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_135); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_146; L_146 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_147 = ___src2; int32_t L_148 = V_11; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_149; L_149 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_150 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_149); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_146 = L_150; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_154; L_154 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_158; L_158 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_159 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_158); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_154 = L_159; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_163; L_163 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_167; L_167 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_168 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_167); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_163 = L_168; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_172; L_172 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_176; L_176 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_177 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_176); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_183; L_183 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_184 = ___src2; int32_t L_185 = V_11; Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * L_186; L_186 = (( Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * (*) (Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 L_187 = (*(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_186); *(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tBE5A508CCA947A8962539D91227EF9EAC312BECF_m84BB5DB1005172DF9EABCCFEB670FD7C9B3EBA2D_gshared (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * ___dst0, int32_t ___dstLength1, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_0 = ___src2; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_3; L_3 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_0, (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_5 = ___dst0; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_8; L_8 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_5, (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_10 = ___src2; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_10, (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_69; L_69 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_70 = ___src2; int32_t L_71 = V_11; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_72; L_72 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_73 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_72); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_69 = L_73; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_77; L_77 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_81; L_81 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_82 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_81); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_77 = L_82; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_86; L_86 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_90; L_90 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_91 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_90); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_86 = L_91; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_95; L_95 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_99; L_99 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_100 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_99); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_95 = L_100; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_104; L_104 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_108; L_108 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_109 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_108); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_104 = L_109; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_113; L_113 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_117; L_117 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_118 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_117); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_113 = L_118; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_122; L_122 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_126; L_126 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_127 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_126); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_122 = L_127; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_131; L_131 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_135; L_135 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_136 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_135); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_146; L_146 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_147 = ___src2; int32_t L_148 = V_11; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_149; L_149 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_150 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_149); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_146 = L_150; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_154; L_154 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_158; L_158 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_159 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_158); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_154 = L_159; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_163; L_163 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_167; L_167 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_168 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_167); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_163 = L_168; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_172; L_172 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_176; L_176 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_177 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_176); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_183; L_183 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_184 = ___src2; int32_t L_185 = V_11; Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * L_186; L_186 = (( Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * (*) (Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF L_187 = (*(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_186); *(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F_m78969C24A2962345028924147B99A0C7DAB26B83_gshared (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * ___dst0, int32_t ___dstLength1, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_0 = ___src2; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_3; L_3 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_0, (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_5 = ___dst0; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_8; L_8 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_5, (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_10 = ___src2; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_10, (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_69; L_69 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_70 = ___src2; int32_t L_71 = V_11; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_72; L_72 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_73 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_72); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_69 = L_73; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_77; L_77 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_81; L_81 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_82 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_81); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_77 = L_82; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_86; L_86 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_90; L_90 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_91 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_90); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_86 = L_91; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_95; L_95 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_99; L_99 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_100 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_99); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_95 = L_100; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_104; L_104 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_108; L_108 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_109 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_108); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_104 = L_109; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_113; L_113 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_117; L_117 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_118 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_117); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_113 = L_118; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_122; L_122 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_126; L_126 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_127 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_126); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_122 = L_127; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_131; L_131 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_135; L_135 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_136 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_135); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_146; L_146 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_147 = ___src2; int32_t L_148 = V_11; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_149; L_149 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_150 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_149); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_146 = L_150; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_154; L_154 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_158; L_158 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_159 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_158); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_154 = L_159; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_163; L_163 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_167; L_167 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_168 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_167); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_163 = L_168; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_172; L_172 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_176; L_176 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_177 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_176); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_183; L_183 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_184 = ___src2; int32_t L_185 = V_11; Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * L_186; L_186 = (( Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * (*) (Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F L_187 = (*(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_186); *(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE_m788133DC74F583B2E15671980EF20BD88ED804DF_gshared (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * ___dst0, int32_t ___dstLength1, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_0 = ___src2; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_3; L_3 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_0, (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_5 = ___dst0; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_8; L_8 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_5, (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_10 = ___src2; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_10, (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_69; L_69 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_70 = ___src2; int32_t L_71 = V_11; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_72; L_72 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_73 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_72); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_69 = L_73; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_77; L_77 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_81; L_81 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_82 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_81); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_77 = L_82; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_86; L_86 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_90; L_90 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_91 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_90); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_86 = L_91; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_95; L_95 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_99; L_99 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_100 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_99); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_95 = L_100; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_104; L_104 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_108; L_108 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_109 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_108); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_104 = L_109; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_113; L_113 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_117; L_117 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_118 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_117); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_113 = L_118; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_122; L_122 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_126; L_126 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_127 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_126); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_122 = L_127; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_131; L_131 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_135; L_135 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_136 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_135); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_146; L_146 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_147 = ___src2; int32_t L_148 = V_11; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_149; L_149 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_150 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_149); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_146 = L_150; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_154; L_154 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_158; L_158 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_159 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_158); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_154 = L_159; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_163; L_163 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_167; L_167 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_168 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_167); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_163 = L_168; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_172; L_172 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_176; L_176 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_177 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_176); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_183; L_183 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_184 = ___src2; int32_t L_185 = V_11; Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * L_186; L_186 = (( Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * (*) (Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE L_187 = (*(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_186); *(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t4C99072E11077166377CCD2881DF934837F9BA3B_mFDD77B1E77F4ABD42268EF366889D23AA8B0F437_gshared (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * ___dst0, int32_t ___dstLength1, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_0 = ___src2; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_3; L_3 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_0, (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_5 = ___dst0; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_8; L_8 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_5, (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_10 = ___src2; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_10, (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_69; L_69 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_70 = ___src2; int32_t L_71 = V_11; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_72; L_72 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_73 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_72); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_69 = L_73; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_77; L_77 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_81; L_81 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_82 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_81); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_77 = L_82; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_86; L_86 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_90; L_90 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_91 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_90); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_86 = L_91; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_95; L_95 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_99; L_99 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_100 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_99); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_95 = L_100; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_104; L_104 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_108; L_108 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_109 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_108); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_104 = L_109; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_113; L_113 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_117; L_117 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_118 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_117); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_113 = L_118; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_122; L_122 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_126; L_126 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_127 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_126); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_122 = L_127; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_131; L_131 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_135; L_135 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_136 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_135); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_146; L_146 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_147 = ___src2; int32_t L_148 = V_11; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_149; L_149 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_150 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_149); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_146 = L_150; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_154; L_154 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_158; L_158 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_159 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_158); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_154 = L_159; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_163; L_163 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_167; L_167 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_168 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_167); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_163 = L_168; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_172; L_172 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_176; L_176 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_177 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_176); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_183; L_183 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_184 = ___src2; int32_t L_185 = V_11; Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * L_186; L_186 = (( Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * (*) (Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t4C99072E11077166377CCD2881DF934837F9BA3B L_187 = (*(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_186); *(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F_m7E7D94655B7A0B38906FCE0183B9DF7F0D5C181E_gshared (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * ___dst0, int32_t ___dstLength1, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_0 = ___src2; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_3; L_3 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_0, (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_5 = ___dst0; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_8; L_8 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_5, (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_10 = ___src2; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_10, (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_69; L_69 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_70 = ___src2; int32_t L_71 = V_11; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_72; L_72 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_73 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_72); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_69 = L_73; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_77; L_77 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_81; L_81 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_82 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_81); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_77 = L_82; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_86; L_86 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_90; L_90 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_91 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_90); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_86 = L_91; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_95; L_95 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_99; L_99 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_100 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_99); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_95 = L_100; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_104; L_104 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_108; L_108 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_109 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_108); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_104 = L_109; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_113; L_113 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_117; L_117 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_118 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_117); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_113 = L_118; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_122; L_122 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_126; L_126 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_127 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_126); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_122 = L_127; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_131; L_131 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_135; L_135 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_136 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_135); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_146; L_146 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_147 = ___src2; int32_t L_148 = V_11; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_149; L_149 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_150 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_149); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_146 = L_150; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_154; L_154 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_158; L_158 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_159 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_158); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_154 = L_159; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_163; L_163 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_167; L_167 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_168 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_167); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_163 = L_168; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_172; L_172 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_176; L_176 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_177 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_176); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_183; L_183 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_184 = ___src2; int32_t L_185 = V_11; Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * L_186; L_186 = (( Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * (*) (Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F L_187 = (*(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_186); *(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C_m71F624B71A330DA6EDB85FEE42706A1793DE008C_gshared (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * ___dst0, int32_t ___dstLength1, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_0 = ___src2; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_3; L_3 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_0, (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_5 = ___dst0; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_8; L_8 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_5, (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_10 = ___src2; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_10, (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_67 = ___dst0; int32_t L_68 = V_11; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_69; L_69 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_70 = ___src2; int32_t L_71 = V_11; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_72; L_72 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_73 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_72); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_69 = L_73; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_77; L_77 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_81; L_81 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_82 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_81); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_77 = L_82; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_86; L_86 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_90; L_90 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_91 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_90); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_86 = L_91; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_95; L_95 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_99; L_99 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_100 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_99); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_95 = L_100; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_104; L_104 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_108; L_108 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_109 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_108); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_104 = L_109; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_113; L_113 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_117; L_117 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_118 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_117); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_113 = L_118; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_122; L_122 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_126; L_126 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_127 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_126); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_122 = L_127; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_131; L_131 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_135; L_135 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_136 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_135); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_144 = ___dst0; int32_t L_145 = V_11; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_146; L_146 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_147 = ___src2; int32_t L_148 = V_11; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_149; L_149 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_150 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_149); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_146 = L_150; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_154; L_154 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_158; L_158 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_159 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_158); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_154 = L_159; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_163; L_163 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_167; L_167 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_168 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_167); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_163 = L_168; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_172; L_172 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_176; L_176 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_177 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_176); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_181 = ___dst0; int32_t L_182 = V_11; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_183; L_183 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_184 = ___src2; int32_t L_185 = V_11; Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * L_186; L_186 = (( Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * (*) (Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C L_187 = (*(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_186); *(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } // System.Void System.SpanHelpers::CopyTo>(T&,System.Int32,T&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_CopyTo_TisMoment_t1146D1A10D3D26340B36635CA612E6BEC02071BB_mCFB00578C2F57CC9A9D2861F51F99D984C0B5661_gshared (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * ___dst0, int32_t ___dstLength1, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * ___src2, int32_t ___srcLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; uint64_t V_6 = 0; uint64_t V_7 = 0; uint32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t G_B7_0 = 0; int32_t G_B13_0 = 0; int32_t G_B19_0 = 0; int32_t G_B22_0 = 0; int32_t G_B25_0 = 0; { Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_0 = ___src2; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_1 = ___src2; int32_t L_2 = ___srcLength3; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_3; L_3 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_4; L_4 = (( intptr_t (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_0, (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (intptr_t)L_4; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_5 = ___dst0; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_6 = ___dst0; int32_t L_7 = ___dstLength1; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_8; L_8 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_9; L_9 = (( intptr_t (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_5, (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (intptr_t)L_9; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_10 = ___src2; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_11 = ___dst0; intptr_t L_12; L_12 = (( intptr_t (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_10, (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (intptr_t)L_12; uint32_t L_13 = sizeof(intptr_t); if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_004f; } } { intptr_t L_14 = V_2; int64_t L_15; L_15 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_14, /*hidden argument*/NULL); intptr_t L_16 = V_0; int64_t L_17; L_17 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_16, /*hidden argument*/NULL); if ((!(((uint64_t)L_15) >= ((uint64_t)L_17)))) { goto IL_004c; } } { intptr_t L_18 = V_2; int64_t L_19; L_19 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_18, /*hidden argument*/NULL); intptr_t L_20 = V_1; int64_t L_21; L_21 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_20, /*hidden argument*/NULL); G_B7_0 = ((!(((uint64_t)L_19) <= ((uint64_t)((-L_21)))))? 1 : 0); goto IL_006f; } IL_004c: { G_B7_0 = 1; goto IL_006f; } IL_004f: { intptr_t L_22 = V_2; int32_t L_23; L_23 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_22, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25; L_25 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) >= ((uint32_t)L_25)))) { goto IL_006e; } } { intptr_t L_26 = V_2; int32_t L_27; L_27 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_1; int32_t L_29; L_29 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_28, /*hidden argument*/NULL); G_B7_0 = ((!(((uint32_t)L_27) <= ((uint32_t)((-L_29)))))? 1 : 0); goto IL_006f; } IL_006e: { G_B7_0 = 1; } IL_006f: { V_3 = (bool)G_B7_0; bool L_30 = V_3; if (L_30) { goto IL_00de; } } { bool L_31; L_31 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_31) { goto IL_00de; } } { Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_32 = ___dst0; uint8_t* L_33; L_33 = (( uint8_t* (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_4 = (uint8_t*)L_33; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_34 = ___src2; uint8_t* L_35; L_35 = (( uint8_t* (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_5 = (uint8_t*)L_35; intptr_t L_36 = V_0; int64_t L_37; L_37 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_36, /*hidden argument*/NULL); V_6 = (uint64_t)L_37; V_7 = (uint64_t)((int64_t)((int64_t)0)); goto IL_00d7; } IL_0098: { uint64_t L_38 = V_6; uint64_t L_39 = V_7; if ((!(((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_38, (int64_t)L_39))) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_00a9; } } { uint64_t L_40 = V_6; uint64_t L_41 = V_7; G_B13_0 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)))); goto IL_00aa; } IL_00a9: { G_B13_0 = (-1); } IL_00aa: { V_8 = (uint32_t)G_B13_0; uint8_t* L_42 = V_4; uint64_t L_43 = V_7; intptr_t L_44; L_44 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_43, /*hidden argument*/NULL); uint8_t* L_45; L_45 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_42, (intptr_t)L_44, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint8_t* L_46 = V_5; uint64_t L_47 = V_7; intptr_t L_48; L_48 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51((int64_t)L_47, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)(uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); uint32_t L_50 = V_8; Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline((uint8_t*)(uint8_t*)L_45, (uint8_t*)(uint8_t*)L_49, (uint32_t)L_50, /*hidden argument*/NULL); uint64_t L_51 = V_7; uint32_t L_52 = V_8; V_7 = (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)((uint64_t)L_52)))); } IL_00d7: { uint64_t L_53 = V_7; uint64_t L_54 = V_6; if ((!(((uint64_t)L_53) >= ((uint64_t)L_54)))) { goto IL_0098; } } { return; } IL_00de: { uint32_t L_55 = sizeof(intptr_t); if ((((int32_t)L_55) == ((int32_t)4))) { goto IL_00f8; } } { intptr_t L_56 = V_2; int64_t L_57; L_57 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_56, /*hidden argument*/NULL); intptr_t L_58 = V_1; int64_t L_59; L_59 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_58, /*hidden argument*/NULL); G_B19_0 = ((!(((uint64_t)L_57) <= ((uint64_t)((-L_59)))))? 1 : 0); goto IL_0107; } IL_00f8: { intptr_t L_60 = V_2; int32_t L_61; L_61 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_60, /*hidden argument*/NULL); intptr_t L_62 = V_1; int32_t L_63; L_63 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_62, /*hidden argument*/NULL); G_B19_0 = ((!(((uint32_t)L_61) <= ((uint32_t)((-L_63)))))? 1 : 0); } IL_0107: { V_9 = (bool)G_B19_0; bool L_64 = V_9; if (L_64) { goto IL_0110; } } { G_B22_0 = (-1); goto IL_0111; } IL_0110: { G_B22_0 = 1; } IL_0111: { V_10 = (int32_t)G_B22_0; bool L_65 = V_9; if (L_65) { goto IL_011c; } } { int32_t L_66 = ___srcLength3; G_B25_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); goto IL_011d; } IL_011c: { G_B25_0 = 0; } IL_011d: { V_11 = (int32_t)G_B25_0; V_12 = (int32_t)0; goto IL_0248; } IL_0127: { Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_67 = ___dst0; int32_t L_68 = V_11; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_69; L_69 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_67, (int32_t)L_68, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_70 = ___src2; int32_t L_71 = V_11; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_72; L_72 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_70, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_73 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_72); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_69 = L_73; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_74 = ___dst0; int32_t L_75 = V_11; int32_t L_76 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_77; L_77 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_78 = ___src2; int32_t L_79 = V_11; int32_t L_80 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_81; L_81 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_78, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_82 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_81); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_77 = L_82; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_83 = ___dst0; int32_t L_84 = V_11; int32_t L_85 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_86; L_86 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_83, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_87 = ___src2; int32_t L_88 = V_11; int32_t L_89 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_90; L_90 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_87, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_91 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_90); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_86 = L_91; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_92 = ___dst0; int32_t L_93 = V_11; int32_t L_94 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_95; L_95 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_92, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_96 = ___src2; int32_t L_97 = V_11; int32_t L_98 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_99; L_99 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_100 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_99); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_95 = L_100; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_101 = ___dst0; int32_t L_102 = V_11; int32_t L_103 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_104; L_104 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_103, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_105 = ___src2; int32_t L_106 = V_11; int32_t L_107 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_108; L_108 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_107, (int32_t)4)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_109 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_108); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_104 = L_109; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_110 = ___dst0; int32_t L_111 = V_11; int32_t L_112 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_113; L_113 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_110, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_114 = ___src2; int32_t L_115 = V_11; int32_t L_116 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_117; L_117 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_114, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)5)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_118 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_117); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_113 = L_118; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_119 = ___dst0; int32_t L_120 = V_11; int32_t L_121 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_122; L_122 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_119, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_123 = ___src2; int32_t L_124 = V_11; int32_t L_125 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_126; L_126 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_127 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_126); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_122 = L_127; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_128 = ___dst0; int32_t L_129 = V_11; int32_t L_130 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_131; L_131 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_128, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_132 = ___src2; int32_t L_133 = V_11; int32_t L_134 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_135; L_135 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)7)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_136 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_135); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_131 = L_136; int32_t L_137 = V_11; int32_t L_138 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_138, (int32_t)8)))); int32_t L_139 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)8)); } IL_0248: { int32_t L_140 = V_12; int32_t L_141 = ___srcLength3; if ((((int32_t)L_140) < ((int32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-8)))))) { goto IL_0127; } } { int32_t L_142 = V_12; int32_t L_143 = ___srcLength3; if ((((int32_t)L_142) >= ((int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)-4)))))) { goto IL_0318; } } { Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_144 = ___dst0; int32_t L_145 = V_11; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_146; L_146 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_144, (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_147 = ___src2; int32_t L_148 = V_11; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_149; L_149 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_147, (int32_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_150 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_149); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_146 = L_150; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_151 = ___dst0; int32_t L_152 = V_11; int32_t L_153 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_154; L_154 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_155 = ___src2; int32_t L_156 = V_11; int32_t L_157 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_158; L_158 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_155, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_159 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_158); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_154 = L_159; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_160 = ___dst0; int32_t L_161 = V_11; int32_t L_162 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_163; L_163 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_160, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_164 = ___src2; int32_t L_165 = V_11; int32_t L_166 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_167; L_167 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_166, (int32_t)2)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_168 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_167); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_163 = L_168; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_169 = ___dst0; int32_t L_170 = V_11; int32_t L_171 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_172; L_172 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_171, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_173 = ___src2; int32_t L_174 = V_11; int32_t L_175 = V_10; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_176; L_176 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_173, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_175, (int32_t)3)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_177 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_176); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_172 = L_177; int32_t L_178 = V_11; int32_t L_179 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_179, (int32_t)4)))); int32_t L_180 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)4)); goto IL_0318; } IL_02f1: { Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_181 = ___dst0; int32_t L_182 = V_11; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_183; L_183 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_181, (int32_t)L_182, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_184 = ___src2; int32_t L_185 = V_11; Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * L_186; L_186 = (( Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * (*) (Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_184, (int32_t)L_185, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB L_187 = (*(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_186); *(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB *)L_183 = L_187; int32_t L_188 = V_11; int32_t L_189 = V_10; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)L_189)); int32_t L_190 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0318: { int32_t L_191 = V_12; int32_t L_192 = ___srcLength3; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_02f1; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TolerantMath_Ceiling_m8ED98F1089A42F7C3A1A271C6BCBF3E128558CAF_inline (TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * __this, double ___a0, 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; } double V_0 = 0.0; { double L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_1; L_1 = Math_IEEERemainder_m2B06020D10636AC81B0DD05AE00C951A24C4186F(L_0, (1.0), /*hidden argument*/NULL); V_0 = L_1; double L_2 = V_0; bool L_3; L_3 = TolerantMath_IsZero_m0F4FB74587785457A9EEA84FCF8E1141AA4D5200_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)__this, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { double L_4 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_5; L_5 = bankers_round(L_4); return L_5; } IL_0020: { double L_6 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_7; L_7 = ceil(L_6); return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Numerics_GreatestCommonDivisor_m1E924251789098D20D34241BD5D0556554E13520_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { { goto IL_000a; } IL_0002: { int32_t L_0 = ___b1; int32_t L_1 = ___a0; int32_t L_2 = ___b1; ___b1 = ((int32_t)((int32_t)L_1%(int32_t)L_2)); ___a0 = L_0; } IL_000a: { int32_t L_3 = ___b1; if (L_3) { goto IL_0002; } } { int32_t L_4 = ___a0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TolerantMath_AreEqual_m8DCBAA6A2784C5F402C78F4F15FDB4215E639116_inline (TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * __this, double ___a0, double ___b1, const RuntimeMethod* method) { { double L_0 = ___a0; double L_1 = ___b1; bool L_2; L_2 = TolerantMath_IsZero_m0F4FB74587785457A9EEA84FCF8E1141AA4D5200_inline((TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 *)__this, ((double)il2cpp_codegen_subtract((double)L_0, (double)L_1)), /*hidden argument*/NULL); return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CubicResampler_get_Radius_mC2425BDBDAA2D95DC1D97FF86133D419AB3E5E83_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CRadiusU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LanczosResampler_get_Radius_m6503F65894F6272ADDAB2D6985AD1F1FCD5D54D2_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CRadiusU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResizeKernelMap_get_DestinationLength_m508994400BF773C270EED26C285DE938C7403394_inline (ResizeKernelMap_tD8C5B2723171F875D6D90A5FD1DE5129E1F1A640 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDestinationLengthU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultPad3Shuffle4_RunFallbackShuffle_m32AE7BF157344AD1D51BA8DBA9E098E684DF5DAB_inline (DefaultPad3Shuffle4_tF1594B8CE1B272927975FA822AEC7A4B83420D73 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; uint8_t* V_6 = NULL; uint32_t* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; uint8_t* V_10 = NULL; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); V_0 = (uint8_t*)L_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; uint8_t* L_3; L_3 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_2, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); V_1 = (uint8_t*)L_3; uint8_t L_4 = __this->get_p3_0(); V_2 = L_4; uint8_t L_5 = __this->get_p2_1(); V_3 = L_5; uint8_t L_6 = __this->get_p1_2(); V_4 = L_6; uint8_t L_7 = __this->get_p0_3(); V_5 = L_7; int8_t* L_8 = (int8_t*) alloca(((uintptr_t)4)); memset(L_8, 0, ((uintptr_t)4)); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_9; memset((&L_9), 0, sizeof(L_9)); Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_inline((&L_9), (void*)(void*)(L_8), 4, /*hidden argument*/Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_RuntimeMethod_var); uint8_t* L_10; L_10 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_9, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); V_6 = (uint8_t*)L_10; uint8_t* L_11 = V_6; uint32_t* L_12; L_12 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_11, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_7 = (uint32_t*)L_12; V_8 = 0; V_9 = 0; goto IL_00c5; } IL_004e: { uint8_t* L_13 = V_0; int32_t L_14 = V_8; uint8_t* L_15; L_15 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_13, L_14, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); V_10 = (uint8_t*)L_15; uint32_t* L_16 = V_7; uint8_t* L_17 = V_10; uint32_t* L_18; L_18 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_17, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); int32_t L_19 = *((uint32_t*)L_18); *((int32_t*)L_16) = (int32_t)((int32_t)((int32_t)L_19|(int32_t)((int32_t)-16777216))); uint8_t* L_20 = V_1; int32_t L_21 = V_9; uint8_t* L_22; L_22 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_20, L_21, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_23 = V_6; int32_t L_24 = V_5; uint8_t* L_25; L_25 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_23, L_24, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_26 = *((uint8_t*)L_25); *((int8_t*)L_22) = (int8_t)L_26; uint8_t* L_27 = V_1; int32_t L_28 = V_9; uint8_t* L_29; L_29 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_30 = V_6; int32_t L_31 = V_4; uint8_t* L_32; L_32 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_30, L_31, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); *((int8_t*)L_29) = (int8_t)L_33; uint8_t* L_34 = V_1; int32_t L_35 = V_9; uint8_t* L_36; L_36 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_37 = V_6; int32_t L_38 = V_3; uint8_t* L_39; L_39 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_37, L_38, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_40 = *((uint8_t*)L_39); *((int8_t*)L_36) = (int8_t)L_40; uint8_t* L_41 = V_1; int32_t L_42 = V_9; uint8_t* L_43; L_43 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_44 = V_6; int32_t L_45 = V_2; uint8_t* L_46; L_46 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_44, L_45, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_47 = *((uint8_t*)L_46); *((int8_t*)L_43) = (int8_t)L_47; int32_t L_48 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)3)); int32_t L_49 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)4)); } IL_00c5: { int32_t L_50 = V_8; int32_t L_51; L_51 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_004e; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XYZWPad3Shuffle4_RunFallbackShuffle_m7AC4E5D87A55D32116D30E6E69B39618EFC01BE7_inline (XYZWPad3Shuffle4_t068DA016769C8106634BE0FE1240BE79BD20222B * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); V_0 = (uint8_t*)L_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; uint8_t* L_3; L_3 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_2, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); V_1 = (uint8_t*)L_3; uint8_t* L_4 = V_0; int32_t L_5; L_5 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); uint8_t* L_6; L_6 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_4, L_5, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); V_2 = (uint8_t*)L_6; uint8_t* L_7 = V_2; uint8_t* L_8; L_8 = Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_inline((uint8_t*)L_7, 4, /*hidden argument*/Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_RuntimeMethod_var); V_3 = (uint8_t*)L_8; goto IL_004a; } IL_0026: { uint8_t* L_9 = V_1; uint32_t* L_10; L_10 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_9, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); uint8_t* L_11 = V_0; uint32_t* L_12; L_12 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_11, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); int32_t L_13 = *((uint32_t*)L_12); *((int32_t*)L_10) = (int32_t)((int32_t)((int32_t)L_13|(int32_t)((int32_t)-16777216))); uint8_t* L_14 = V_0; uint8_t* L_15; L_15 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_14, 3, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); V_0 = (uint8_t*)L_15; uint8_t* L_16 = V_1; uint8_t* L_17; L_17 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_16, 4, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); V_1 = (uint8_t*)L_17; } IL_004a: { uint8_t* L_18 = V_0; uint8_t* L_19 = V_3; bool L_20; L_20 = Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_inline((uint8_t*)L_18, (uint8_t*)L_19, /*hidden argument*/Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_RuntimeMethod_var); if (L_20) { goto IL_0026; } } { goto IL_00a2; } IL_0055: { uint8_t* L_21 = V_1; uint8_t* L_22; L_22 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_21, 0, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_23 = V_0; uint8_t* L_24; L_24 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_23, 0, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_25 = *((uint8_t*)L_24); *((int8_t*)L_22) = (int8_t)L_25; uint8_t* L_26 = V_1; uint8_t* L_27; L_27 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_26, 1, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_28 = V_0; uint8_t* L_29; L_29 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_28, 1, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_30 = *((uint8_t*)L_29); *((int8_t*)L_27) = (int8_t)L_30; uint8_t* L_31 = V_1; uint8_t* L_32; L_32 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_31, 2, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_33 = V_0; uint8_t* L_34; L_34 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_33, 2, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_35 = *((uint8_t*)L_34); *((int8_t*)L_32) = (int8_t)L_35; uint8_t* L_36 = V_1; uint8_t* L_37; L_37 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_36, 3, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); *((int8_t*)L_37) = (int8_t)((int32_t)255); uint8_t* L_38 = V_0; uint8_t* L_39; L_39 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_38, 3, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); V_0 = (uint8_t*)L_39; uint8_t* L_40 = V_1; uint8_t* L_41; L_41 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_40, 4, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); V_1 = (uint8_t*)L_41; } IL_00a2: { uint8_t* L_42 = V_0; uint8_t* L_43 = V_2; bool L_44; L_44 = Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_inline((uint8_t*)L_42, (uint8_t*)L_43, /*hidden argument*/Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_RuntimeMethod_var); if (L_44) { goto IL_0055; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultShuffle3_RunFallbackShuffle_mF9F27DC7BABE2588757969F3F092553D9B4BF333_inline (DefaultShuffle3_tD59D3C604FB0FCBB9475DB619A3C6EB2BFCC7C98 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); V_0 = (uint8_t*)L_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; uint8_t* L_3; L_3 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_2, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); V_1 = (uint8_t*)L_3; uint8_t L_4 = __this->get_p2_0(); V_2 = L_4; uint8_t L_5 = __this->get_p1_1(); V_3 = L_5; uint8_t L_6 = __this->get_p0_2(); V_4 = L_6; V_5 = 0; goto IL_0070; } IL_0029: { uint8_t* L_7 = V_1; int32_t L_8 = V_5; uint8_t* L_9; L_9 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_10 = V_0; int32_t L_11 = V_4; int32_t L_12 = V_5; uint8_t* L_13; L_13 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_14 = *((uint8_t*)L_13); *((int8_t*)L_9) = (int8_t)L_14; uint8_t* L_15 = V_1; int32_t L_16 = V_5; uint8_t* L_17; L_17 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_18 = V_0; int32_t L_19 = V_3; int32_t L_20 = V_5; uint8_t* L_21; L_21 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_22 = *((uint8_t*)L_21); *((int8_t*)L_17) = (int8_t)L_22; uint8_t* L_23 = V_1; int32_t L_24 = V_5; uint8_t* L_25; L_25 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)2)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_26 = V_0; int32_t L_27 = V_2; int32_t L_28 = V_5; uint8_t* L_29; L_29 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_30 = *((uint8_t*)L_29); *((int8_t*)L_25) = (int8_t)L_30; int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)3)); } IL_0070: { int32_t L_32 = V_5; int32_t L_33; L_33 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0029; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WXYZShuffle4_RunFallbackShuffle_m5789FBFD6414F6E43007E66BE38E7B4E9AF6AD27_inline (WXYZShuffle4_t9447B3B91B7762DC89E616AC0C09DCDE4628E362 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t* L_2; L_2 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_1, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_0 = (uint32_t*)L_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___dest1; uint8_t* L_4; L_4 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_3, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint32_t* L_5; L_5 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_4, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_1 = (uint32_t*)L_5; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); V_2 = ((int32_t)((int32_t)L_6/(int32_t)4)); V_3 = 0; goto IL_0046; } IL_0026: { uint32_t* L_7 = V_0; int32_t L_8 = V_3; uint32_t* L_9; L_9 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); int32_t L_10 = *((uint32_t*)L_9); V_4 = L_10; uint32_t* L_11 = V_1; int32_t L_12 = V_3; uint32_t* L_13; L_13 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_11, L_12, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); uint32_t L_14 = V_4; uint32_t L_15 = V_4; *((int32_t*)L_13) = (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_15>>((int32_t)24))))); int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0046: { int32_t L_17 = V_3; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0026; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WZYXShuffle4_RunFallbackShuffle_m4528BD7EF3B06FCF129544D71D66493C3FF2E2F8_inline (WZYXShuffle4_tDCE00804B030DE0EE76CB8A270BF1FE1744A294C * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t* L_2; L_2 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_1, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_0 = (uint32_t*)L_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___dest1; uint8_t* L_4; L_4 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_3, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint32_t* L_5; L_5 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_4, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_1 = (uint32_t*)L_5; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); V_2 = ((int32_t)((int32_t)L_6/(int32_t)4)); V_3 = 0; goto IL_0043; } IL_0026: { uint32_t* L_7 = V_0; int32_t L_8 = V_3; uint32_t* L_9; L_9 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); int32_t L_10 = *((uint32_t*)L_9); V_4 = L_10; uint32_t* L_11 = V_1; int32_t L_12 = V_3; uint32_t* L_13; L_13 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_11, L_12, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); uint32_t L_14 = V_4; uint32_t L_15; L_15 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_14, /*hidden argument*/NULL); *((int32_t*)L_13) = (int32_t)L_15; int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0043: { int32_t L_17 = V_3; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0026; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XWZYShuffle4_RunFallbackShuffle_mC393E144B49AFBE3997AF0955BF40A149EDEB6FC_inline (XWZYShuffle4_tAA9595D08BE66F2FBBBC47B6EB77428CD217A8A4 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t* L_2; L_2 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_1, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_0 = (uint32_t*)L_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___dest1; uint8_t* L_4; L_4 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_3, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint32_t* L_5; L_5 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_4, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_1 = (uint32_t*)L_5; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); V_2 = ((int32_t)((int32_t)L_6/(int32_t)4)); V_3 = 0; goto IL_0057; } IL_0026: { uint32_t* L_7 = V_0; int32_t L_8 = V_3; uint32_t* L_9; L_9 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); int32_t L_10 = *((uint32_t*)L_9); int32_t L_11 = L_10; V_4 = ((int32_t)((int32_t)L_11&(int32_t)((int32_t)16711935))); uint32_t L_12; L_12 = Numerics_RotateLeft_mFBD7B59BD8D570DB00CF58619A97C58E43F796F2_inline(((int32_t)((int32_t)L_11&(int32_t)((int32_t)-16711936))), ((int32_t)16), /*hidden argument*/NULL); V_5 = L_12; uint32_t* L_13 = V_1; int32_t L_14 = V_3; uint32_t* L_15; L_15 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_13, L_14, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); uint32_t L_16 = V_4; uint32_t L_17 = V_5; *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0057: { int32_t L_19 = V_3; int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0026; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void YZWXShuffle4_RunFallbackShuffle_mC0C5E5FD796BE8F9DE26A2B6F745FACF54673D9A_inline (YZWXShuffle4_t8862022EB3CC09082EF4C5BDB507FF106891937F * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t* L_2; L_2 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_1, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_0 = (uint32_t*)L_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___dest1; uint8_t* L_4; L_4 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_3, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint32_t* L_5; L_5 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_4, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_1 = (uint32_t*)L_5; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); V_2 = ((int32_t)((int32_t)L_6/(int32_t)4)); V_3 = 0; goto IL_0044; } IL_0026: { uint32_t* L_7 = V_0; int32_t L_8 = V_3; uint32_t* L_9; L_9 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); int32_t L_10 = *((uint32_t*)L_9); V_4 = L_10; uint32_t* L_11 = V_1; int32_t L_12 = V_3; uint32_t* L_13; L_13 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_11, L_12, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); uint32_t L_14 = V_4; uint32_t L_15; L_15 = Numerics_RotateRight_mC3B87E26084B78FCBAC8060E45CAD67FB8607859_inline(L_14, 8, /*hidden argument*/NULL); *((int32_t*)L_13) = (int32_t)L_15; int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0044: { int32_t L_17 = V_3; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0026; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ZYXWShuffle4_RunFallbackShuffle_mA0609F4B90863D181C60F4AE574A9FEF62DAAD49_inline (ZYXWShuffle4_t0EB983F1A8B270691B9B986ABC31DD1C5E3C0426 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t* L_2; L_2 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_1, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_0 = (uint32_t*)L_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___dest1; uint8_t* L_4; L_4 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_3, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint32_t* L_5; L_5 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_4, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_1 = (uint32_t*)L_5; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); V_2 = ((int32_t)((int32_t)L_6/(int32_t)4)); V_3 = 0; goto IL_0057; } IL_0026: { uint32_t* L_7 = V_0; int32_t L_8 = V_3; uint32_t* L_9; L_9 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); int32_t L_10 = *((uint32_t*)L_9); int32_t L_11 = L_10; V_4 = ((int32_t)((int32_t)L_11&(int32_t)((int32_t)-16711936))); uint32_t L_12; L_12 = Numerics_RotateLeft_mFBD7B59BD8D570DB00CF58619A97C58E43F796F2_inline(((int32_t)((int32_t)L_11&(int32_t)((int32_t)16711935))), ((int32_t)16), /*hidden argument*/NULL); V_5 = L_12; uint32_t* L_13 = V_1; int32_t L_14 = V_3; uint32_t* L_15; L_15 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_13, L_14, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); uint32_t L_16 = V_4; uint32_t L_17 = V_5; *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0057: { int32_t L_19 = V_3; int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0026; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultShuffle4Slice3_RunFallbackShuffle_m27B99E6BAC7AF2FA534DC85BA357929ABCF68034_inline (DefaultShuffle4Slice3_tA74C64D3818A3848BD15E4EC94CA3E8E734EFD19 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); V_0 = (uint8_t*)L_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___dest1; uint8_t* L_3; L_3 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_2, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); V_1 = (uint8_t*)L_3; uint8_t L_4 = __this->get_p2_0(); V_2 = L_4; uint8_t L_5 = __this->get_p1_1(); V_3 = L_5; uint8_t L_6 = __this->get_p0_2(); V_4 = L_6; V_5 = 0; V_6 = 0; goto IL_0079; } IL_002c: { uint8_t* L_7 = V_1; int32_t L_8 = V_5; uint8_t* L_9; L_9 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_7, L_8, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_10 = V_0; int32_t L_11 = V_4; int32_t L_12 = V_6; uint8_t* L_13; L_13 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_14 = *((uint8_t*)L_13); *((int8_t*)L_9) = (int8_t)L_14; uint8_t* L_15 = V_1; int32_t L_16 = V_5; uint8_t* L_17; L_17 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_18 = V_0; int32_t L_19 = V_3; int32_t L_20 = V_6; uint8_t* L_21; L_21 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_22 = *((uint8_t*)L_21); *((int8_t*)L_17) = (int8_t)L_22; uint8_t* L_23 = V_1; int32_t L_24 = V_5; uint8_t* L_25; L_25 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)2)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); uint8_t* L_26 = V_0; int32_t L_27 = V_2; int32_t L_28 = V_6; uint8_t* L_29; L_29 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_inline((uint8_t*)L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_RuntimeMethod_var); int32_t L_30 = *((uint8_t*)L_29); *((int8_t*)L_25) = (int8_t)L_30; int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)3)); int32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)4)); } IL_0079: { int32_t L_33 = V_5; int32_t L_34; L_34 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___dest1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_002c; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XYZWShuffle4Slice3_RunFallbackShuffle_mD035AB3CF20E0F56DE0CF3B27D17B86F5DA7CB22_inline (XYZWShuffle4Slice3_t644A02E75FFAE6A34C2704A45F89772A011E339B * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t* V_0 = NULL; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; uint32_t* V_5 = NULL; uint32_t* V_6 = NULL; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint8_t* L_1; L_1 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93(L_0, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t* L_2; L_2 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_inline((uint8_t*)L_1, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_RuntimeMethod_var); V_0 = (uint32_t*)L_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___dest1; uint8_t* L_4; L_4 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F(L_3, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_5; L_5 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_inline((uint8_t*)L_4, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_RuntimeMethod_var); V_1 = (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_5; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); V_2 = ((int32_t)((int32_t)L_6/(int32_t)4)); int32_t L_7 = V_2; int32_t L_8; L_8 = Numerics_Modulo4_mF2D63AE8A1413345A0CD8B31CC0F167EBCEB2A1B_inline(L_7, /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_2; int32_t L_10 = V_3; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); uint32_t* L_11 = V_0; int32_t L_12 = V_4; uint32_t* L_13; L_13 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_11, L_12, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); V_5 = (uint32_t*)L_13; uint32_t* L_14 = V_0; int32_t L_15 = V_2; uint32_t* L_16; L_16 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_14, L_15, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); V_6 = (uint32_t*)L_16; goto IL_00ca; } IL_0046: { Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_17 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_18; L_18 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_17, 0, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); uint32_t* L_19 = V_0; uint32_t* L_20; L_20 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_19, 0, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_21; L_21 = Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_inline((uint32_t*)L_20, /*hidden argument*/Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 L_22 = (*(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_21); *(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_18 = L_22; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_23 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_24; L_24 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_23, 1, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); uint32_t* L_25 = V_0; uint32_t* L_26; L_26 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_25, 1, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_27; L_27 = Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_inline((uint32_t*)L_26, /*hidden argument*/Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 L_28 = (*(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_27); *(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_24 = L_28; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_29 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_30; L_30 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_29, 2, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); uint32_t* L_31 = V_0; uint32_t* L_32; L_32 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_31, 2, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_33; L_33 = Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_inline((uint32_t*)L_32, /*hidden argument*/Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 L_34 = (*(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_33); *(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_30 = L_34; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_35 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_36; L_36 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_35, 3, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); uint32_t* L_37 = V_0; uint32_t* L_38; L_38 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_37, 3, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_39; L_39 = Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_inline((uint32_t*)L_38, /*hidden argument*/Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 L_40 = (*(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_39); *(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_36 = L_40; uint32_t* L_41 = V_0; uint32_t* L_42; L_42 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_41, 4, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); V_0 = (uint32_t*)L_42; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_43 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_44; L_44 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_43, 4, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); V_1 = (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_44; } IL_00ca: { uint32_t* L_45 = V_0; uint32_t* L_46 = V_5; bool L_47; L_47 = Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_inline((uint32_t*)L_45, (uint32_t*)L_46, /*hidden argument*/Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_RuntimeMethod_var); if (L_47) { goto IL_0046; } } { goto IL_0106; } IL_00d9: { Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_48 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_49; L_49 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_48, 0, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); uint32_t* L_50 = V_0; uint32_t* L_51; L_51 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_50, 0, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_52; L_52 = Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_inline((uint32_t*)L_51, /*hidden argument*/Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_RuntimeMethod_var); Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 L_53 = (*(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_52); *(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_49 = L_53; uint32_t* L_54 = V_0; uint32_t* L_55; L_55 = Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_inline((uint32_t*)L_54, 1, /*hidden argument*/Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_RuntimeMethod_var); V_0 = (uint32_t*)L_55; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_56 = V_1; Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_57; L_57 = Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_inline((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_56, 1, /*hidden argument*/Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_RuntimeMethod_var); V_1 = (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)L_57; } IL_0106: { uint32_t* L_58 = V_0; uint32_t* L_59 = V_6; bool L_60; L_60 = Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_inline((uint32_t*)L_58, (uint32_t*)L_59, /*hidden argument*/Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_RuntimeMethod_var); if (L_60) { goto IL_00d9; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_MustBeGreaterThanOrEqualTo_m57A8085C2B214026B65282A2B0966C5253F8CB24_inline (int32_t ___value0, int32_t ___min1, String_t* ___parameterName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = ___min1; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0005; } } { return; } IL_0005: { int32_t L_2 = ___value0; int32_t L_3 = ___min1; String_t* L_4 = ___parameterName2; ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB(L_2, L_3, L_4, /*hidden argument*/ThrowHelper_ThrowArgumentOutOfRangeExceptionForMustBeGreaterThanOrEqualTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD204AC51AB4C13B64E5BCD8F101BC6B9E0AB4FB_RuntimeMethod_var); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7_inline (uint8_t* ___destination0, uint8_t* ___source1, uint32_t ___byteCount2, const RuntimeMethod* method) { { uint8_t* L_0 = ___destination0; uint8_t* L_1 = ___source1; uint32_t L_2 = ___byteCount2; il2cpp_codegen_memcpy(L_0, L_1, L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __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 uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_gshared_inline (uint8_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; intptr_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(uint8_t); return (uint8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)L_1, (int32_t)L_2))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TolerantMath_IsZero_m0F4FB74587785457A9EEA84FCF8E1141AA4D5200_inline (TolerantMath_tE7C72EB8BA2726165BAF0AC4464A38857F94F637 * __this, double ___a0, const RuntimeMethod* method) { { double L_0 = ___a0; double L_1 = __this->get_negEpsilon_1(); if ((!(((double)L_0) > ((double)L_1)))) { goto IL_0013; } } { double L_2 = ___a0; double L_3 = __this->get_epsilon_0(); return (bool)((((double)L_2) < ((double)L_3))? 1 : 0); } IL_0013: { return (bool)0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline (uint32_t ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { uint32_t L_0 = ___value0; V_0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)16711935))); uint32_t L_1 = ___value0; V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-16711936))); uint32_t L_2 = V_0; uint32_t L_3 = V_0; uint32_t L_4 = V_1; uint32_t L_5 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>8))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_5>>((int32_t)24))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateLeft_mFBD7B59BD8D570DB00CF58619A97C58E43F796F2_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; int32_t L_1 = ___offset1; uint32_t L_2; L_2 = Numerics_RotateLeftSoftwareFallback_m054313DFBC2A44C200287A75101AD955B7E86BE9_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateRight_mC3B87E26084B78FCBAC8060E45CAD67FB8607859_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; int32_t L_1 = ___offset1; uint32_t L_2; L_2 = Numerics_RotateRightSoftwareFallback_mD658453171557DE805EEF158AD04FD40B72699F1_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Numerics_Modulo4_mF2D63AE8A1413345A0CD8B31CC0F167EBCEB2A1B_inline (int32_t ___x0, const RuntimeMethod* method) { { int32_t L_0 = ___x0; return ((int32_t)((int32_t)L_0&(int32_t)3)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m776684B7035275EC1AA7A23157CFEE0E596AE782_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, void* ___pointer0, int32_t ___length1, 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; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 11)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3 = ___length1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0020; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_0020: { int32_t L_4 = ___length1; __this->set__length_2(L_4); __this->set__pinnable_0((Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)NULL); void* L_5 = ___pointer0; intptr_t L_6; memset((&L_6), 0, sizeof(L_6)); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((&L_6), (void*)(void*)L_5, /*hidden argument*/NULL); __this->set__byteOffset_1((intptr_t)L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAB8F88C6AA2D85B2C86003C0B81FF27D3F35C979_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (uint32_t*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA00707E4E4A28F76DCE237F966EEAF2C974B4167_gshared_inline (uint8_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; int32_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(uint8_t); return (uint8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((int32_t)L_1, (intptr_t)((intptr_t)L_2)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Subtract_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE48B830AB9256BEBA7DA54C49A6C370746C7B600_gshared_inline (uint8_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; int32_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(uint8_t); return (uint8_t*)(((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((int32_t)L_1, (intptr_t)((intptr_t)L_2)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Unsafe_IsAddressLessThan_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m8CFB2BF92602A83F412CEBDB7933D66829751005_gshared_inline (uint8_t* ___left0, uint8_t* ___right1, const RuntimeMethod* method) { { uint8_t* L_0 = ___left0; uint8_t* L_1 = ___right1; return (bool)((!(((RuntimeObject*)(uintptr_t)L_0) >= ((RuntimeObject*)(uintptr_t)L_1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t* Unsafe_Add_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m9E9B8D0E4FEEE13B864D890201ED0AD8FD947450_gshared_inline (uint32_t* ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { { uint32_t* L_0 = ___source0; int32_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(uint32_t); return (uint32_t*)(((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((int32_t)L_1, (intptr_t)((intptr_t)L_2)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __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 Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m533DBCAB53E4EF0942ED47305B4D6381439EBD23_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_Add_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m343D47A09ECC7AB823E1D8B1599246838F5D375F_gshared_inline (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * ___source0, int32_t ___elementOffset1, const RuntimeMethod* method) { { Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * L_0 = ___source0; int32_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 ); return (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)(((Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((int32_t)L_1, (intptr_t)((intptr_t)L_2)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 * Unsafe_As_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisByte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887_m3E1D5A28FDFDA55BAE2FC919D7DE036DB921BFBB_gshared_inline (uint32_t* ___source0, const RuntimeMethod* method) { { uint32_t* L_0 = ___source0; return (Byte3_t6F8D7D9822EBA108EE93DB86CFA91760AAF73887 *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Unsafe_IsAddressLessThan_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF62AAA59E7FBE759F96F3168ABFF1116613D7745_gshared_inline (uint32_t* ___left0, uint32_t* ___right1, const RuntimeMethod* method) { { uint32_t* L_0 = ___left0; uint32_t* L_1 = ___right1; return (bool)((!(((RuntimeObject*)(uintptr_t)L_0) >= ((RuntimeObject*)(uintptr_t)L_1)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateLeftSoftwareFallback_m054313DFBC2A44C200287A75101AD955B7E86BE9_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; int32_t L_1 = ___offset1; uint32_t L_2 = ___value0; int32_t L_3 = ___offset1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Numerics_RotateRightSoftwareFallback_mD658453171557DE805EEF158AD04FD40B72699F1_inline (uint32_t ___value0, int32_t ___offset1, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; int32_t L_1 = ___offset1; uint32_t L_2 = ___value0; int32_t L_3 = ___offset1; return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } }