#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t07F7C4DA6A3A0153F8A6BCE9401EC0324AB1C664; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3D77F6A9194408B57908387C7FF12C2DB71296C2; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF000C9F0E5825B7175EEFFE4206D7E4CA63AC048; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tE5705EFC200D381292594B7E9CD60030D84E5E66; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t6BFD84269A7022891577378974C44D0A01467A63; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t9C426231952B863270D78D88F9DB5B4E9A16CC6A; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tB98A674F7F76A524C733293245EE33F6061F9165; // System.Collections.Generic.IList`1 struct IList_1_t17BB7D68A61130814F4CD118952DD080C8AF4FDC; // System.Collections.Generic.IList`1 struct IList_1_t05F029368F97540C69A177678DCC9C25C42EC442; // System.Collections.Generic.IList`1 struct IList_1_tC94A6A591E58FD9BB826AF5D15001E425B682707; // System.Collections.Generic.IList`1 struct IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.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; // 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_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_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; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102; // System.Pinnable`1> struct Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA; // System.Pinnable`1> struct Pinnable_1_t995246336920565198FB5642AAE104F3134A3468; // System.Pinnable`1> struct Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A; // System.Pinnable`1> struct Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B; // System.Pinnable`1> struct Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146; // System.Pinnable`1> struct Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE; // System.Pinnable`1> struct Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3; // System.Pinnable`1> struct Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103; // System.Pinnable`1> struct Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF; // System.Pinnable`1> struct Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9; // System.Pinnable`1> struct Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F; // System.Pinnable`1> struct Pinnable_1_t76758360C06982977C68715853C878A47E8602EA; // System.Pinnable`1> struct Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770; // System.Pinnable`1> struct Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB; // System.Pinnable`1> struct Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975; // System.Pinnable`1> struct Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C; // System.Pinnable`1> struct Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85; // System.Pinnable`1> struct Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45; // System.Pinnable`1> struct Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2; // System.Pinnable`1> struct Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868; // System.Pinnable`1> struct Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56; // System.Pinnable`1> struct Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9; // System.Pinnable`1> struct Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B; // System.Pinnable`1> struct Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A; // System.Pinnable`1> struct Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804; // System.Pinnable`1 struct Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8; // System.Pinnable`1 struct Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4; // System.Pinnable`1 struct Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D; // System.Pinnable`1 struct Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF; // System.Pinnable`1 struct Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF; // System.Pinnable`1 struct Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63; // System.Pinnable`1 struct Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716; // System.Pinnable`1 struct Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF; // System.Pinnable`1 struct Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C; // System.Pinnable`1 struct Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t85568B4CE17396189EEFB06591DC88736A964566; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tE83A4159CE800C9C42B6C2A440636D3FE6846DA4; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tBA4C2FB26C577E7E992D936AF30445750D99A9A9; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t87846FB7BA2E219B969EC6E48EF4465D4C72022C; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tF590FEF3B1FFB1CBABB1AD01C78B72F157CCB136; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tA1AE6A575C16FA3CFC8AC27771C6C65452D54752; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tC92BADDF0C6677D23071372B1A4DAC3B7F09AD83; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tB497686F1A73B1F05AB1FC86EAFAD47752ED1322; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t448599C9074B8784E33556E9817483B52E639F37; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t45FEAB5F1F15E2848BF72B7E036DA01C7A0A6A3F; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t6A47FA43B05A6D4506E9D56FBE224E64E100A599; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tBFE130AAF1300DDD4003D41EBC7D37B85527DECE; // System.Collections.Generic.Queue`1 struct Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5; // System.Collections.Generic.Queue`1 struct Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4; // System.Collections.Generic.Queue`1 struct Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A; // System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 struct ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3; // 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.Complex64[][] struct Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData[] struct BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters[] struct BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // 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; // 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.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // UnityEngine.UIElements.EventDispatcher/EventRecord[] struct EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967; // System.Exception struct Exception_t; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // UnityEngine.UIElements.IPanel struct IPanel_t41B9E8E8B00577E4CF3BC0346D701D46462E55EB; // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer struct IQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata struct ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4 struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2 struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4 struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // SixLabors.ImageSharp.PixelFormats.Rg32 struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB; // SixLabors.ImageSharp.PixelFormats.Rgb24 struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3; // SixLabors.ImageSharp.PixelFormats.Rgb48 struct Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F; // SixLabors.ImageSharp.PixelFormats.Rgba1010102 struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC; // SixLabors.ImageSharp.PixelFormats.Rgba32 struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3; // SixLabors.ImageSharp.PixelFormats.Rgba64 struct Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F; // SixLabors.ImageSharp.PixelFormats.RgbaVector struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // SixLabors.ImageSharp.PixelFormats.Short2 struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758; // SixLabors.ImageSharp.PixelFormats.Short4 struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C; // System.String struct String_t; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral924B4693A3440481CEF88F45D89111A2A417B329; IL2CPP_EXTERN_C String_t* _stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; IL2CPP_EXTERN_C const RuntimeMethod* Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_ThrowForEmptyQueue_m330AEA33686B173FB1FCA049163EC8C19075762C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_ThrowForEmptyQueue_m415453D8B5963F82029366021C3981D409A7ECD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_ThrowForEmptyQueue_m4B3E575C742025FED3834A51542476F4A943701D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_ThrowForEmptyQueue_m61C8F98B8CE63831F36896AF6BE427332B92F5E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_ThrowForEmptyQueue_mC958C16A48E2BF4501AB513CAB5C4AAA1D0BDB81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_Insert_m2C894FC88E2522DB67B8C21AAD269A2E6828DFE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_RemoveAt_m867AE95741DFBE550BCF3B1F8BEA4977F0ED3F51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_System_Collections_ICollection_CopyTo_m7586A65777FF0B62E1A742AA659E0D20D186CEB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_System_Collections_IList_Add_m89E746EF561D6B9B17533A5BF2AE6B9BB800B67D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_System_Collections_IList_Insert_mD1511918CA19470A3ABFAB3AAEDA7966FBFC14E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_System_Collections_IList_set_Item_m21B8C91BDCBE009ACBC11A63DF7D362EAFFFFFAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_ValidateNullValue_mB92892E3C440C5156EB592020728F1674F778824_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_get_Item_mB9875CAFFBA709936422721D46EC5459C9FCEC73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_set_Capacity_m9EB7C1C7E2BEB4A752D4290DDDF86F1D0882D1F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollectionBuilder_1_set_Item_mC81FFDD6C919881FF9A2D2437F24888F48B4FC45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ; 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 BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828; struct BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C; struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E; struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE; struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; 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 Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3; 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 // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1/Enumerator struct Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B : public RuntimeObject { public: // System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1/Enumerator::_builder ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * ____builder_0; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1/Enumerator::_index int32_t ____index_2; // T System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1/Enumerator::_current RuntimeObject * ____current_3; public: inline static int32_t get_offset_of__builder_0() { return static_cast(offsetof(Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B, ____builder_0)); } inline ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * get__builder_0() const { return ____builder_0; } inline ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F ** get_address_of__builder_0() { return &____builder_0; } inline void set__builder_0(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * value) { ____builder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____builder_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.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_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.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; } }; // System.Collections.Generic.QueueDebugView`1 struct QueueDebugView_1_t9ACA1221970605C74215E9E112CB7F14A80BD104 : public RuntimeObject { public: public: }; // System.Collections.Generic.Queue`1 struct Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____array_0)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get__array_0() const { return ____array_0; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of__array_0() { return &____array_0; } inline void set__array_0(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F, ____array_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__array_0() const { return ____array_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____array_0)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__array_0() const { return ____array_0; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____array_0)); } inline EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* get__array_0() const { return ____array_0; } inline EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3** get_address_of__array_0() { return &____array_0; } inline void set__array_0(EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 struct ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F : public RuntimeObject { public: // T[] System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_size int32_t ____size_1; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_version int32_t ____version_2; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.ImageFrame::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_2; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata SixLabors.ImageSharp.ImageFrame::k__BackingField ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ___U3CMetadataU3Ek__BackingField_3; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_1() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CWidthU3Ek__BackingField_1)); } inline int32_t get_U3CWidthU3Ek__BackingField_1() const { return ___U3CWidthU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_1() { return &___U3CWidthU3Ek__BackingField_1; } inline void set_U3CWidthU3Ek__BackingField_1(int32_t value) { ___U3CWidthU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_2() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CHeightU3Ek__BackingField_2)); } inline int32_t get_U3CHeightU3Ek__BackingField_2() const { return ___U3CHeightU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_2() { return &___U3CHeightU3Ek__BackingField_2; } inline void set_U3CHeightU3Ek__BackingField_2(int32_t value) { ___U3CHeightU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_3() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CMetadataU3Ek__BackingField_3)); } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * get_U3CMetadataU3Ek__BackingField_3() const { return ___U3CMetadataU3Ek__BackingField_3; } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E ** get_address_of_U3CMetadataU3Ek__BackingField_3() { return &___U3CMetadataU3Ek__BackingField_3; } inline void set_U3CMetadataU3Ek__BackingField_3(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * value) { ___U3CMetadataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_3), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement double ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137, ____q_0)); } inline Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * get__q_0() const { return ____q_0; } inline Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137, ____currentElement_3)); } inline double get__currentElement_3() const { return ____currentElement_3; } inline double* get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(double value) { ____currentElement_3 = value; } }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement int32_t ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA, ____q_0)); } inline Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * get__q_0() const { return ____q_0; } inline Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA, ____currentElement_3)); } inline int32_t get__currentElement_3() const { return ____currentElement_3; } inline int32_t* get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(int32_t value) { ____currentElement_3 = value; } }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement RuntimeObject * ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____q_0)); } inline Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * get__q_0() const { return ____q_0; } inline Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____currentElement_3)); } inline RuntimeObject * get__currentElement_3() const { return ____currentElement_3; } inline RuntimeObject ** get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(RuntimeObject * value) { ____currentElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentElement_3), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // System.Memory`1> struct Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_tF6B004411E05421516F33EC7213A5117F222236B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tF6B004411E05421516F33EC7213A5117F222236B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tF6B004411E05421516F33EC7213A5117F222236B, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tF6B004411E05421516F33EC7213A5117F222236B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1> struct Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // 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; } }; // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1> struct ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.ReadOnlyMemory`1 struct ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC { public: // System.Object System.ReadOnlyMemory`1::_object RuntimeObject * ____object_0; // System.Int32 System.ReadOnlyMemory`1::_index int32_t ____index_1; // System.Int32 System.ReadOnlyMemory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.ReadOnlyMemory`1 #ifndef ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define #define ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com_define struct ReadOnlyMemory_1_tAAA9CB78753D364C1C68F98E1112328AEB5C264A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Runtime.CompilerServices.TrueReadOnlyCollection`1 struct TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A : public ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D { public: // System.Numerics.Vector4[] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Parameters Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___Parameters_0; // SixLabors.ImageSharp.Complex64[][] SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData::Kernels Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; public: inline static int32_t get_offset_of_Parameters_0() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Parameters_0)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_Parameters_0() const { return ___Parameters_0; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_Parameters_0() { return &___Parameters_0; } inline void set_Parameters_0(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___Parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parameters_0), (void*)value); } inline static int32_t get_offset_of_Kernels_1() { return static_cast(offsetof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D, ___Kernels_1)); } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* get_Kernels_1() const { return ___Kernels_1; } inline Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C** get_address_of_Kernels_1() { return &___Kernels_1; } inline void set_Kernels_1(Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* value) { ___Kernels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Kernels_1), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_pinvoke { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData struct BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D_marshaled_com { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___Parameters_0; Complex64U5BU5DU5BU5D_t238001C1BD367BB3FF1D352C6A7EC0D31538045C* ___Kernels_1; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters struct BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Radius int32_t ___Radius_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters::Components int32_t ___Components_1; public: inline static int32_t get_offset_of_Radius_0() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Radius_0)); } inline int32_t get_Radius_0() const { return ___Radius_0; } inline int32_t* get_address_of_Radius_0() { return &___Radius_0; } inline void set_Radius_0(int32_t value) { ___Radius_0 = value; } inline static int32_t get_offset_of_Components_1() { return static_cast(offsetof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A, ___Components_1)); } inline int32_t get_Components_1() const { return ___Components_1; } inline int32_t* get_address_of_Components_1() { return &___Components_1; } inline void set_Components_1(int32_t value) { ___Components_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // System.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.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.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.Rectangle struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 { public: // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_3() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CWidthU3Ek__BackingField_3)); } inline int32_t get_U3CWidthU3Ek__BackingField_3() const { return ___U3CWidthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_3() { return &___U3CWidthU3Ek__BackingField_3; } inline void set_U3CWidthU3Ek__BackingField_3(int32_t value) { ___U3CWidthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_4() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CHeightU3Ek__BackingField_4)); } inline int32_t get_U3CHeightU3Ek__BackingField_4() const { return ___U3CHeightU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_4() { return &___U3CHeightU3Ek__BackingField_4; } inline void set_U3CHeightU3Ek__BackingField_4(int32_t value) { ___U3CHeightU3Ek__BackingField_4 = value; } }; struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Empty Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields, ___Empty_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_Empty_0() const { return ___Empty_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___Empty_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb48 struct Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::B uint16_t ___B_2; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba64 struct Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::B uint16_t ___B_2; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::A uint16_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___A_3)); } inline uint16_t get_A_3() const { return ___A_3; } inline uint16_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint16_t value) { ___A_3 = value; } }; // 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; } }; // System.Numerics.Vector2 struct Vector2_t1455881409307224D6099F54FA7E478733EEF61D { public: // System.Single System.Numerics.Vector2::X float ___X_0; // System.Single System.Numerics.Vector2::Y float ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 { public: // System.Single System.Numerics.Vector4::X float ___X_0; // System.Single System.Numerics.Vector4::Y float ___Y_1; // System.Single System.Numerics.Vector4::Z float ___Z_2; // System.Single System.Numerics.Vector4::W float ___W_3; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } inline static int32_t get_offset_of_Z_2() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Z_2)); } inline float get_Z_2() const { return ___Z_2; } inline float* get_address_of_Z_2() { return &___Z_2; } inline void set_Z_2(float value) { ___Z_2 = value; } inline static int32_t get_offset_of_W_3() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___W_3)); } inline float get_W_3() const { return ___W_3; } inline float* get_address_of_W_3() { return &___W_3; } inline void set_W_3(float value) { ___W_3 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.UIElements.EventDispatcher/EventRecord struct EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 { public: // UnityEngine.UIElements.EventBase UnityEngine.UIElements.EventDispatcher/EventRecord::m_Event EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * ___m_Event_0; // UnityEngine.UIElements.IPanel UnityEngine.UIElements.EventDispatcher/EventRecord::m_Panel RuntimeObject* ___m_Panel_1; public: inline static int32_t get_offset_of_m_Event_0() { return static_cast(offsetof(EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01, ___m_Event_0)); } inline EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * get_m_Event_0() const { return ___m_Event_0; } inline EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 ** get_address_of_m_Event_0() { return &___m_Event_0; } inline void set_m_Event_0(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * value) { ___m_Event_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Event_0), (void*)value); } inline static int32_t get_offset_of_m_Panel_1() { return static_cast(offsetof(EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01, ___m_Panel_1)); } inline RuntimeObject* get_m_Panel_1() const { return ___m_Panel_1; } inline RuntimeObject** get_address_of_m_Panel_1() { return &___m_Panel_1; } inline void set_m_Panel_1(RuntimeObject* value) { ___m_Panel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Panel_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord struct EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01_marshaled_pinvoke { EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * ___m_Event_0; RuntimeObject* ___m_Panel_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord struct EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01_marshaled_com { EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * ___m_Event_0; RuntimeObject* ___m_Panel_1; }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____q_0)); } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * get__q_0() const { return ____q_0; } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9, ____currentElement_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__currentElement_3() const { return ____currentElement_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____currentElement_3 = value; } }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954, ____q_0)); } inline Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * get__q_0() const { return ____q_0; } inline Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954, ____currentElement_3)); } inline EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 get__currentElement_3() const { return ____currentElement_3; } inline EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 * get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 value) { ____currentElement_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____currentElement_3))->___m_Event_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&____currentElement_3))->___m_Panel_1), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // SixLabors.ImageSharp.IndexedImageFrame`1 struct IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.IndexedImageFrame`1::pixelBuffer Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * ___pixelBuffer_0; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.IndexedImageFrame`1::paletteOwner RuntimeObject* ___paletteOwner_1; // System.Boolean SixLabors.ImageSharp.IndexedImageFrame`1::isDisposed bool ___isDisposed_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_4; // System.Int32 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_5; // System.ReadOnlyMemory`1 SixLabors.ImageSharp.IndexedImageFrame`1::k__BackingField ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC ___U3CPaletteU3Ek__BackingField_6; public: inline static int32_t get_offset_of_pixelBuffer_0() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___pixelBuffer_0)); } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * get_pixelBuffer_0() const { return ___pixelBuffer_0; } inline Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D ** get_address_of_pixelBuffer_0() { return &___pixelBuffer_0; } inline void set_pixelBuffer_0(Buffer2D_1_t38E90140EACB4AC6F4BE33A51C3A936160998E5D * value) { ___pixelBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelBuffer_0), (void*)value); } inline static int32_t get_offset_of_paletteOwner_1() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___paletteOwner_1)); } inline RuntimeObject* get_paletteOwner_1() const { return ___paletteOwner_1; } inline RuntimeObject** get_address_of_paletteOwner_1() { return &___paletteOwner_1; } inline void set_paletteOwner_1(RuntimeObject* value) { ___paletteOwner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___paletteOwner_1), (void*)value); } inline static int32_t get_offset_of_isDisposed_2() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___isDisposed_2)); } inline bool get_isDisposed_2() const { return ___isDisposed_2; } inline bool* get_address_of_isDisposed_2() { return &___isDisposed_2; } inline void set_isDisposed_2(bool value) { ___isDisposed_2 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_4() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___U3CWidthU3Ek__BackingField_4)); } inline int32_t get_U3CWidthU3Ek__BackingField_4() const { return ___U3CWidthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_4() { return &___U3CWidthU3Ek__BackingField_4; } inline void set_U3CWidthU3Ek__BackingField_4(int32_t value) { ___U3CWidthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_5() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___U3CHeightU3Ek__BackingField_5)); } inline int32_t get_U3CHeightU3Ek__BackingField_5() const { return ___U3CHeightU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_5() { return &___U3CHeightU3Ek__BackingField_5; } inline void set_U3CHeightU3Ek__BackingField_5(int32_t value) { ___U3CHeightU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPaletteU3Ek__BackingField_6() { return static_cast(offsetof(IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5, ___U3CPaletteU3Ek__BackingField_6)); } inline ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC get_U3CPaletteU3Ek__BackingField_6() const { return ___U3CPaletteU3Ek__BackingField_6; } inline ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC * get_address_of_U3CPaletteU3Ek__BackingField_6() { return &___U3CPaletteU3Ek__BackingField_6; } inline void set_U3CPaletteU3Ek__BackingField_6(ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC value) { ___U3CPaletteU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CPaletteU3Ek__BackingField_6))->____object_0), (void*)NULL); } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t6D78D720C9C95EA4E959E55DB0F3871F20E91B5D : public RuntimeObject { public: public: }; struct PerTypeValues_1_t6D78D720C9C95EA4E959E55DB0F3871F20E91B5D_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t6D78D720C9C95EA4E959E55DB0F3871F20E91B5D_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t6D78D720C9C95EA4E959E55DB0F3871F20E91B5D_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t6D78D720C9C95EA4E959E55DB0F3871F20E91B5D_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tB0314766CD95A35269BEF278CE44BC13D1176563 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tB0314766CD95A35269BEF278CE44BC13D1176563_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tB0314766CD95A35269BEF278CE44BC13D1176563_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tB0314766CD95A35269BEF278CE44BC13D1176563_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tB0314766CD95A35269BEF278CE44BC13D1176563_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t314F43DF8CC10206FFDDCFC2F4EB051A947A56F6 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t314F43DF8CC10206FFDDCFC2F4EB051A947A56F6_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t314F43DF8CC10206FFDDCFC2F4EB051A947A56F6_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t314F43DF8CC10206FFDDCFC2F4EB051A947A56F6_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t314F43DF8CC10206FFDDCFC2F4EB051A947A56F6_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t84A5DDA50CFFE3395970EC96D95B3E7DA6DC7B85 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t84A5DDA50CFFE3395970EC96D95B3E7DA6DC7B85_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t84A5DDA50CFFE3395970EC96D95B3E7DA6DC7B85_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t84A5DDA50CFFE3395970EC96D95B3E7DA6DC7B85_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t84A5DDA50CFFE3395970EC96D95B3E7DA6DC7B85_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tB421E08F79B8CF7558A7A82013AC1F5079D23F25 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tB421E08F79B8CF7558A7A82013AC1F5079D23F25_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tB421E08F79B8CF7558A7A82013AC1F5079D23F25_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tB421E08F79B8CF7558A7A82013AC1F5079D23F25_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tB421E08F79B8CF7558A7A82013AC1F5079D23F25_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t09A064682BCF582853CE045C54FF9EC968AA0176 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t09A064682BCF582853CE045C54FF9EC968AA0176_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t09A064682BCF582853CE045C54FF9EC968AA0176_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t09A064682BCF582853CE045C54FF9EC968AA0176_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t09A064682BCF582853CE045C54FF9EC968AA0176_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tD4B0989A21A0101CE7894735787E59EB5E674DC8 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tD4B0989A21A0101CE7894735787E59EB5E674DC8_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tD4B0989A21A0101CE7894735787E59EB5E674DC8_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tD4B0989A21A0101CE7894735787E59EB5E674DC8_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tD4B0989A21A0101CE7894735787E59EB5E674DC8_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t5F1B97DB7B7E70BFA5249B133737D6537FAB760B : public RuntimeObject { public: public: }; struct PerTypeValues_1_t5F1B97DB7B7E70BFA5249B133737D6537FAB760B_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t5F1B97DB7B7E70BFA5249B133737D6537FAB760B_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t5F1B97DB7B7E70BFA5249B133737D6537FAB760B_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t5F1B97DB7B7E70BFA5249B133737D6537FAB760B_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t9F6D122333F31F0423BA3C4164879DD2BE500E02 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t9F6D122333F31F0423BA3C4164879DD2BE500E02_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t9F6D122333F31F0423BA3C4164879DD2BE500E02_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t9F6D122333F31F0423BA3C4164879DD2BE500E02_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t9F6D122333F31F0423BA3C4164879DD2BE500E02_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t4EFF6E97D512FDC7EDB89626DBD42264D69A4E07 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t4EFF6E97D512FDC7EDB89626DBD42264D69A4E07_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t4EFF6E97D512FDC7EDB89626DBD42264D69A4E07_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t4EFF6E97D512FDC7EDB89626DBD42264D69A4E07_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t4EFF6E97D512FDC7EDB89626DBD42264D69A4E07_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tF895D128475E81ED8EBA5DB89033EBA3B4CF0EA7 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tF895D128475E81ED8EBA5DB89033EBA3B4CF0EA7_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tF895D128475E81ED8EBA5DB89033EBA3B4CF0EA7_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tF895D128475E81ED8EBA5DB89033EBA3B4CF0EA7_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tF895D128475E81ED8EBA5DB89033EBA3B4CF0EA7_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t4748E32EDAD7C0604E64C3BC09C15B1568AEEBE8 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t4748E32EDAD7C0604E64C3BC09C15B1568AEEBE8_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t4748E32EDAD7C0604E64C3BC09C15B1568AEEBE8_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t4748E32EDAD7C0604E64C3BC09C15B1568AEEBE8_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t4748E32EDAD7C0604E64C3BC09C15B1568AEEBE8_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tC25ED2FDDFBAEEF2DC782B006B9BCF56209701C8 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tC25ED2FDDFBAEEF2DC782B006B9BCF56209701C8_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tC25ED2FDDFBAEEF2DC782B006B9BCF56209701C8_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tC25ED2FDDFBAEEF2DC782B006B9BCF56209701C8_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tC25ED2FDDFBAEEF2DC782B006B9BCF56209701C8_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tC1AD8D5A2BE0201BB7826766CC6C0C3EDDBF3FBC : public RuntimeObject { public: public: }; struct PerTypeValues_1_tC1AD8D5A2BE0201BB7826766CC6C0C3EDDBF3FBC_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tC1AD8D5A2BE0201BB7826766CC6C0C3EDDBF3FBC_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tC1AD8D5A2BE0201BB7826766CC6C0C3EDDBF3FBC_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tC1AD8D5A2BE0201BB7826766CC6C0C3EDDBF3FBC_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tFA5CBFAAC5AF41C289F5F53184200C3BE1D7BDDC : public RuntimeObject { public: public: }; struct PerTypeValues_1_tFA5CBFAAC5AF41C289F5F53184200C3BE1D7BDDC_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tFA5CBFAAC5AF41C289F5F53184200C3BE1D7BDDC_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tFA5CBFAAC5AF41C289F5F53184200C3BE1D7BDDC_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tFA5CBFAAC5AF41C289F5F53184200C3BE1D7BDDC_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tE736C3B1DBC0D524BAFAB48C608AD16DE6B49FF1 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tE736C3B1DBC0D524BAFAB48C608AD16DE6B49FF1_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tE736C3B1DBC0D524BAFAB48C608AD16DE6B49FF1_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tE736C3B1DBC0D524BAFAB48C608AD16DE6B49FF1_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tE736C3B1DBC0D524BAFAB48C608AD16DE6B49FF1_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t88DAAACD8807E9C73D94424121385A3566D0CC33 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t88DAAACD8807E9C73D94424121385A3566D0CC33_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t88DAAACD8807E9C73D94424121385A3566D0CC33_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t88DAAACD8807E9C73D94424121385A3566D0CC33_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t88DAAACD8807E9C73D94424121385A3566D0CC33_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tA737BDDEA8E5A80BB0DA133DF7F42DC30F97A034 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tA737BDDEA8E5A80BB0DA133DF7F42DC30F97A034_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tA737BDDEA8E5A80BB0DA133DF7F42DC30F97A034_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tA737BDDEA8E5A80BB0DA133DF7F42DC30F97A034_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tA737BDDEA8E5A80BB0DA133DF7F42DC30F97A034_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t19F6051CFCC817069604EA4E3336EF5F18E74283 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t19F6051CFCC817069604EA4E3336EF5F18E74283_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t19F6051CFCC817069604EA4E3336EF5F18E74283_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t19F6051CFCC817069604EA4E3336EF5F18E74283_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t19F6051CFCC817069604EA4E3336EF5F18E74283_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tA470B38B3C722A1E46F9609ABDD99BB8105EC99E : public RuntimeObject { public: public: }; struct PerTypeValues_1_tA470B38B3C722A1E46F9609ABDD99BB8105EC99E_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tA470B38B3C722A1E46F9609ABDD99BB8105EC99E_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tA470B38B3C722A1E46F9609ABDD99BB8105EC99E_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tA470B38B3C722A1E46F9609ABDD99BB8105EC99E_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tABF97E771F92EB46C4521DA1C36742416A76E45F : public RuntimeObject { public: public: }; struct PerTypeValues_1_tABF97E771F92EB46C4521DA1C36742416A76E45F_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tABF97E771F92EB46C4521DA1C36742416A76E45F_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tABF97E771F92EB46C4521DA1C36742416A76E45F_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tABF97E771F92EB46C4521DA1C36742416A76E45F_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_tE968E4157B8A936C0A06441F88105599DC5C1B73 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tE968E4157B8A936C0A06441F88105599DC5C1B73_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tE968E4157B8A936C0A06441F88105599DC5C1B73_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tE968E4157B8A936C0A06441F88105599DC5C1B73_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tE968E4157B8A936C0A06441F88105599DC5C1B73_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t76F13DC181A98EC247EB6D27AB758BFC01C224CF : public RuntimeObject { public: public: }; struct PerTypeValues_1_t76F13DC181A98EC247EB6D27AB758BFC01C224CF_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t76F13DC181A98EC247EB6D27AB758BFC01C224CF_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t76F13DC181A98EC247EB6D27AB758BFC01C224CF_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t76F13DC181A98EC247EB6D27AB758BFC01C224CF_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t3D1C32850F2448D77D2A9D7B31265AF632375DAB : public RuntimeObject { public: public: }; struct PerTypeValues_1_t3D1C32850F2448D77D2A9D7B31265AF632375DAB_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t3D1C32850F2448D77D2A9D7B31265AF632375DAB_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t3D1C32850F2448D77D2A9D7B31265AF632375DAB_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t3D1C32850F2448D77D2A9D7B31265AF632375DAB_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1> struct PerTypeValues_1_t5920B90520FE3FB671FD6FE30F19DA204DF369E6 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t5920B90520FE3FB671FD6FE30F19DA204DF369E6_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t5920B90520FE3FB671FD6FE30F19DA204DF369E6_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t5920B90520FE3FB671FD6FE30F19DA204DF369E6_StaticFields, ___EmptyArray_1)); } inline MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* get_EmptyArray_1() const { return ___EmptyArray_1; } inline MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t5920B90520FE3FB671FD6FE30F19DA204DF369E6_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tB444E2C47001387793EE78A2AFB95399C399245E : public RuntimeObject { public: public: }; struct PerTypeValues_1_tB444E2C47001387793EE78A2AFB95399C399245E_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tB444E2C47001387793EE78A2AFB95399C399245E_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tB444E2C47001387793EE78A2AFB95399C399245E_StaticFields, ___EmptyArray_1)); } inline NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* get_EmptyArray_1() const { return ___EmptyArray_1; } inline NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tB444E2C47001387793EE78A2AFB95399C399245E_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t1365A123C1A4944F15CF32AE47D52365CD8F5E6D : public RuntimeObject { public: public: }; struct PerTypeValues_1_t1365A123C1A4944F15CF32AE47D52365CD8F5E6D_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t1365A123C1A4944F15CF32AE47D52365CD8F5E6D_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t1365A123C1A4944F15CF32AE47D52365CD8F5E6D_StaticFields, ___EmptyArray_1)); } inline NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* get_EmptyArray_1() const { return ___EmptyArray_1; } inline NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t1365A123C1A4944F15CF32AE47D52365CD8F5E6D_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tD47A15451DDEEE84E9B0660A624C44E17FD6300D : public RuntimeObject { public: public: }; struct PerTypeValues_1_tD47A15451DDEEE84E9B0660A624C44E17FD6300D_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tD47A15451DDEEE84E9B0660A624C44E17FD6300D_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tD47A15451DDEEE84E9B0660A624C44E17FD6300D_StaticFields, ___EmptyArray_1)); } inline NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* get_EmptyArray_1() const { return ___EmptyArray_1; } inline NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tD47A15451DDEEE84E9B0660A624C44E17FD6300D_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t53B4E59CB57E72F0B2A2DEB71DC30CBEC687879A : public RuntimeObject { public: public: }; struct PerTypeValues_1_t53B4E59CB57E72F0B2A2DEB71DC30CBEC687879A_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t53B4E59CB57E72F0B2A2DEB71DC30CBEC687879A_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t53B4E59CB57E72F0B2A2DEB71DC30CBEC687879A_StaticFields, ___EmptyArray_1)); } inline Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t53B4E59CB57E72F0B2A2DEB71DC30CBEC687879A_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tAA6C2B579FBE5EC1F495325FF2638365BFA9C561 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tAA6C2B579FBE5EC1F495325FF2638365BFA9C561_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tAA6C2B579FBE5EC1F495325FF2638365BFA9C561_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tAA6C2B579FBE5EC1F495325FF2638365BFA9C561_StaticFields, ___EmptyArray_1)); } inline Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tAA6C2B579FBE5EC1F495325FF2638365BFA9C561_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tDC4055B994A4CFE5E25EE7242AD1D2FCDCC3430F : public RuntimeObject { public: public: }; struct PerTypeValues_1_tDC4055B994A4CFE5E25EE7242AD1D2FCDCC3430F_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tDC4055B994A4CFE5E25EE7242AD1D2FCDCC3430F_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tDC4055B994A4CFE5E25EE7242AD1D2FCDCC3430F_StaticFields, ___EmptyArray_1)); } inline Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tDC4055B994A4CFE5E25EE7242AD1D2FCDCC3430F_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tB05E3DA98CAB2F79F519E05849AFAC6C69A14E89 : public RuntimeObject { public: public: }; struct PerTypeValues_1_tB05E3DA98CAB2F79F519E05849AFAC6C69A14E89_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tB05E3DA98CAB2F79F519E05849AFAC6C69A14E89_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tB05E3DA98CAB2F79F519E05849AFAC6C69A14E89_StaticFields, ___EmptyArray_1)); } inline Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tB05E3DA98CAB2F79F519E05849AFAC6C69A14E89_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t79EBFB9830AE194348FB413558A22D1CBCECF08A : public RuntimeObject { public: public: }; struct PerTypeValues_1_t79EBFB9830AE194348FB413558A22D1CBCECF08A_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t79EBFB9830AE194348FB413558A22D1CBCECF08A_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t79EBFB9830AE194348FB413558A22D1CBCECF08A_StaticFields, ___EmptyArray_1)); } inline Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t79EBFB9830AE194348FB413558A22D1CBCECF08A_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t9B0136BD29A75D8406FC08782847870E10FA048C : public RuntimeObject { public: public: }; struct PerTypeValues_1_t9B0136BD29A75D8406FC08782847870E10FA048C_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t9B0136BD29A75D8406FC08782847870E10FA048C_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t9B0136BD29A75D8406FC08782847870E10FA048C_StaticFields, ___EmptyArray_1)); } inline Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t9B0136BD29A75D8406FC08782847870E10FA048C_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_tF6AD7A69742C63BD2CD641602BDD66A5753394BA : public RuntimeObject { public: public: }; struct PerTypeValues_1_tF6AD7A69742C63BD2CD641602BDD66A5753394BA_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_tF6AD7A69742C63BD2CD641602BDD66A5753394BA_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_tF6AD7A69742C63BD2CD641602BDD66A5753394BA_StaticFields, ___EmptyArray_1)); } inline RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* get_EmptyArray_1() const { return ___EmptyArray_1; } inline RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_tF6AD7A69742C63BD2CD641602BDD66A5753394BA_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t4C6BC53C5BB4BC41FFEF0417F08E4ADF5A6992A0 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t4C6BC53C5BB4BC41FFEF0417F08E4ADF5A6992A0_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t4C6BC53C5BB4BC41FFEF0417F08E4ADF5A6992A0_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t4C6BC53C5BB4BC41FFEF0417F08E4ADF5A6992A0_StaticFields, ___EmptyArray_1)); } inline Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t4C6BC53C5BB4BC41FFEF0417F08E4ADF5A6992A0_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t855027E1D10A29F308061C954B9BF90D9F2F548C : public RuntimeObject { public: public: }; struct PerTypeValues_1_t855027E1D10A29F308061C954B9BF90D9F2F548C_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t855027E1D10A29F308061C954B9BF90D9F2F548C_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t855027E1D10A29F308061C954B9BF90D9F2F548C_StaticFields, ___EmptyArray_1)); } inline Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t855027E1D10A29F308061C954B9BF90D9F2F548C_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.Pinnable`1> struct Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA, ___Data_0)); } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 get_Data_0() const { return ___Data_0; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t995246336920565198FB5642AAE104F3134A3468, ___Data_0)); } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A get_Data_0() const { return ___Data_0; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A, ___Data_0)); } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 get_Data_0() const { return ___Data_0; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B, ___Data_0)); } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 get_Data_0() const { return ___Data_0; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146, ___Data_0)); } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A get_Data_0() const { return ___Data_0; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t885415045473B7F42DAE4C8679D299E13D170D6A ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE, ___Data_0)); } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A get_Data_0() const { return ___Data_0; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3, ___Data_0)); } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 get_Data_0() const { return ___Data_0; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103, ___Data_0)); } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 get_Data_0() const { return ___Data_0; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF, ___Data_0)); } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 get_Data_0() const { return ___Data_0; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9, ___Data_0)); } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF get_Data_0() const { return ___Data_0; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F, ___Data_0)); } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F get_Data_0() const { return ___Data_0; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t76758360C06982977C68715853C878A47E8602EA : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t76758360C06982977C68715853C878A47E8602EA, ___Data_0)); } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE get_Data_0() const { return ___Data_0; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t4C99072E11077166377CCD2881DF934837F9BA3B ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770, ___Data_0)); } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B get_Data_0() const { return ___Data_0; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB, ___Data_0)); } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F get_Data_0() const { return ___Data_0; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975, ___Data_0)); } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C get_Data_0() const { return ___Data_0; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C, ___Data_0)); } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB get_Data_0() const { return ___Data_0; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tB524CC81FBD87492BC411766CDB3040D1799053A ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85, ___Data_0)); } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A get_Data_0() const { return ___Data_0; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45, ___Data_0)); } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C get_Data_0() const { return ___Data_0; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2, ___Data_0)); } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 get_Data_0() const { return ___Data_0; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t94BC4CA21F440059214263A242302F917CFF4F8D ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868, ___Data_0)); } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D get_Data_0() const { return ___Data_0; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56, ___Data_0)); } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD get_Data_0() const { return ___Data_0; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9, ___Data_0)); } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE get_Data_0() const { return ___Data_0; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B, ___Data_0)); } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 get_Data_0() const { return ___Data_0; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A, ___Data_0)); } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 get_Data_0() const { return ___Data_0; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 value) { ___Data_0 = value; } }; // System.Pinnable`1> struct Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 : public RuntimeObject { public: // T System.Pinnable`1::Data Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23, ___Data_0)); } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF get_Data_0() const { return ___Data_0; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF : public RuntimeObject { public: // T System.Pinnable`1::Data Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF, ___Data_0)); } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F get_Data_0() const { return ___Data_0; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 : public RuntimeObject { public: // T System.Pinnable`1::Data Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716, ___Data_0)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_Data_0() const { return ___Data_0; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___Data_0 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ____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_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662, ____pinnable_0)); } inline Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * 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_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662, ____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_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ____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_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3, ____pinnable_0)); } inline Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * 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_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3, ____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_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ____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_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20, ____pinnable_0)); } inline Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * 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_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20, ____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_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ____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_t3CB75D286FE9150874E16DDF2304C7AD931D9A32, ____pinnable_0)); } inline Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * 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_t3CB75D286FE9150874E16DDF2304C7AD931D9A32, ____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_t3CB75D286FE9150874E16DDF2304C7AD931D9A32, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ____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_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137, ____pinnable_0)); } inline Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * 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_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137, ____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_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ____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_tC8080A9C1AFC1C60F433A9BA18046623B9A99898, ____pinnable_0)); } inline Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * 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_tC8080A9C1AFC1C60F433A9BA18046623B9A99898, ____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_tC8080A9C1AFC1C60F433A9BA18046623B9A99898, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ____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_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5, ____pinnable_0)); } inline Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * 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_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5, ____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_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ____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_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642, ____pinnable_0)); } inline Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * 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_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642, ____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_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ____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_tA81D00036E17A4F0E883875686FE867915F59EE5, ____pinnable_0)); } inline Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * 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_tA81D00036E17A4F0E883875686FE867915F59EE5, ____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_tA81D00036E17A4F0E883875686FE867915F59EE5, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ____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_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF, ____pinnable_0)); } inline Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * 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_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF, ____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_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ____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_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69, ____pinnable_0)); } inline Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * 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_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69, ____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_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ____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_tAADE18703A06085017E067563E2AD9B1987EEAD8, ____pinnable_0)); } inline Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t76758360C06982977C68715853C878A47E8602EA ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * 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_tAADE18703A06085017E067563E2AD9B1987EEAD8, ____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_tAADE18703A06085017E067563E2AD9B1987EEAD8, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ____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_t27EA2684F516004DAF29C632FB190896B9C391CC, ____pinnable_0)); } inline Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * 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_t27EA2684F516004DAF29C632FB190896B9C391CC, ____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_t27EA2684F516004DAF29C632FB190896B9C391CC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ____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_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4, ____pinnable_0)); } inline Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * 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_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4, ____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_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ____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_t8686DF3E7871F78C041CCED7E83DF0CBBD756958, ____pinnable_0)); } inline Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * 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_t8686DF3E7871F78C041CCED7E83DF0CBBD756958, ____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_t8686DF3E7871F78C041CCED7E83DF0CBBD756958, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ____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_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485, ____pinnable_0)); } inline Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * 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_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485, ____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_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ____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_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723, ____pinnable_0)); } inline Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * 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_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723, ____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_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ____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_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE, ____pinnable_0)); } inline Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * 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_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE, ____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_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ____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_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E, ____pinnable_0)); } inline Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * 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_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E, ____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_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ____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_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF, ____pinnable_0)); } inline Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * 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_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF, ____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_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ____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_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270, ____pinnable_0)); } inline Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * 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_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270, ____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_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ____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_t7715F792A765A699EFF44ABE8C6E9C53387AD613, ____pinnable_0)); } inline Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * 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_t7715F792A765A699EFF44ABE8C6E9C53387AD613, ____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_t7715F792A765A699EFF44ABE8C6E9C53387AD613, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ____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_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3, ____pinnable_0)); } inline Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * 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_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3, ____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_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ____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_t32062428082A6E701A821BC63F8B11F1E1AE601A, ____pinnable_0)); } inline Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * 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_t32062428082A6E701A821BC63F8B11F1E1AE601A, ____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_t32062428082A6E701A821BC63F8B11F1E1AE601A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1> struct ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ____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_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF, ____pinnable_0)); } inline Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * 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_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF, ____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_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_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.ReadOnlySpan`1 struct ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ____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_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C, ____pinnable_0)); } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C, ____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_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ____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_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF, ____pinnable_0)); } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF, ____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_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ____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_t500FE1197A714E89B56D8AE983325F8F1CB994B3, ____pinnable_0)); } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3, ____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_t500FE1197A714E89B56D8AE983325F8F1CB994B3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ____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_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F, ____pinnable_0)); } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F, ____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_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ____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_t0875B92AB520DEACE75697085F9BCB43E708753F, ____pinnable_0)); } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F, ____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_t0875B92AB520DEACE75697085F9BCB43E708753F, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ____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_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679, ____pinnable_0)); } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679, ____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_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ____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_t99B7A0E2E954EC3899793E3A6211CEB919000A4B, ____pinnable_0)); } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B, ____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_t99B7A0E2E954EC3899793E3A6211CEB919000A4B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ____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_tA57223B9C610FED0E4875F2C4600BC1237954875, ____pinnable_0)); } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875, ____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_tA57223B9C610FED0E4875F2C4600BC1237954875, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ____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_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12, ____pinnable_0)); } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12, ____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_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ____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_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF, ____pinnable_0)); } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF, ____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_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ____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_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4, ____pinnable_0)); } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4, ____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_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ____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_t78A0785E205F429519DAAD85F00B88C0EC43A5FF, ____pinnable_0)); } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF, ____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_t78A0785E205F429519DAAD85F00B88C0EC43A5FF, ____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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ____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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0, ____pinnable_0)); } inline Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * 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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0, ____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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0, ____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_t22573988C14B8C813BDF27859F3C1CA8B7259888 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ____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_t22573988C14B8C813BDF27859F3C1CA8B7259888, ____pinnable_0)); } inline Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * 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_t22573988C14B8C813BDF27859F3C1CA8B7259888, ____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_t22573988C14B8C813BDF27859F3C1CA8B7259888, ____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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ____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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB, ____pinnable_0)); } inline Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * 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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB, ____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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB, ____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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ____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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85, ____pinnable_0)); } inline Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * 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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85, ____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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85, ____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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ____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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97, ____pinnable_0)); } inline Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * 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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97, ____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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97, ____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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ____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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB, ____pinnable_0)); } inline Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * 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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB, ____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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB, ____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_t38FE3AC22C57F2E76944D981C164B8675787AE5B { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ____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_t38FE3AC22C57F2E76944D981C164B8675787AE5B, ____pinnable_0)); } inline Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * 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_t38FE3AC22C57F2E76944D981C164B8675787AE5B, ____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_t38FE3AC22C57F2E76944D981C164B8675787AE5B, ____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_tB72B4CE79E660743755D42A1A37347A7A099CEE1 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ____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_tB72B4CE79E660743755D42A1A37347A7A099CEE1, ____pinnable_0)); } inline Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * 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_tB72B4CE79E660743755D42A1A37347A7A099CEE1, ____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_tB72B4CE79E660743755D42A1A37347A7A099CEE1, ____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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ____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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50, ____pinnable_0)); } inline Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * 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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50, ____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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50, ____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_tA652A49950D9175ED577CD15D71A44E318F66290 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ____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_tA652A49950D9175ED577CD15D71A44E318F66290, ____pinnable_0)); } inline Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * 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_tA652A49950D9175ED577CD15D71A44E318F66290, ____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_tA652A49950D9175ED577CD15D71A44E318F66290, ____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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ____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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8, ____pinnable_0)); } inline Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * 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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8, ____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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8, ____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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ____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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04, ____pinnable_0)); } inline Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t76758360C06982977C68715853C878A47E8602EA ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * 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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04, ____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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04, ____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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ____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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E, ____pinnable_0)); } inline Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * 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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E, ____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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E, ____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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ____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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2, ____pinnable_0)); } inline Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * 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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2, ____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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2, ____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_t85E11E4140E6356C6293590FB7832A9551354776 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ____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_t85E11E4140E6356C6293590FB7832A9551354776, ____pinnable_0)); } inline Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * 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_t85E11E4140E6356C6293590FB7832A9551354776, ____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_t85E11E4140E6356C6293590FB7832A9551354776, ____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_t441D85DEB254FBB59FB570CD44066299787692C6 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ____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_t441D85DEB254FBB59FB570CD44066299787692C6, ____pinnable_0)); } inline Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * 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_t441D85DEB254FBB59FB570CD44066299787692C6, ____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_t441D85DEB254FBB59FB570CD44066299787692C6, ____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_tDB69DF2039C79544A39FB9797E3C44F305445920 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ____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_tDB69DF2039C79544A39FB9797E3C44F305445920, ____pinnable_0)); } inline Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * 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_tDB69DF2039C79544A39FB9797E3C44F305445920, ____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_tDB69DF2039C79544A39FB9797E3C44F305445920, ____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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ____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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4, ____pinnable_0)); } inline Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * 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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4, ____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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4, ____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_t36149D187764D06DD8442E1826F2109CB2E19815 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ____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_t36149D187764D06DD8442E1826F2109CB2E19815, ____pinnable_0)); } inline Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * 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_t36149D187764D06DD8442E1826F2109CB2E19815, ____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_t36149D187764D06DD8442E1826F2109CB2E19815, ____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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ____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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A, ____pinnable_0)); } inline Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * 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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A, ____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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A, ____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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ____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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F, ____pinnable_0)); } inline Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * 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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F, ____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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F, ____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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ____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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174, ____pinnable_0)); } inline Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * 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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174, ____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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174, ____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_tADA37510601FA34CF0623B41095419E4009CB470 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ____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_tADA37510601FA34CF0623B41095419E4009CB470, ____pinnable_0)); } inline Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * 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_tADA37510601FA34CF0623B41095419E4009CB470, ____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_tADA37510601FA34CF0623B41095419E4009CB470, ____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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ____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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF, ____pinnable_0)); } inline Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * 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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF, ____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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF, ____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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ____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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D, ____pinnable_0)); } inline Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * 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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D, ____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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____pinnable_0)); } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____pinnable_0)); } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t8F2820222127FA3555803F54498E9275CE67C798 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____pinnable_0)); } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____pinnable_0)); } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____pinnable_0)); } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____pinnable_0)); } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____pinnable_0)); } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____pinnable_0)); } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____pinnable_0)); } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____pinnable_0)); } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____pinnable_0)); } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____pinnable_0)); } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA, ___typedArgument_0)); } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { ___typedArgument_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_marshaled_pinvoke { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_marshaled_com { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // System.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; } }; // System.ExceptionArgument struct ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737 { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ExceptionResource struct ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA { public: // System.Int32 System.ExceptionResource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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.MemoryExtensions struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40 : public RuntimeObject { public: public: }; struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields { public: // System.IntPtr System.MemoryExtensions::StringAdjustment intptr_t ___StringAdjustment_0; public: inline static int32_t get_offset_of_StringAdjustment_0() { return static_cast(offsetof(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields, ___StringAdjustment_0)); } inline intptr_t get_StringAdjustment_0() const { return ___StringAdjustment_0; } inline intptr_t* get_address_of_StringAdjustment_0() { return &___StringAdjustment_0; } inline void set_StringAdjustment_0(intptr_t value) { ___StringAdjustment_0 = 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; } }; // 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.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; } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD, ___frames_5)); } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902, ___frames_5)); } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35, ___frames_5)); } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E, ___frames_5)); } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B, ___frames_5)); } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F, ___frames_5)); } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227, ___frames_5)); } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E, ___frames_5)); } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0, ___frames_5)); } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535, ___frames_5)); } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7, ___frames_5)); } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3, ___frames_5)); } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56, ___Data_0)); } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 get_Data_0() const { return ___Data_0; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804, ___Data_0)); } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 get_Data_0() const { return ___Data_0; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8, ___Data_0)); } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 get_Data_0() const { return ___Data_0; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 : public RuntimeObject { public: // T System.Pinnable`1::Data Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4, ___Data_0)); } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB get_Data_0() const { return ___Data_0; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D : public RuntimeObject { public: // T System.Pinnable`1::Data Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D, ___Data_0)); } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 get_Data_0() const { return ___Data_0; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF : public RuntimeObject { public: // T System.Pinnable`1::Data Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF, ___Data_0)); } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC get_Data_0() const { return ___Data_0; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 : public RuntimeObject { public: // T System.Pinnable`1::Data Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63, ___Data_0)); } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 get_Data_0() const { return ___Data_0; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF : public RuntimeObject { public: // T System.Pinnable`1::Data RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF, ___Data_0)); } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 get_Data_0() const { return ___Data_0; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C : public RuntimeObject { public: // T System.Pinnable`1::Data Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C, ___Data_0)); } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 get_Data_0() const { return ___Data_0; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 : public RuntimeObject { public: // T System.Pinnable`1::Data Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1, ___Data_0)); } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C get_Data_0() const { return ___Data_0; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t85568B4CE17396189EEFB06591DC88736A964566 : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_t85568B4CE17396189EEFB06591DC88736A964566, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tE83A4159CE800C9C42B6C2A440636D3FE6846DA4 : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tE83A4159CE800C9C42B6C2A440636D3FE6846DA4, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tBA4C2FB26C577E7E992D936AF30445750D99A9A9 : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tBA4C2FB26C577E7E992D936AF30445750D99A9A9, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t87846FB7BA2E219B969EC6E48EF4465D4C72022C : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_t87846FB7BA2E219B969EC6E48EF4465D4C72022C, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tF590FEF3B1FFB1CBABB1AD01C78B72F157CCB136 : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tF590FEF3B1FFB1CBABB1AD01C78B72F157CCB136, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tA1AE6A575C16FA3CFC8AC27771C6C65452D54752 : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tA1AE6A575C16FA3CFC8AC27771C6C65452D54752, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tC92BADDF0C6677D23071372B1A4DAC3B7F09AD83 : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tC92BADDF0C6677D23071372B1A4DAC3B7F09AD83, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tB497686F1A73B1F05AB1FC86EAFAD47752ED1322 : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tB497686F1A73B1F05AB1FC86EAFAD47752ED1322, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t448599C9074B8784E33556E9817483B52E639F37 : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_t448599C9074B8784E33556E9817483B52E639F37, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t45FEAB5F1F15E2848BF72B7E036DA01C7A0A6A3F : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_t45FEAB5F1F15E2848BF72B7E036DA01C7A0A6A3F, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_t6A47FA43B05A6D4506E9D56FBE224E64E100A599 : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_t6A47FA43B05A6D4506E9D56FBE224E64E100A599, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1 struct QuantizeProcessor_1_tBFE130AAF1300DDD4003D41EBC7D37B85527DECE : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::quantizer RuntimeObject* ___quantizer_3; public: inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(QuantizeProcessor_1_tBFE130AAF1300DDD4003D41EBC7D37B85527DECE, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } }; // 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); } }; // 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); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; } }; // 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.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.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.UIElements.EventDispatcher/EventRecord[] struct EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3 : public RuntimeArray { public: ALIGN_FIELD (8) EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 m_Items[1]; public: inline EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 * 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, EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Event_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Panel_1), (void*)NULL); #endif } inline EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Event_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Panel_1), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurKernelData[] struct BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828 : public RuntimeArray { public: ALIGN_FIELD (8) BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D m_Items[1]; public: inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D * 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, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Parameters_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Kernels_1), (void*)NULL); #endif } inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Parameters_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Kernels_1), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.Parameters.BokehBlurParameters[] struct BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C : public RuntimeArray { public: ALIGN_FIELD (8) BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A m_Items[1]; public: inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A * 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, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA m_Items[1]; public: inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 m_Items[1]; public: inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // 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.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.Void SixLabors.Guard::NotNull(TValue,System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_NotNull_TisRuntimeObject_mCC4DE844B884F413E1638F21C30000B52DE4EFB5_gshared_inline (RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C ReadOnlyMemory_1_get_Span_m24A776EC87BCB7AE73D77ECAC96DAB2DCD560BFA_gshared_inline (ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * ReadOnlySpan_1_get_Item_m5BF1F6656C05CDEF9307A86E14B38546C9AAA95F_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF ReadOnlyMemory_1_get_Span_mB18FDF9E76B7B50D3A5E8D44AB62BCEC8AB0FD68_gshared_inline (ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * ReadOnlySpan_1_get_Item_m15EC240C3D2AAE5F39DED947A3780C9A4B42BD02_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 ReadOnlyMemory_1_get_Span_m58698FC4F3E481AC8C28FC41135114B0BB426E2F_gshared_inline (ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * ReadOnlySpan_1_get_Item_m66DD2712A065E988C1B36B79C0AF3CF09C3EA529_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F ReadOnlyMemory_1_get_Span_mD10549F4458A1C68342573BFE720EB17BF3295FD_gshared_inline (ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * ReadOnlySpan_1_get_Item_m56FED6B5CD005961A1DFF02E0CA7D6DD9C32300C_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F ReadOnlyMemory_1_get_Span_m78E9A51411A5471AC31198C4468A0BCAE297D7AE_gshared_inline (ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * ReadOnlySpan_1_get_Item_mAB0D799EA2010526908D5DCB06BCC7B8778593C1_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 ReadOnlyMemory_1_get_Span_m1B6C88E536A38052A8D18B9A1B721B7C8ED8E575_gshared_inline (ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * ReadOnlySpan_1_get_Item_m2C4ECC6900DAB5E5F1741306AD8B06ACD0F9763D_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B ReadOnlyMemory_1_get_Span_mD5879B479A09AC4D550092622FA1E47AC6143AC1_gshared_inline (ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * ReadOnlySpan_1_get_Item_mAF170CC5129E8321F89C0E8498C8A36C54B975E7_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 ReadOnlyMemory_1_get_Span_mB032D51D56B4A6A88EF18CD7B0457297561B5EA1_gshared_inline (ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * ReadOnlySpan_1_get_Item_mE00479F0C8DE5A6A2B03A6E703E414E4CA90F955_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 ReadOnlyMemory_1_get_Span_m028ED49935A7726D9634BC0BF8E7841A5899DBCD_gshared_inline (ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ReadOnlySpan_1_get_Item_mD4CC94FAD27F660C6713BDA58598A7C0A7221E6F_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF ReadOnlyMemory_1_get_Span_m1873405F732D3C33F0D8BBD5019EDCC8CC36B09F_gshared_inline (ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * ReadOnlySpan_1_get_Item_m15F89FB0759CC4C9E0E7BC24853F9CB5EA798E03_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 ReadOnlyMemory_1_get_Span_m4549A4CE9868618CF40644969F12EF0B0517E110_gshared_inline (ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * ReadOnlySpan_1_get_Item_mF0F0C4D8DED6BDAEC38F30C3CEBF1458D0DA9299_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, int32_t ___index0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF ReadOnlyMemory_1_get_Span_m67C02350CA9577E7F135C3A7A56B83DC1BC6B889_gshared_inline (ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * ReadOnlySpan_1_get_Item_mBB02E8458D73AF882A6521DA7A547A46AACC9B2E_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6E5E16CA01AAA841B6A186557344DB310AB29AEF_gshared (Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 * __this, Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * ___q0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4544BA1FF7AE954349767F100E02661B657AD8E5_gshared (Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA * __this, Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * ___q0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6B1F28310E8BA548CA5B4A62E7D3D208F64AC85C_gshared (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C * __this, Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * ___q0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m979B00FE4801E1BC3A97852774CE187255F21F9F_gshared (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ___q0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mB67B046164EB6CF2ED52EFD0651265E86452A034_gshared (Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 * __this, Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * ___q0, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_gshared_inline (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mD59B67B303F89717A63D6A9B2DD6F1574CA57846_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_gshared_inline (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mF1B8F2385A89937E2E91EECC68AAF566FBC25252_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 Span_1_Slice_m288451D99A0C04789A89013497F09D005ABB3EB3_gshared_inline (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_gshared_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlySpan_1_Slice_m8C2A09D18F8652F88B8A68E692363CD369C0EF40_gshared_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF2E24076785295E28DF8304ED87E2D30EA9B35D4_gshared_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m564E0750B0555588B2A4FF9DAB5CEFCA810EBA4A_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m7BC520755FC4F678E9E3E866405EFC3F8A7167EF_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_gshared_inline (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m364D2E56835348C627AD557A42EA7F67D718F08E_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_gshared_inline (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mCB583B029E1BDDA2498AEF09744BD73FEB879BC7_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 Span_1_Slice_m5BC5FCB3DDA42A6AD8932A0CE97503C22E92A37E_gshared_inline (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_gshared_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlySpan_1_Slice_mB8B8A270FBF6015EE0CB4D4235C4594605FA2CEE_gshared_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m6352E75877D156978AF093AD5B8969D3275FA542_gshared_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m9C6AA08345F189D3CBE760F03C913D5E2FDCFE62_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m83C7163A926559CC146371FD71A05EB765CBFF71_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_gshared_inline (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mA40A234F24FBE55FD5EEF86CDAA0B05EC6752B8B_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_gshared_inline (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mA51470DD237E6BB4B6E3A746C80643D78964615D_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB Span_1_Slice_m92D3200B2FE0244C8D93BDF54F1F93400068655F_gshared_inline (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_gshared_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlySpan_1_Slice_m665D05A4FC3F24CB123636F49E7DDC80BB90490C_gshared_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mBA6F0AFE849C3B6CCA62F89C72FFA08636F06577_gshared_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m4D42E71AF1F3ADB5270673D9154EAE02A9E760D2_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m0F1C620017EF412F83590F7E681B57D94896043B_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_gshared_inline (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m4AD3C7B008BBFAC60402D3B439C510206AAFBC5F_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_gshared_inline (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m751FAA15CF3ACE7F6DBC2F930C387859F59513D7_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 Span_1_Slice_m9C4A54F7B0F1BE9D93FB7368E3E952C52D151195_gshared_inline (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_gshared_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlySpan_1_Slice_mAC680D137D6057415E2889CCA8D4E5EB24BAA0E3_gshared_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD7F973FE4AFEB5E33ED06AF6388CF48B010F84B0_gshared_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m703D4BB0E38C1F930BC3627972632EB13F0251E8_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mAFF4E2B3AC0457959D06AF5777843F4BA2D61DA9_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_gshared_inline (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m3B92D8596449EEF7F1EB2832A7D65BF517DFC5C4_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_gshared_inline (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mFBFF68101A795B8B42D6A2B950DFEC57EA6924B7_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 Span_1_Slice_m583E37C3A1A51A3CC300E1DD7B6F54AD08E1FF1D_gshared_inline (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_gshared_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlySpan_1_Slice_mCDA07346338B4260EBFF80E4B24F290869B6F2D6_gshared_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m66EC94D7FD1C70B9657077560382CC21711F3FBA_gshared_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m3AE8E2834E8BC2FD7FD6D47AAF0F5A705377BB5B_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m75C45E0673B9DD30A4FBEB48F60B1AE0CE7CC303_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_gshared_inline (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mF0FA39E115481426C622E922C6178ED303B612EA_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_gshared_inline (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m0AED2F5523B32E8C27684C29679732B4C2BAE6F9_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB Span_1_Slice_m72C9C3DE110BA9A171BDB97A8430A8AB5514B58E_gshared_inline (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_gshared_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlySpan_1_Slice_mF0057A0AE339B67980F83468F1D07C6AE4A7BBBA_gshared_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mE128FF7A858015DB4DAE16F611CC82D9A26F5DC2_gshared_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m1744ECA3B144656BB6E7675787C173EBAB1B40CB_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m1CDD73C86F9388E090E2269EA14BCC5D38476567_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_gshared_inline (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mAB2F6DEA6FBA5A1343B0FA2F8F6866704EC480C8_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_gshared_inline (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m871578517C6260160E96675E367FF46855D7F075_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B Span_1_Slice_mE61FCC5BD43A3A95CCED4A05EE3C16E0EF7BAD78_gshared_inline (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_gshared_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlySpan_1_Slice_m3D4FEC9BE4FEDA4BFEAFA4D50452513181847F86_gshared_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m102ACAC21099DF456060B8F081F2CC540203D6C9_gshared_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m0FD6A31548389B38FBD82B5907B387D92D47D911_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mF5732537C69BB85FB4A3892193C9E923C436B9E7_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_gshared_inline (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m9B35AE1CCEB39B4D7806F776D707524D5481FFB8_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_gshared_inline (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mE0E6D7EECAA950F5139FC74E8206C5E408D05623_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 Span_1_Slice_m989617006FB0E939EC97B691F43D1E39BA8D2CD9_gshared_inline (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_gshared_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlySpan_1_Slice_m1559B38041ED840816B96AD19FB50551C33D46D4_gshared_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2C81DE22DAA92939670CEADB701FD8D5B20712FB_gshared_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m8350554A88FE4B1B5511EE028F0E94C997CAD960_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m426D06D572D63A7A56506931F193C7D728E60CD3_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_gshared_inline (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mE83F33A04482672F247A74E496C6E9AD6B4CD8E4_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_gshared_inline (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mB84F26B7C035A734CAB9C9AE30D452747648DBA7_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 Span_1_Slice_m9F36D735366649E805C0DA7126BC3F85D125BEF1_gshared_inline (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_gshared_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlySpan_1_Slice_mE5455174D35E34647B701472BDE0F17691746946_gshared_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mAE50B7B23FB4A2D18FBDDD7DE33341C230427779_gshared_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mC6740A4BF50631C53F50FA42A5B4FE4936A3E4F1_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mCB20E7278BF6D1010DCE4C131E48D293DD35F1B1_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_gshared_inline (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m265BACDCDBE332C7D7663A89328067C8F51347C4_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_gshared_inline (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m745FD23F069B52A01BD7A5A606EE6F4E5405648A_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 Span_1_Slice_mB886B6872ED2414038014150DEC21649BC10DC32_gshared_inline (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_gshared_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlySpan_1_Slice_m82EE371BDAB26B86BD74613024EAAD7DEB686F43_gshared_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mDE658CDF3279ABE3C350D08D7C9EF33F86511582_gshared_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mE80FA6DF0A65D62BB453C87C8DA573BBA05535DF_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m7E3C3A163B6F24E97313E99BC35B937C53E9A45B_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_gshared_inline (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mDB1FA3349863E18DBF39F0B10BA174D643219AAE_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_gshared_inline (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m1919F3B226EF4A48A8D510A5B48BA206D2C8F01E_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 Span_1_Slice_m34EAA4393C42DF48AD3059E8805AA375C7F1775B_gshared_inline (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_gshared_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlySpan_1_Slice_m24915519E7916C83AD30CE8B222ED2447F538435_gshared_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m73CA311F2FD7205B861F5CEBF9A47778D5AE5223_gshared_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mC2E504C7A80B2545BAD7AAE3317DF37066B645BD_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mFAE0A5B02D48B31B71B407B8B7024F132F267FDB_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_gshared_inline (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mBE8EDF7FFE49F9A46061F172BDAFBF07E7232B3F_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_gshared_inline (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m78C799A47FC63166E029420BEE44F605B9506084_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 Span_1_Slice_m93DAE93CFCC431F85FF060206D6EC29C9416DB03_gshared_inline (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_gshared_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlySpan_1_Slice_m8082CD5AE9D17BCC29AC4F0C22212776B184E8B4_gshared_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1BF0649027387E4A34EDD3E4D3B53AD4A7463435_gshared_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m525CC11E0CA4512E70A3AC942C66547500E63945_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m8856CE595470DBADA4748849E2DC2B5036E8E9A9_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_gshared_inline (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mF962AABD707354D25D0455AB43D7658CAA5EB707_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_gshared_inline (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m48EF599B487D6042D0965129D473C1BFF9B15F10_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E Span_1_Slice_mB968EFAB295CF750B9C8020597962DDD1016AA2F_gshared_inline (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_gshared_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlySpan_1_Slice_m6619BEB2351706DEF3177228B654A2CC79E867BE_gshared_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC85EB470019290CB15F865D88582E0F5F403F723_gshared_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mD88E742497A2C7360235435FC4D208E486BE932A_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m82325BF66A3D47C85D5624B9457E24ED9000A1A7_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_gshared_inline (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m9771B389C99E9418C67B3DA90484460B3B836371_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_gshared_inline (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m5A30BA9AF02E7741F11E76DDF6D955AD19F2F078_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 Span_1_Slice_m2E5AB6E01A947A48EE17F0941920465E8FF224FF_gshared_inline (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_gshared_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlySpan_1_Slice_m52B412D2C4042D0C610796307E9F4CC463C4E17F_gshared_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m3D5CC381A10D52012EA7B4E25D283EA0B032EFDF_gshared_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mEF0213331F0CC2B18BA94E468757AE85F9842E14_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mE49328F01CB5B0A26829F0EAA48F325F40DDD2E7_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_gshared_inline (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mBD12A73C6C9CBEEA06DAB9627457495E5FF362D1_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_gshared_inline (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mBAA029BF305512DF4B6A430CAAA1BC9FC1C21113_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t85E11E4140E6356C6293590FB7832A9551354776 Span_1_Slice_mA85E8C7C372B557729CB3BD94C8E9BAF44408A4F_gshared_inline (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_gshared_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlySpan_1_Slice_m55A6E860BF55EBD22AD3052D80C0F6C5791E451A_gshared_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC05AD5CB87B433901DD936AB30D479E844A54266_gshared_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m62964DD2275DF72B918871ADDD522DB2A421807A_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mA6AEC1A9F2B156BA3F90C106865B6D6A3A1D50BE_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_gshared_inline (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m9556625F2261F388095DB7B60539500308628A9A_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_gshared_inline (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mDB7E98F75CC3FB6E2350DDA33A038A13743FEFA1_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 Span_1_Slice_m4442E67F88E4B7971364CE89AB8D144555F46665_gshared_inline (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_gshared_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlySpan_1_Slice_mBCC7DB501E4571950584AF46658CB79C5AE0CBFB_gshared_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m22F78342C42A46C293D74C213FF3360728ADEE18_gshared_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m2DF4CDBE9C3B7DDFDF06E65EE9783FCBAD3FE2DD_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m50161AB920F011624B357A9ED3A4B14DADB5F18C_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_gshared_inline (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m764EBA19965D7104C396121A31867FF4669440E2_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_gshared_inline (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m9A2FC02377FF92B5C51348DACB230C783F40DF78_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 Span_1_Slice_mD048875BB3E94D6A8D8DC443BA67FC6F5AE2BE17_gshared_inline (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_gshared_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlySpan_1_Slice_m5ECEF67599A76FB5BBE31262103502D751DDB34B_gshared_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m6F3419B39F41E115B1925CC2D7AB4105A8C04C71_gshared_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m55410E9160A536B988AAD14627EBD06A9780EA22_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m4BC9A0BA6FF738FE910B8971EDB56DF4730539C3_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_gshared_inline (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m35310885963E2B1C7EBCF6D82AEC6ED2C4DA9AD3_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_gshared_inline (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m067090BB14756E13F3263494F3E94AA16570BE49_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 Span_1_Slice_mBA7A700C3FB765361DEB9EF88FBCEAF4F426A8D5_gshared_inline (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_gshared_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlySpan_1_Slice_mB15288915FF6FFE04F1861CD74CEBAB9824BE7E3_gshared_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mA40E935CF092D10248093D2356D843A11764FC06_gshared_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m4AFE8F64DFCEE92C8A33ADEF5FFAD53206566202_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mCBEF8057DF9653DD4DBCA29286407B665D6C34DC_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_gshared_inline (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mC3E3DD04AF0620B681827C38B95865A0C778852F_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_gshared_inline (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m4196ADA1FD08722A928F8C58D80E9760651D0833_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 Span_1_Slice_mAD4723185D7B6958684A48B6F33317AF65558742_gshared_inline (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_gshared_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlySpan_1_Slice_mA668F643378659DA1949ACD22E4C87AB65A11FF9_gshared_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0F7DC1BFF4D97F7C4A1FC13ED12544BA23F44221_gshared_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m9046F304377B41FA903EDA4CF6ACF0BE54F94C22_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m973CD3C72EDF3AFB0DB7CF17F5C0D4EF9458610F_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_gshared_inline (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m78D0E581EAB7CC6390C17085B2526C9C5B199E44_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_gshared_inline (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m1D3A2EDFCCD47A1DD2B0B63F63D2540C17816F15_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A Span_1_Slice_mFBE4DA51382B9DF9ABACDB67CF9A291E566282C4_gshared_inline (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_gshared_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlySpan_1_Slice_mDDF4D6E41D324C372BBDCE1B9B2AA124F3560C6C_gshared_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m15BDBAF35FA509179607A48574BDED160C5B8D48_gshared_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m841D5C6DFB607AB6260D52C648D81C656CB0093B_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m2DCBB64846093B6ADCBB71501BC12860183D6BCC_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_gshared_inline (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m26C46922F493FB6750EEF342428CE969DFA2E3F9_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_gshared_inline (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mBC451FB6AAF2F00075FF0D75988C2D56F1E983AD_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F Span_1_Slice_m83A9C69C7C4EFFE639E06D81E4FEFDD8CCF5B3E4_gshared_inline (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_gshared_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlySpan_1_Slice_m83C037EB1834597359E8039099E31108DB2ABC73_gshared_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mAF493B798997B83432D232971D3313491DF6E897_gshared_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mFAD0B662657BF372C8D9F1438BB5A40100536ED3_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m46D59FC86D71D83E31F33F3DC7174EC8400BDD78_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_gshared_inline (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mF8B5A360685E083ACFF903236D37BB602C63E7CC_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_gshared_inline (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m992349E462D879F5FD1F84E848C63D489CBAF07A_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 Span_1_Slice_m5D821F926D430BD1129F011381F35B5EC76E1712_gshared_inline (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_gshared_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlySpan_1_Slice_m6B2AD42A3D787142487D78B5E690E854C19D7F85_gshared_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m774F4F0BA16F9482B8AB11FCE189271A332A1244_gshared_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mA5BEEA29551F8BE845E1BAD247AC6C44B2713FA7_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mEC7B51A42E88D4E74E49CEB8A6C8812165901AE6_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_gshared_inline (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m7DABBA672BB7C777C6AB43E7E39824E556C9D87A_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_gshared_inline (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mC2F2867234EFE307E7D3F43B855742468B9861CF_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tADA37510601FA34CF0623B41095419E4009CB470 Span_1_Slice_mB29A581EE6F6793A82024E44E2D305D60AEC9AD5_gshared_inline (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_gshared_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlySpan_1_Slice_mB632C6800804AC09422B2B977EE788AC66919A3B_gshared_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m49642CE3B5957B46AB18F1FB2329BB07DD6FFAF6_gshared_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m9851B677A30D2DF3526F9322109515ECEE4E1CE6_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mC440427AF2C8BD41A5BCE37D04E91165EDEE198F_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_gshared_inline (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mA897DB396D5C0C22987B3AA6B0B4960C92BCC923_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_gshared_inline (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mCFE86EF8AEBBC95F2C5FC6341553D463829A7184_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF Span_1_Slice_m4B89CB11F9DBD2C81E2F3D24E4F94783C0B40938_gshared_inline (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_gshared_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlySpan_1_Slice_m9D71946BDE598DF627A8F11D29D061E45AFA7A1F_gshared_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC9CB5FD2BF881AD29E9FF032148EC5A85150250D_gshared_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mC89C3C1244C8B32073558A180DECA2E3A5E527E2_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m229859C24816F6E35D7D0267D8703102E48697F9_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_gshared_inline (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m40F2BE5A5836E5FE37AB6CE0668D594A3E2D9613_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_gshared_inline (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m5C900BF25EBCDCC8000B6ABABD86B12B00D5AD76_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D Span_1_Slice_mAB47EF831C2A0C4928F5AC058163233ED79A29B2_gshared_inline (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_gshared_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlySpan_1_Slice_mC663B8B79C861820E66F51D40295A04A1853BE52_gshared_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m54562BB58221CB26DEB285C63E79A2DFA2DBB6C9_gshared_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B ___other0, const RuntimeMethod* method); // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m4BBD7157568D433C4D77A0B530FE19B1BCD3739A_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m7496102707C52BBE82B77229FBB35202355E44F8_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC6D40C35AA888D3180A2A5CB5F0AF25F61593DDC_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C ReadOnlySpan_1_Slice_m811D68F35DD93BA380EEA92819C0421769B20A7C_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1D29369A1003ED3A9A5E2F3B705BCB9A06FE1C4E_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m37A6A1109BF48620471AF9DBF00AA3B5DA6670CA_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF ReadOnlySpan_1_Slice_m6C846AFAC5F6E7960B4BA18E017845AB91FB6338_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF8628507BDBC70C31A7381D39DF33A43F9EAE60E_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t8F2820222127FA3555803F54498E9275CE67C798 Span_1_Slice_m9B8996ADDAF79B2D322E1A49E10EEC07C4B7A63A_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC0B16B78CBB8E70E37F0EE3B535883CE8CAE4774_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 ReadOnlySpan_1_Slice_m63F0D44C3C20D2309A7171AB1C84E7CDB4B2A18F_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m3B3225182CFF62B644FEE8D7F21B0C9A01DF97CF_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC Span_1_Slice_mBDAAC647AB48B08F59673D6CB396E36B87048305_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1FC0F7C00025B017DCD2EEF6E9A8CCF9CC6A978B_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F ReadOnlySpan_1_Slice_m93C047FEBD574C65D49D200AAF6E6299929D8C03_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF4789CE3B5BA8109D7765D6ACC6033B287B4B448_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD Span_1_Slice_m559CD7E5A5C913047F416D79EE553ED3D2AE8332_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mADEE08822E6B129C5BC189B1912A260A87F642CB_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F ReadOnlySpan_1_Slice_m7A7844C60F527D0308865695C6E623958EA3DAAC_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m325E952F4B6864C6DF7EAECCE797954DE75F6CA2_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 Span_1_Slice_m5914729D2F3435FBD9ACF7507A176EC053FD2172_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m793F319E0586B3B9A17F673DC676CF3EA7429EF4_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 ReadOnlySpan_1_Slice_mD6BC18812C39572AD9917B74CE7726882D9498F7_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mDAD6985D1BE17481ABB9ABA638EA94A4B56E7102_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 Span_1_Slice_m32673E9D5668F43C9552D5BB96327529B11FA615_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD92AF7A48FEF289EC183C6221A842AC4D5DD550B_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B ReadOnlySpan_1_Slice_m9727E3C1FB50DD39B3FAD4F8FE514DDB2CB808DA_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD243927A719F237AB41315B9AE9434771F5342AF_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 Span_1_Slice_mD2DA1A8DB2E924728FA0A89997861C6D725B97BB_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mA1B0A659334E32786DEFE0FD04D173840CEE0ABD_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 ReadOnlySpan_1_Slice_mA6F6D6D75FFC70C7B10C9F3089B651B8BA52222F_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m779BFBB4D8BF18875952DBDC651DDCDD4298964D_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A Span_1_Slice_m1415050A381A86FD5A9C4D264B919A60A2075B60_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m40837B7195443C2E1D4FE30A6E3C1C26ED38859A_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 ReadOnlySpan_1_Slice_m4A7728CB74A177B092CD55B805BF8C30F0AAC3F8_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m9EB2D45E01E996E7E2D57358CA8A6632D34F4CF0_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 Span_1_Slice_m1F24BBF2B02EADF6349FF807DB4F63E4AD4EAC7D_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m06099B6C6EAAE39AC323F6F4D4A1E4697058B60B_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF ReadOnlySpan_1_Slice_m089286E3AE262DADF4A3839F6E2B651D4937B941_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mBB887D45423C7045C3EED12FE775D34574CB2F0B_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 Span_1_Slice_mB8D060B1E1C38162C4F3941B8C0F91240C707676_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2AD2F2A2F5D9A120B464DEB11EEFF27E2FCD55C0_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 ReadOnlySpan_1_Slice_m9B59787C26E210F7D83BFF5B97BB10964708758E_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD330B60C63B268218AB4A3AC2E13F0A9D9C706FB_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 Span_1_Slice_mE6833D379054C0B802D059EFDAB45F8D07B114F3_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m318FC8E838D386C6EFDAEDA1D7386A18B602FA53_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF ReadOnlySpan_1_Slice_mEC8FBC699360F3AFE2706D0B87850CC5EBCD1F69_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mAE9BC347DE0E56B6F964CB7F8735908B0DA58E7B_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mBF8E2261525660311F01BB42DB1484A543188710_gshared_inline (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 * __this, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m76A459347E42D6C85CDBB4FAE2BFBF9739527395_gshared_inline (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 * __this, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mA1903EF6CE670231C22DFF698ABC45DC1ADF525E_gshared_inline (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB * __this, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m1E82FD3266D66560548BB5E2042BCF8AAB42966C_gshared_inline (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 * __this, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mBE1197315280CC8050CDF6BCEDD84BE02BB6A888_gshared_inline (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 * __this, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m799B3945AE0163FEB62A16B981D3BC6D9B606267_gshared_inline (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB * __this, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m88B5404FE5DF5C735AFFD3B51C0C54A6CD3FA9A8_gshared_inline (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B * __this, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m61E364849080A5BF51972965A0BEA13A8CD03A0F_gshared_inline (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 * __this, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7D72297192787A6CC88566841A332EAD8EC74FA6_gshared_inline (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 * __this, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC39CCC369F9B7C241A64A4118F06B4EB11E4610B_gshared_inline (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 * __this, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE6C98228F9BC5B02BB47D144AD714F9CEC8BF748_gshared_inline (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 * __this, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m3CDCD69B4E7047C301967017D3BFDB07BD091818_gshared_inline (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 * __this, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mBA08BF37FEBB51D2C96579868D3DCB0D8B80AC33_gshared_inline (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E * __this, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m98FB1A54ACE0EEE2F4096CCCBBACB22B112E1A7F_gshared_inline (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 * __this, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7A0DB6FDA90DD1B78039A47F0C0608880A165037_gshared_inline (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 * __this, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7204D87E50E7B829D79F668F4BC3EFDC6F04F754_gshared_inline (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 * __this, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m6162D8BD6807EFCBAB2813A0860494566EDFEC87_gshared_inline (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 * __this, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m449F63E37B13A16792CB458ED313196A17D819BB_gshared_inline (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 * __this, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m281913A7337897C618E9EDB990598D44988E9884_gshared_inline (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 * __this, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC555E4A22A458D9F5E2CD79700784C437D68D6BD_gshared_inline (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A * __this, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mDA7BFBB51D1334F75DED08F7CC67A067E1763DD3_gshared_inline (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F * __this, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mEC52DD66BBEFE1E17D95007539140A325EF18B8D_gshared_inline (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 * __this, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mD24D5A8610DD93ED0366853B41FC1E91FAA767BD_gshared_inline (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 * __this, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mFBB4EE60BAD24C7F91CF44A61EA52667CA9BDE9D_gshared_inline (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF * __this, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE9025D4EB57B2397689D973676E2003AD69E5391_gshared_inline (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D * __this, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mAC14589AAB40984711662365B0DAC41438C66D23_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m2D7205C0D21FE7A12235CA7E6D14810CD33016D6_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m9A4FCEC0600C4459A7F0B217F7EB877B9B4164BC_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC0A9C617BF2099138DF5440F5B15EBB43356040C_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m829BD2D25CCFC999D5AC6BDFEDE14E7933A901FC_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m6F12225CC1113429A5C254B77496713CD91895F2_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m28C01E83C3FC0D470945D689762427854BEDED05_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m6C43009AE1F9CA330251C03B0A7C86648AC341AE_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m0B314BF6DDBA7BC1502662A8879A783453F3BAD7_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7033FC78BF46CA729241A0E751D010A804C9CB8F_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void SixLabors.Guard::NotNull(TValue,System.String) inline void Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline (RuntimeObject* ___value0, String_t* ___parameterName1, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, String_t*, const RuntimeMethod*))Guard_NotNull_TisRuntimeObject_mCC4DE844B884F413E1638F21C30000B52DE4EFB5_gshared_inline)(___value0, ___parameterName1, method); } // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.ImageFrame::Bounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449 (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Intersect(SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.Rectangle) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___a0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___b1, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C ReadOnlyMemory_1_get_Span_m24A776EC87BCB7AE73D77ECAC96DAB2DCD560BFA_inline (ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C (*) (ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m24A776EC87BCB7AE73D77ECAC96DAB2DCD560BFA_gshared_inline)(__this, method); } // System.Int32 SixLabors.ImageSharp.Rectangle::get_Top() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Left() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950 (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, int32_t, const RuntimeMethod*))Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline uint8_t* ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( uint8_t* (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * ReadOnlySpan_1_get_Item_m5BF1F6656C05CDEF9307A86E14B38546C9AAA95F_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m5BF1F6656C05CDEF9307A86E14B38546C9AAA95F_gshared_inline)(__this, ___index0, method); } // System.Int32 SixLabors.ImageSharp.Rectangle::get_Right() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Height() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF ReadOnlyMemory_1_get_Span_mB18FDF9E76B7B50D3A5E8D44AB62BCEC8AB0FD68_inline (ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF (*) (ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mB18FDF9E76B7B50D3A5E8D44AB62BCEC8AB0FD68_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * ReadOnlySpan_1_get_Item_m15EC240C3D2AAE5F39DED947A3780C9A4B42BD02_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m15EC240C3D2AAE5F39DED947A3780C9A4B42BD02_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 ReadOnlyMemory_1_get_Span_m58698FC4F3E481AC8C28FC41135114B0BB426E2F_inline (ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 (*) (ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m58698FC4F3E481AC8C28FC41135114B0BB426E2F_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * ReadOnlySpan_1_get_Item_m66DD2712A065E988C1B36B79C0AF3CF09C3EA529_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m66DD2712A065E988C1B36B79C0AF3CF09C3EA529_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F ReadOnlyMemory_1_get_Span_mD10549F4458A1C68342573BFE720EB17BF3295FD_inline (ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F (*) (ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mD10549F4458A1C68342573BFE720EB17BF3295FD_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *, int32_t, const RuntimeMethod*))Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * ReadOnlySpan_1_get_Item_m56FED6B5CD005961A1DFF02E0CA7D6DD9C32300C_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m56FED6B5CD005961A1DFF02E0CA7D6DD9C32300C_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F ReadOnlyMemory_1_get_Span_m78E9A51411A5471AC31198C4468A0BCAE297D7AE_inline (ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F (*) (ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m78E9A51411A5471AC31198C4468A0BCAE297D7AE_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *, int32_t, const RuntimeMethod*))Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * ReadOnlySpan_1_get_Item_mAB0D799EA2010526908D5DCB06BCC7B8778593C1_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mAB0D799EA2010526908D5DCB06BCC7B8778593C1_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 ReadOnlyMemory_1_get_Span_m1B6C88E536A38052A8D18B9A1B721B7C8ED8E575_inline (ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 (*) (ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m1B6C88E536A38052A8D18B9A1B721B7C8ED8E575_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * ReadOnlySpan_1_get_Item_m2C4ECC6900DAB5E5F1741306AD8B06ACD0F9763D_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m2C4ECC6900DAB5E5F1741306AD8B06ACD0F9763D_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B ReadOnlyMemory_1_get_Span_mD5879B479A09AC4D550092622FA1E47AC6143AC1_inline (ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B (*) (ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mD5879B479A09AC4D550092622FA1E47AC6143AC1_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * ReadOnlySpan_1_get_Item_mAF170CC5129E8321F89C0E8498C8A36C54B975E7_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mAF170CC5129E8321F89C0E8498C8A36C54B975E7_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 ReadOnlyMemory_1_get_Span_mB032D51D56B4A6A88EF18CD7B0457297561B5EA1_inline (ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 (*) (ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mB032D51D56B4A6A88EF18CD7B0457297561B5EA1_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * ReadOnlySpan_1_get_Item_mE00479F0C8DE5A6A2B03A6E703E414E4CA90F955_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mE00479F0C8DE5A6A2B03A6E703E414E4CA90F955_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 ReadOnlyMemory_1_get_Span_m028ED49935A7726D9634BC0BF8E7841A5899DBCD_inline (ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 (*) (ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m028ED49935A7726D9634BC0BF8E7841A5899DBCD_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *, int32_t, const RuntimeMethod*))Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ReadOnlySpan_1_get_Item_mD4CC94FAD27F660C6713BDA58598A7C0A7221E6F_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mD4CC94FAD27F660C6713BDA58598A7C0A7221E6F_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF ReadOnlyMemory_1_get_Span_m1873405F732D3C33F0D8BBD5019EDCC8CC36B09F_inline (ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF (*) (ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m1873405F732D3C33F0D8BBD5019EDCC8CC36B09F_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * ReadOnlySpan_1_get_Item_m15F89FB0759CC4C9E0E7BC24853F9CB5EA798E03_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m15F89FB0759CC4C9E0E7BC24853F9CB5EA798E03_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 ReadOnlyMemory_1_get_Span_m4549A4CE9868618CF40644969F12EF0B0517E110_inline (ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 (*) (ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m4549A4CE9868618CF40644969F12EF0B0517E110_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * ReadOnlySpan_1_get_Item_mF0F0C4D8DED6BDAEC38F30C3CEBF1458D0DA9299_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mF0F0C4D8DED6BDAEC38F30C3CEBF1458D0DA9299_gshared_inline)(__this, ___index0, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1::get_Span() inline ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF ReadOnlyMemory_1_get_Span_m67C02350CA9577E7F135C3A7A56B83DC1BC6B889_inline (ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF (*) (ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m67C02350CA9577E7F135C3A7A56B83DC1BC6B889_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * ReadOnlySpan_1_get_Item_mBB02E8458D73AF882A6521DA7A547A46AACC9B2E_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mBB02E8458D73AF882A6521DA7A547A46AACC9B2E_gshared_inline)(__this, ___index0, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) inline void Enumerator__ctor_m6E5E16CA01AAA841B6A186557344DB310AB29AEF (Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 * __this, Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * ___q0, const RuntimeMethod* method) { (( void (*) (Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 *, Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *, const RuntimeMethod*))Enumerator__ctor_m6E5E16CA01AAA841B6A186557344DB310AB29AEF_gshared)(__this, ___q0, method); } // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) inline void Enumerator__ctor_m4544BA1FF7AE954349767F100E02661B657AD8E5 (Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA * __this, Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * ___q0, const RuntimeMethod* method) { (( void (*) (Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA *, Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *, const RuntimeMethod*))Enumerator__ctor_m4544BA1FF7AE954349767F100E02661B657AD8E5_gshared)(__this, ___q0, method); } // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) inline void Enumerator__ctor_m6B1F28310E8BA548CA5B4A62E7D3D208F64AC85C (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C * __this, Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * ___q0, const RuntimeMethod* method) { (( void (*) (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C *, Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *, const RuntimeMethod*))Enumerator__ctor_m6B1F28310E8BA548CA5B4A62E7D3D208F64AC85C_gshared)(__this, ___q0, method); } // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) inline void Enumerator__ctor_m979B00FE4801E1BC3A97852774CE187255F21F9F (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 * __this, Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ___q0, const RuntimeMethod* method) { (( void (*) (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 *, Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Enumerator__ctor_m979B00FE4801E1BC3A97852774CE187255F21F9F_gshared)(__this, ___q0, method); } // System.Void System.Collections.Generic.Queue`1/Enumerator::.ctor(System.Collections.Generic.Queue`1) inline void Enumerator__ctor_mB67B046164EB6CF2ED52EFD0651265E86452A034 (Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 * __this, Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * ___q0, const RuntimeMethod* method) { (( void (*) (Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 *, Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *, const RuntimeMethod*))Enumerator__ctor_mB67B046164EB6CF2ED52EFD0651265E86452A034_gshared)(__this, ___q0, 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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Exception System.Linq.Expressions.Error::InvalidTypeException(System.Object,System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_InvalidTypeException_m5E952D1990031D96800EBED45B638CEF527F719E (RuntimeObject * ___value0, Type_t * ___type1, String_t* ___paramName2, const RuntimeMethod* method); // System.Exception System.Linq.Expressions.Error::InvalidNullValue(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_InvalidNullValue_mAF462550F9BE099D09E778C49B8F510632B213D1 (Type_t * ___type0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5 (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowNotSupportedException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E (int32_t ___resource0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A (int32_t ___resource0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11 (int32_t ___argument0, int32_t ___resource1, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_inline (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mD59B67B303F89717A63D6A9B2DD6F1574CA57846 (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mD59B67B303F89717A63D6A9B2DD6F1574CA57846_gshared)(__this, method); } // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_inline (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_gshared_inline)(__this, method); } // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mF1B8F2385A89937E2E91EECC68AAF566FBC25252 (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mF1B8F2385A89937E2E91EECC68AAF566FBC25252_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 Span_1_Slice_m288451D99A0C04789A89013497F09D005ABB3EB3_inline (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 (*) (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m288451D99A0C04789A89013497F09D005ABB3EB3_gshared_inline)(__this, ___start0, ___length1, method); } // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlySpan_1_Slice_m8C2A09D18F8652F88B8A68E692363CD369C0EF40_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 (*) (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m8C2A09D18F8652F88B8A68E692363CD369C0EF40_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mF2E24076785295E28DF8304ED87E2D30EA9B35D4_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mF2E24076785295E28DF8304ED87E2D30EA9B35D4_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651 (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m564E0750B0555588B2A4FF9DAB5CEFCA810EBA4A (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m564E0750B0555588B2A4FF9DAB5CEFCA810EBA4A_gshared)(__this, ___obj0, method); } // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m7BC520755FC4F678E9E3E866405EFC3F8A7167EF (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m7BC520755FC4F678E9E3E866405EFC3F8A7167EF_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_inline (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m364D2E56835348C627AD557A42EA7F67D718F08E (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m364D2E56835348C627AD557A42EA7F67D718F08E_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_inline (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mCB583B029E1BDDA2498AEF09744BD73FEB879BC7 (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mCB583B029E1BDDA2498AEF09744BD73FEB879BC7_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 Span_1_Slice_m5BC5FCB3DDA42A6AD8932A0CE97503C22E92A37E_inline (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 (*) (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m5BC5FCB3DDA42A6AD8932A0CE97503C22E92A37E_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlySpan_1_Slice_mB8B8A270FBF6015EE0CB4D4235C4594605FA2CEE_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 (*) (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mB8B8A270FBF6015EE0CB4D4235C4594605FA2CEE_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m6352E75877D156978AF093AD5B8969D3275FA542_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m6352E75877D156978AF093AD5B8969D3275FA542_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968 (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m9C6AA08345F189D3CBE760F03C913D5E2FDCFE62 (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m9C6AA08345F189D3CBE760F03C913D5E2FDCFE62_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m83C7163A926559CC146371FD71A05EB765CBFF71 (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m83C7163A926559CC146371FD71A05EB765CBFF71_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_inline (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mA40A234F24FBE55FD5EEF86CDAA0B05EC6752B8B (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mA40A234F24FBE55FD5EEF86CDAA0B05EC6752B8B_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_inline (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mA51470DD237E6BB4B6E3A746C80643D78964615D (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mA51470DD237E6BB4B6E3A746C80643D78964615D_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB Span_1_Slice_m92D3200B2FE0244C8D93BDF54F1F93400068655F_inline (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB (*) (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m92D3200B2FE0244C8D93BDF54F1F93400068655F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlySpan_1_Slice_m665D05A4FC3F24CB123636F49E7DDC80BB90490C_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 (*) (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m665D05A4FC3F24CB123636F49E7DDC80BB90490C_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mBA6F0AFE849C3B6CCA62F89C72FFA08636F06577_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mBA6F0AFE849C3B6CCA62F89C72FFA08636F06577_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78 (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m4D42E71AF1F3ADB5270673D9154EAE02A9E760D2 (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m4D42E71AF1F3ADB5270673D9154EAE02A9E760D2_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m0F1C620017EF412F83590F7E681B57D94896043B (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m0F1C620017EF412F83590F7E681B57D94896043B_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_inline (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m4AD3C7B008BBFAC60402D3B439C510206AAFBC5F (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m4AD3C7B008BBFAC60402D3B439C510206AAFBC5F_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_inline (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m751FAA15CF3ACE7F6DBC2F930C387859F59513D7 (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m751FAA15CF3ACE7F6DBC2F930C387859F59513D7_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 Span_1_Slice_m9C4A54F7B0F1BE9D93FB7368E3E952C52D151195_inline (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 (*) (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9C4A54F7B0F1BE9D93FB7368E3E952C52D151195_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlySpan_1_Slice_mAC680D137D6057415E2889CCA8D4E5EB24BAA0E3_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 (*) (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mAC680D137D6057415E2889CCA8D4E5EB24BAA0E3_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mD7F973FE4AFEB5E33ED06AF6388CF48B010F84B0_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mD7F973FE4AFEB5E33ED06AF6388CF48B010F84B0_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938 (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m703D4BB0E38C1F930BC3627972632EB13F0251E8 (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m703D4BB0E38C1F930BC3627972632EB13F0251E8_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mAFF4E2B3AC0457959D06AF5777843F4BA2D61DA9 (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mAFF4E2B3AC0457959D06AF5777843F4BA2D61DA9_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_inline (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m3B92D8596449EEF7F1EB2832A7D65BF517DFC5C4 (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m3B92D8596449EEF7F1EB2832A7D65BF517DFC5C4_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_inline (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mFBFF68101A795B8B42D6A2B950DFEC57EA6924B7 (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mFBFF68101A795B8B42D6A2B950DFEC57EA6924B7_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 Span_1_Slice_m583E37C3A1A51A3CC300E1DD7B6F54AD08E1FF1D_inline (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 (*) (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m583E37C3A1A51A3CC300E1DD7B6F54AD08E1FF1D_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlySpan_1_Slice_mCDA07346338B4260EBFF80E4B24F290869B6F2D6_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 (*) (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mCDA07346338B4260EBFF80E4B24F290869B6F2D6_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m66EC94D7FD1C70B9657077560382CC21711F3FBA_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m66EC94D7FD1C70B9657077560382CC21711F3FBA_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49 (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m3AE8E2834E8BC2FD7FD6D47AAF0F5A705377BB5B (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m3AE8E2834E8BC2FD7FD6D47AAF0F5A705377BB5B_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m75C45E0673B9DD30A4FBEB48F60B1AE0CE7CC303 (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m75C45E0673B9DD30A4FBEB48F60B1AE0CE7CC303_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_inline (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mF0FA39E115481426C622E922C6178ED303B612EA (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mF0FA39E115481426C622E922C6178ED303B612EA_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_inline (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m0AED2F5523B32E8C27684C29679732B4C2BAE6F9 (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m0AED2F5523B32E8C27684C29679732B4C2BAE6F9_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB Span_1_Slice_m72C9C3DE110BA9A171BDB97A8430A8AB5514B58E_inline (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB (*) (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m72C9C3DE110BA9A171BDB97A8430A8AB5514B58E_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlySpan_1_Slice_mF0057A0AE339B67980F83468F1D07C6AE4A7BBBA_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 (*) (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mF0057A0AE339B67980F83468F1D07C6AE4A7BBBA_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mE128FF7A858015DB4DAE16F611CC82D9A26F5DC2_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mE128FF7A858015DB4DAE16F611CC82D9A26F5DC2_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m1744ECA3B144656BB6E7675787C173EBAB1B40CB (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m1744ECA3B144656BB6E7675787C173EBAB1B40CB_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m1CDD73C86F9388E090E2269EA14BCC5D38476567 (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m1CDD73C86F9388E090E2269EA14BCC5D38476567_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_inline (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mAB2F6DEA6FBA5A1343B0FA2F8F6866704EC480C8 (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mAB2F6DEA6FBA5A1343B0FA2F8F6866704EC480C8_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_inline (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m871578517C6260160E96675E367FF46855D7F075 (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m871578517C6260160E96675E367FF46855D7F075_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B Span_1_Slice_mE61FCC5BD43A3A95CCED4A05EE3C16E0EF7BAD78_inline (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B (*) (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mE61FCC5BD43A3A95CCED4A05EE3C16E0EF7BAD78_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlySpan_1_Slice_m3D4FEC9BE4FEDA4BFEAFA4D50452513181847F86_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 (*) (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m3D4FEC9BE4FEDA4BFEAFA4D50452513181847F86_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m102ACAC21099DF456060B8F081F2CC540203D6C9_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m102ACAC21099DF456060B8F081F2CC540203D6C9_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76 (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m0FD6A31548389B38FBD82B5907B387D92D47D911 (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m0FD6A31548389B38FBD82B5907B387D92D47D911_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mF5732537C69BB85FB4A3892193C9E923C436B9E7 (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mF5732537C69BB85FB4A3892193C9E923C436B9E7_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_inline (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m9B35AE1CCEB39B4D7806F776D707524D5481FFB8 (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m9B35AE1CCEB39B4D7806F776D707524D5481FFB8_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_inline (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mE0E6D7EECAA950F5139FC74E8206C5E408D05623 (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mE0E6D7EECAA950F5139FC74E8206C5E408D05623_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 Span_1_Slice_m989617006FB0E939EC97B691F43D1E39BA8D2CD9_inline (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 (*) (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m989617006FB0E939EC97B691F43D1E39BA8D2CD9_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlySpan_1_Slice_m1559B38041ED840816B96AD19FB50551C33D46D4_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 (*) (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m1559B38041ED840816B96AD19FB50551C33D46D4_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m2C81DE22DAA92939670CEADB701FD8D5B20712FB_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m2C81DE22DAA92939670CEADB701FD8D5B20712FB_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m8350554A88FE4B1B5511EE028F0E94C997CAD960 (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m8350554A88FE4B1B5511EE028F0E94C997CAD960_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m426D06D572D63A7A56506931F193C7D728E60CD3 (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m426D06D572D63A7A56506931F193C7D728E60CD3_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_inline (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mE83F33A04482672F247A74E496C6E9AD6B4CD8E4 (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mE83F33A04482672F247A74E496C6E9AD6B4CD8E4_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_inline (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mB84F26B7C035A734CAB9C9AE30D452747648DBA7 (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mB84F26B7C035A734CAB9C9AE30D452747648DBA7_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 Span_1_Slice_m9F36D735366649E805C0DA7126BC3F85D125BEF1_inline (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 (*) (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9F36D735366649E805C0DA7126BC3F85D125BEF1_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlySpan_1_Slice_mE5455174D35E34647B701472BDE0F17691746946_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 (*) (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mE5455174D35E34647B701472BDE0F17691746946_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mAE50B7B23FB4A2D18FBDDD7DE33341C230427779_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mAE50B7B23FB4A2D18FBDDD7DE33341C230427779_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mC6740A4BF50631C53F50FA42A5B4FE4936A3E4F1 (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mC6740A4BF50631C53F50FA42A5B4FE4936A3E4F1_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mCB20E7278BF6D1010DCE4C131E48D293DD35F1B1 (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mCB20E7278BF6D1010DCE4C131E48D293DD35F1B1_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_inline (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m265BACDCDBE332C7D7663A89328067C8F51347C4 (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m265BACDCDBE332C7D7663A89328067C8F51347C4_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_inline (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m745FD23F069B52A01BD7A5A606EE6F4E5405648A (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m745FD23F069B52A01BD7A5A606EE6F4E5405648A_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 Span_1_Slice_mB886B6872ED2414038014150DEC21649BC10DC32_inline (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 (*) (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mB886B6872ED2414038014150DEC21649BC10DC32_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlySpan_1_Slice_m82EE371BDAB26B86BD74613024EAAD7DEB686F43_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF (*) (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m82EE371BDAB26B86BD74613024EAAD7DEB686F43_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mDE658CDF3279ABE3C350D08D7C9EF33F86511582_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mDE658CDF3279ABE3C350D08D7C9EF33F86511582_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676 (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mE80FA6DF0A65D62BB453C87C8DA573BBA05535DF (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mE80FA6DF0A65D62BB453C87C8DA573BBA05535DF_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m7E3C3A163B6F24E97313E99BC35B937C53E9A45B (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m7E3C3A163B6F24E97313E99BC35B937C53E9A45B_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_inline (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mDB1FA3349863E18DBF39F0B10BA174D643219AAE (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mDB1FA3349863E18DBF39F0B10BA174D643219AAE_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_inline (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m1919F3B226EF4A48A8D510A5B48BA206D2C8F01E (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m1919F3B226EF4A48A8D510A5B48BA206D2C8F01E_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 Span_1_Slice_m34EAA4393C42DF48AD3059E8805AA375C7F1775B_inline (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 (*) (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m34EAA4393C42DF48AD3059E8805AA375C7F1775B_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlySpan_1_Slice_m24915519E7916C83AD30CE8B222ED2447F538435_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 (*) (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m24915519E7916C83AD30CE8B222ED2447F538435_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m73CA311F2FD7205B861F5CEBF9A47778D5AE5223_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m73CA311F2FD7205B861F5CEBF9A47778D5AE5223_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mC2E504C7A80B2545BAD7AAE3317DF37066B645BD (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mC2E504C7A80B2545BAD7AAE3317DF37066B645BD_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mFAE0A5B02D48B31B71B407B8B7024F132F267FDB (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mFAE0A5B02D48B31B71B407B8B7024F132F267FDB_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_inline (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mBE8EDF7FFE49F9A46061F172BDAFBF07E7232B3F (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mBE8EDF7FFE49F9A46061F172BDAFBF07E7232B3F_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_inline (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m78C799A47FC63166E029420BEE44F605B9506084 (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m78C799A47FC63166E029420BEE44F605B9506084_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 Span_1_Slice_m93DAE93CFCC431F85FF060206D6EC29C9416DB03_inline (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 (*) (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m93DAE93CFCC431F85FF060206D6EC29C9416DB03_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlySpan_1_Slice_m8082CD5AE9D17BCC29AC4F0C22212776B184E8B4_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 (*) (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m8082CD5AE9D17BCC29AC4F0C22212776B184E8B4_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m1BF0649027387E4A34EDD3E4D3B53AD4A7463435_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m1BF0649027387E4A34EDD3E4D3B53AD4A7463435_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39 (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m525CC11E0CA4512E70A3AC942C66547500E63945 (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m525CC11E0CA4512E70A3AC942C66547500E63945_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m8856CE595470DBADA4748849E2DC2B5036E8E9A9 (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m8856CE595470DBADA4748849E2DC2B5036E8E9A9_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_inline (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mF962AABD707354D25D0455AB43D7658CAA5EB707 (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mF962AABD707354D25D0455AB43D7658CAA5EB707_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_inline (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m48EF599B487D6042D0965129D473C1BFF9B15F10 (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m48EF599B487D6042D0965129D473C1BFF9B15F10_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E Span_1_Slice_mB968EFAB295CF750B9C8020597962DDD1016AA2F_inline (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E (*) (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mB968EFAB295CF750B9C8020597962DDD1016AA2F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlySpan_1_Slice_m6619BEB2351706DEF3177228B654A2CC79E867BE_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC (*) (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m6619BEB2351706DEF3177228B654A2CC79E867BE_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mC85EB470019290CB15F865D88582E0F5F403F723_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mC85EB470019290CB15F865D88582E0F5F403F723_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mD88E742497A2C7360235435FC4D208E486BE932A (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mD88E742497A2C7360235435FC4D208E486BE932A_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m82325BF66A3D47C85D5624B9457E24ED9000A1A7 (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m82325BF66A3D47C85D5624B9457E24ED9000A1A7_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_inline (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m9771B389C99E9418C67B3DA90484460B3B836371 (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m9771B389C99E9418C67B3DA90484460B3B836371_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_inline (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m5A30BA9AF02E7741F11E76DDF6D955AD19F2F078 (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m5A30BA9AF02E7741F11E76DDF6D955AD19F2F078_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 Span_1_Slice_m2E5AB6E01A947A48EE17F0941920465E8FF224FF_inline (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 (*) (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m2E5AB6E01A947A48EE17F0941920465E8FF224FF_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlySpan_1_Slice_m52B412D2C4042D0C610796307E9F4CC463C4E17F_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 (*) (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m52B412D2C4042D0C610796307E9F4CC463C4E17F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m3D5CC381A10D52012EA7B4E25D283EA0B032EFDF_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m3D5CC381A10D52012EA7B4E25D283EA0B032EFDF_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mEF0213331F0CC2B18BA94E468757AE85F9842E14 (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mEF0213331F0CC2B18BA94E468757AE85F9842E14_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mE49328F01CB5B0A26829F0EAA48F325F40DDD2E7 (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mE49328F01CB5B0A26829F0EAA48F325F40DDD2E7_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_inline (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mBD12A73C6C9CBEEA06DAB9627457495E5FF362D1 (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mBD12A73C6C9CBEEA06DAB9627457495E5FF362D1_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_inline (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mBAA029BF305512DF4B6A430CAAA1BC9FC1C21113 (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mBAA029BF305512DF4B6A430CAAA1BC9FC1C21113_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t85E11E4140E6356C6293590FB7832A9551354776 Span_1_Slice_mA85E8C7C372B557729CB3BD94C8E9BAF44408A4F_inline (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t85E11E4140E6356C6293590FB7832A9551354776 (*) (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mA85E8C7C372B557729CB3BD94C8E9BAF44408A4F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlySpan_1_Slice_m55A6E860BF55EBD22AD3052D80C0F6C5791E451A_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 (*) (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m55A6E860BF55EBD22AD3052D80C0F6C5791E451A_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mC05AD5CB87B433901DD936AB30D479E844A54266_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mC05AD5CB87B433901DD936AB30D479E844A54266_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m62964DD2275DF72B918871ADDD522DB2A421807A (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m62964DD2275DF72B918871ADDD522DB2A421807A_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mA6AEC1A9F2B156BA3F90C106865B6D6A3A1D50BE (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mA6AEC1A9F2B156BA3F90C106865B6D6A3A1D50BE_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_inline (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m9556625F2261F388095DB7B60539500308628A9A (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m9556625F2261F388095DB7B60539500308628A9A_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_inline (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mDB7E98F75CC3FB6E2350DDA33A038A13743FEFA1 (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mDB7E98F75CC3FB6E2350DDA33A038A13743FEFA1_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 Span_1_Slice_m4442E67F88E4B7971364CE89AB8D144555F46665_inline (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 (*) (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m4442E67F88E4B7971364CE89AB8D144555F46665_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlySpan_1_Slice_mBCC7DB501E4571950584AF46658CB79C5AE0CBFB_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 (*) (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mBCC7DB501E4571950584AF46658CB79C5AE0CBFB_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m22F78342C42A46C293D74C213FF3360728ADEE18_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m22F78342C42A46C293D74C213FF3360728ADEE18_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3 (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m2DF4CDBE9C3B7DDFDF06E65EE9783FCBAD3FE2DD (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m2DF4CDBE9C3B7DDFDF06E65EE9783FCBAD3FE2DD_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m50161AB920F011624B357A9ED3A4B14DADB5F18C (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m50161AB920F011624B357A9ED3A4B14DADB5F18C_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_inline (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m764EBA19965D7104C396121A31867FF4669440E2 (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m764EBA19965D7104C396121A31867FF4669440E2_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_inline (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m9A2FC02377FF92B5C51348DACB230C783F40DF78 (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m9A2FC02377FF92B5C51348DACB230C783F40DF78_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 Span_1_Slice_mD048875BB3E94D6A8D8DC443BA67FC6F5AE2BE17_inline (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 (*) (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mD048875BB3E94D6A8D8DC443BA67FC6F5AE2BE17_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlySpan_1_Slice_m5ECEF67599A76FB5BBE31262103502D751DDB34B_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 (*) (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m5ECEF67599A76FB5BBE31262103502D751DDB34B_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m6F3419B39F41E115B1925CC2D7AB4105A8C04C71_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m6F3419B39F41E115B1925CC2D7AB4105A8C04C71_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94 (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m55410E9160A536B988AAD14627EBD06A9780EA22 (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m55410E9160A536B988AAD14627EBD06A9780EA22_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m4BC9A0BA6FF738FE910B8971EDB56DF4730539C3 (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m4BC9A0BA6FF738FE910B8971EDB56DF4730539C3_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_inline (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m35310885963E2B1C7EBCF6D82AEC6ED2C4DA9AD3 (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m35310885963E2B1C7EBCF6D82AEC6ED2C4DA9AD3_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_inline (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m067090BB14756E13F3263494F3E94AA16570BE49 (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m067090BB14756E13F3263494F3E94AA16570BE49_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 Span_1_Slice_mBA7A700C3FB765361DEB9EF88FBCEAF4F426A8D5_inline (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 (*) (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mBA7A700C3FB765361DEB9EF88FBCEAF4F426A8D5_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlySpan_1_Slice_mB15288915FF6FFE04F1861CD74CEBAB9824BE7E3_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE (*) (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mB15288915FF6FFE04F1861CD74CEBAB9824BE7E3_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mA40E935CF092D10248093D2356D843A11764FC06_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mA40E935CF092D10248093D2356D843A11764FC06_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0 (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m4AFE8F64DFCEE92C8A33ADEF5FFAD53206566202 (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m4AFE8F64DFCEE92C8A33ADEF5FFAD53206566202_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mCBEF8057DF9653DD4DBCA29286407B665D6C34DC (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mCBEF8057DF9653DD4DBCA29286407B665D6C34DC_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_inline (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mC3E3DD04AF0620B681827C38B95865A0C778852F (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mC3E3DD04AF0620B681827C38B95865A0C778852F_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_inline (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m4196ADA1FD08722A928F8C58D80E9760651D0833 (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m4196ADA1FD08722A928F8C58D80E9760651D0833_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 Span_1_Slice_mAD4723185D7B6958684A48B6F33317AF65558742_inline (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 (*) (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mAD4723185D7B6958684A48B6F33317AF65558742_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlySpan_1_Slice_mA668F643378659DA1949ACD22E4C87AB65A11FF9_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E (*) (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mA668F643378659DA1949ACD22E4C87AB65A11FF9_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m0F7DC1BFF4D97F7C4A1FC13ED12544BA23F44221_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0F7DC1BFF4D97F7C4A1FC13ED12544BA23F44221_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m9046F304377B41FA903EDA4CF6ACF0BE54F94C22 (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m9046F304377B41FA903EDA4CF6ACF0BE54F94C22_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m973CD3C72EDF3AFB0DB7CF17F5C0D4EF9458610F (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m973CD3C72EDF3AFB0DB7CF17F5C0D4EF9458610F_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_inline (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m78D0E581EAB7CC6390C17085B2526C9C5B199E44 (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m78D0E581EAB7CC6390C17085B2526C9C5B199E44_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_inline (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m1D3A2EDFCCD47A1DD2B0B63F63D2540C17816F15 (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m1D3A2EDFCCD47A1DD2B0B63F63D2540C17816F15_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A Span_1_Slice_mFBE4DA51382B9DF9ABACDB67CF9A291E566282C4_inline (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A (*) (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mFBE4DA51382B9DF9ABACDB67CF9A291E566282C4_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlySpan_1_Slice_mDDF4D6E41D324C372BBDCE1B9B2AA124F3560C6C_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF (*) (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mDDF4D6E41D324C372BBDCE1B9B2AA124F3560C6C_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m15BDBAF35FA509179607A48574BDED160C5B8D48_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m15BDBAF35FA509179607A48574BDED160C5B8D48_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8 (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m841D5C6DFB607AB6260D52C648D81C656CB0093B (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m841D5C6DFB607AB6260D52C648D81C656CB0093B_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m2DCBB64846093B6ADCBB71501BC12860183D6BCC (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m2DCBB64846093B6ADCBB71501BC12860183D6BCC_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_inline (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m26C46922F493FB6750EEF342428CE969DFA2E3F9 (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m26C46922F493FB6750EEF342428CE969DFA2E3F9_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_inline (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mBC451FB6AAF2F00075FF0D75988C2D56F1E983AD (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mBC451FB6AAF2F00075FF0D75988C2D56F1E983AD_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F Span_1_Slice_m83A9C69C7C4EFFE639E06D81E4FEFDD8CCF5B3E4_inline (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F (*) (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m83A9C69C7C4EFFE639E06D81E4FEFDD8CCF5B3E4_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlySpan_1_Slice_m83C037EB1834597359E8039099E31108DB2ABC73_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 (*) (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m83C037EB1834597359E8039099E31108DB2ABC73_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mAF493B798997B83432D232971D3313491DF6E897_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mAF493B798997B83432D232971D3313491DF6E897_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569 (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mFAD0B662657BF372C8D9F1438BB5A40100536ED3 (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mFAD0B662657BF372C8D9F1438BB5A40100536ED3_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m46D59FC86D71D83E31F33F3DC7174EC8400BDD78 (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m46D59FC86D71D83E31F33F3DC7174EC8400BDD78_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_inline (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mF8B5A360685E083ACFF903236D37BB602C63E7CC (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mF8B5A360685E083ACFF903236D37BB602C63E7CC_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_inline (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m992349E462D879F5FD1F84E848C63D489CBAF07A (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m992349E462D879F5FD1F84E848C63D489CBAF07A_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 Span_1_Slice_m5D821F926D430BD1129F011381F35B5EC76E1712_inline (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 (*) (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m5D821F926D430BD1129F011381F35B5EC76E1712_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlySpan_1_Slice_m6B2AD42A3D787142487D78B5E690E854C19D7F85_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 (*) (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m6B2AD42A3D787142487D78B5E690E854C19D7F85_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m774F4F0BA16F9482B8AB11FCE189271A332A1244_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m774F4F0BA16F9482B8AB11FCE189271A332A1244_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mA5BEEA29551F8BE845E1BAD247AC6C44B2713FA7 (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mA5BEEA29551F8BE845E1BAD247AC6C44B2713FA7_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mEC7B51A42E88D4E74E49CEB8A6C8812165901AE6 (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mEC7B51A42E88D4E74E49CEB8A6C8812165901AE6_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_inline (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m7DABBA672BB7C777C6AB43E7E39824E556C9D87A (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m7DABBA672BB7C777C6AB43E7E39824E556C9D87A_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_inline (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mC2F2867234EFE307E7D3F43B855742468B9861CF (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mC2F2867234EFE307E7D3F43B855742468B9861CF_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_tADA37510601FA34CF0623B41095419E4009CB470 Span_1_Slice_mB29A581EE6F6793A82024E44E2D305D60AEC9AD5_inline (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tADA37510601FA34CF0623B41095419E4009CB470 (*) (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mB29A581EE6F6793A82024E44E2D305D60AEC9AD5_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlySpan_1_Slice_mB632C6800804AC09422B2B977EE788AC66919A3B_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 (*) (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mB632C6800804AC09422B2B977EE788AC66919A3B_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m49642CE3B5957B46AB18F1FB2329BB07DD6FFAF6_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m49642CE3B5957B46AB18F1FB2329BB07DD6FFAF6_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77 (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m9851B677A30D2DF3526F9322109515ECEE4E1CE6 (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m9851B677A30D2DF3526F9322109515ECEE4E1CE6_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_mC440427AF2C8BD41A5BCE37D04E91165EDEE198F (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_mC440427AF2C8BD41A5BCE37D04E91165EDEE198F_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_inline (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_mA897DB396D5C0C22987B3AA6B0B4960C92BCC923 (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_mA897DB396D5C0C22987B3AA6B0B4960C92BCC923_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_inline (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_mCFE86EF8AEBBC95F2C5FC6341553D463829A7184 (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_mCFE86EF8AEBBC95F2C5FC6341553D463829A7184_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF Span_1_Slice_m4B89CB11F9DBD2C81E2F3D24E4F94783C0B40938_inline (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF (*) (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m4B89CB11F9DBD2C81E2F3D24E4F94783C0B40938_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlySpan_1_Slice_m9D71946BDE598DF627A8F11D29D061E45AFA7A1F_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A (*) (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m9D71946BDE598DF627A8F11D29D061E45AFA7A1F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mC9CB5FD2BF881AD29E9FF032148EC5A85150250D_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mC9CB5FD2BF881AD29E9FF032148EC5A85150250D_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_mC89C3C1244C8B32073558A180DECA2E3A5E527E2 (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_mC89C3C1244C8B32073558A180DECA2E3A5E527E2_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m229859C24816F6E35D7D0267D8703102E48697F9 (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m229859C24816F6E35D7D0267D8703102E48697F9_gshared)(__this, method); } // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) inline void ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_inline (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*, const RuntimeMethod*))ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_gshared_inline)(__this, ___array0, method); } // System.Int32 System.ReadOnlyMemory`1>::get_Length() inline int32_t ReadOnlyMemory_1_get_Length_m40F2BE5A5836E5FE37AB6CE0668D594A3E2D9613 (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, const RuntimeMethod*))ReadOnlyMemory_1_get_Length_m40F2BE5A5836E5FE37AB6CE0668D594A3E2D9613_gshared)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() inline ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_inline (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, const RuntimeMethod*))ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_gshared_inline)(__this, method); } // System.String System.ReadOnlyMemory`1>::ToString() inline String_t* ReadOnlyMemory_1_ToString_m5C900BF25EBCDCC8000B6ABABD86B12B00D5AD76 (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { return (( String_t* (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, const RuntimeMethod*))ReadOnlyMemory_1_ToString_m5C900BF25EBCDCC8000B6ABABD86B12B00D5AD76_gshared)(__this, method); } // System.Span`1 System.Span`1>::Slice(System.Int32,System.Int32) inline Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D Span_1_Slice_mAB47EF831C2A0C4928F5AC058163233ED79A29B2_inline (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D (*) (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mAB47EF831C2A0C4928F5AC058163233ED79A29B2_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1>::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlySpan_1_Slice_mC663B8B79C861820E66F51D40295A04A1853BE52_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF (*) (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mC663B8B79C861820E66F51D40295A04A1853BE52_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1>::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m54562BB58221CB26DEB285C63E79A2DFA2DBB6C9_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m54562BB58221CB26DEB285C63E79A2DFA2DBB6C9_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) inline bool ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331 (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B ___other0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B , const RuntimeMethod*))ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331_gshared)(__this, ___other0, method); } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) inline bool ReadOnlyMemory_1_Equals_m4BBD7157568D433C4D77A0B530FE19B1BCD3739A (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, RuntimeObject *, const RuntimeMethod*))ReadOnlyMemory_1_Equals_m4BBD7157568D433C4D77A0B530FE19B1BCD3739A_gshared)(__this, ___obj0, method); } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() inline int32_t ReadOnlyMemory_1_GetHashCode_m7496102707C52BBE82B77229FBB35202355E44F8 (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *, const RuntimeMethod*))ReadOnlyMemory_1_GetHashCode_m7496102707C52BBE82B77229FBB35202355E44F8_gshared)(__this, method); } // System.Int32 SixLabors.ImageSharp.Rectangle::get_X() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Bottom() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Rectangle::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06 (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, int32_t ___x0, int32_t ___y1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Void SixLabors.ThrowHelper::ThrowArgumentNullExceptionForNotNull(System.String) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullExceptionForNotNull_m2DEF0B94EA54317D1F7FE5A9088D7EF065DFAF62 (String_t* ___name0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mC6D40C35AA888D3180A2A5CB5F0AF25F61593DDC_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mC6D40C35AA888D3180A2A5CB5F0AF25F61593DDC_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C ReadOnlySpan_1_Slice_m811D68F35DD93BA380EEA92819C0421769B20A7C_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C (*) (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m811D68F35DD93BA380EEA92819C0421769B20A7C_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m1D29369A1003ED3A9A5E2F3B705BCB9A06FE1C4E_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m1D29369A1003ED3A9A5E2F3B705BCB9A06FE1C4E_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC (const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m37A6A1109BF48620471AF9DBF00AA3B5DA6670CA_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m37A6A1109BF48620471AF9DBF00AA3B5DA6670CA_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF ReadOnlySpan_1_Slice_m6C846AFAC5F6E7960B4BA18E017845AB91FB6338_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF (*) (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m6C846AFAC5F6E7960B4BA18E017845AB91FB6338_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mF8628507BDBC70C31A7381D39DF33A43F9EAE60E_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mF8628507BDBC70C31A7381D39DF33A43F9EAE60E_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t8F2820222127FA3555803F54498E9275CE67C798 Span_1_Slice_m9B8996ADDAF79B2D322E1A49E10EEC07C4B7A63A_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t8F2820222127FA3555803F54498E9275CE67C798 (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9B8996ADDAF79B2D322E1A49E10EEC07C4B7A63A_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mC0B16B78CBB8E70E37F0EE3B535883CE8CAE4774_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mC0B16B78CBB8E70E37F0EE3B535883CE8CAE4774_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 ReadOnlySpan_1_Slice_m63F0D44C3C20D2309A7171AB1C84E7CDB4B2A18F_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 (*) (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m63F0D44C3C20D2309A7171AB1C84E7CDB4B2A18F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m3B3225182CFF62B644FEE8D7F21B0C9A01DF97CF_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m3B3225182CFF62B644FEE8D7F21B0C9A01DF97CF_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC Span_1_Slice_mBDAAC647AB48B08F59673D6CB396E36B87048305_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mBDAAC647AB48B08F59673D6CB396E36B87048305_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m1FC0F7C00025B017DCD2EEF6E9A8CCF9CC6A978B_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m1FC0F7C00025B017DCD2EEF6E9A8CCF9CC6A978B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F ReadOnlySpan_1_Slice_m93C047FEBD574C65D49D200AAF6E6299929D8C03_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F (*) (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m93C047FEBD574C65D49D200AAF6E6299929D8C03_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mF4789CE3B5BA8109D7765D6ACC6033B287B4B448_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mF4789CE3B5BA8109D7765D6ACC6033B287B4B448_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD Span_1_Slice_m559CD7E5A5C913047F416D79EE553ED3D2AE8332_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m559CD7E5A5C913047F416D79EE553ED3D2AE8332_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mADEE08822E6B129C5BC189B1912A260A87F642CB_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mADEE08822E6B129C5BC189B1912A260A87F642CB_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F ReadOnlySpan_1_Slice_m7A7844C60F527D0308865695C6E623958EA3DAAC_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F (*) (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m7A7844C60F527D0308865695C6E623958EA3DAAC_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m325E952F4B6864C6DF7EAECCE797954DE75F6CA2_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m325E952F4B6864C6DF7EAECCE797954DE75F6CA2_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 Span_1_Slice_m5914729D2F3435FBD9ACF7507A176EC053FD2172_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m5914729D2F3435FBD9ACF7507A176EC053FD2172_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m793F319E0586B3B9A17F673DC676CF3EA7429EF4_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m793F319E0586B3B9A17F673DC676CF3EA7429EF4_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 ReadOnlySpan_1_Slice_mD6BC18812C39572AD9917B74CE7726882D9498F7_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 (*) (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mD6BC18812C39572AD9917B74CE7726882D9498F7_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mDAD6985D1BE17481ABB9ABA638EA94A4B56E7102_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mDAD6985D1BE17481ABB9ABA638EA94A4B56E7102_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 Span_1_Slice_m32673E9D5668F43C9552D5BB96327529B11FA615_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m32673E9D5668F43C9552D5BB96327529B11FA615_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mD92AF7A48FEF289EC183C6221A842AC4D5DD550B_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mD92AF7A48FEF289EC183C6221A842AC4D5DD550B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B ReadOnlySpan_1_Slice_m9727E3C1FB50DD39B3FAD4F8FE514DDB2CB808DA_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B (*) (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m9727E3C1FB50DD39B3FAD4F8FE514DDB2CB808DA_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mD243927A719F237AB41315B9AE9434771F5342AF_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mD243927A719F237AB41315B9AE9434771F5342AF_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 Span_1_Slice_mD2DA1A8DB2E924728FA0A89997861C6D725B97BB_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mD2DA1A8DB2E924728FA0A89997861C6D725B97BB_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_mA1B0A659334E32786DEFE0FD04D173840CEE0ABD_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mA1B0A659334E32786DEFE0FD04D173840CEE0ABD_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 ReadOnlySpan_1_Slice_mA6F6D6D75FFC70C7B10C9F3089B651B8BA52222F_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 (*) (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mA6F6D6D75FFC70C7B10C9F3089B651B8BA52222F_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m779BFBB4D8BF18875952DBDC651DDCDD4298964D_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m779BFBB4D8BF18875952DBDC651DDCDD4298964D_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A Span_1_Slice_m1415050A381A86FD5A9C4D264B919A60A2075B60_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m1415050A381A86FD5A9C4D264B919A60A2075B60_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m40837B7195443C2E1D4FE30A6E3C1C26ED38859A_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m40837B7195443C2E1D4FE30A6E3C1C26ED38859A_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 ReadOnlySpan_1_Slice_m4A7728CB74A177B092CD55B805BF8C30F0AAC3F8_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 (*) (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m4A7728CB74A177B092CD55B805BF8C30F0AAC3F8_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_m9EB2D45E01E996E7E2D57358CA8A6632D34F4CF0_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m9EB2D45E01E996E7E2D57358CA8A6632D34F4CF0_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 Span_1_Slice_m1F24BBF2B02EADF6349FF807DB4F63E4AD4EAC7D_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m1F24BBF2B02EADF6349FF807DB4F63E4AD4EAC7D_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m06099B6C6EAAE39AC323F6F4D4A1E4697058B60B_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m06099B6C6EAAE39AC323F6F4D4A1E4697058B60B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF ReadOnlySpan_1_Slice_m089286E3AE262DADF4A3839F6E2B651D4937B941_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF (*) (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m089286E3AE262DADF4A3839F6E2B651D4937B941_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mBB887D45423C7045C3EED12FE775D34574CB2F0B_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mBB887D45423C7045C3EED12FE775D34574CB2F0B_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 Span_1_Slice_mB8D060B1E1C38162C4F3941B8C0F91240C707676_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mB8D060B1E1C38162C4F3941B8C0F91240C707676_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m2AD2F2A2F5D9A120B464DEB11EEFF27E2FCD55C0_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m2AD2F2A2F5D9A120B464DEB11EEFF27E2FCD55C0_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 ReadOnlySpan_1_Slice_m9B59787C26E210F7D83BFF5B97BB10964708758E_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 (*) (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m9B59787C26E210F7D83BFF5B97BB10964708758E_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mD330B60C63B268218AB4A3AC2E13F0A9D9C706FB_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mD330B60C63B268218AB4A3AC2E13F0A9D9C706FB_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 Span_1_Slice_mE6833D379054C0B802D059EFDAB45F8D07B114F3_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mE6833D379054C0B802D059EFDAB45F8D07B114F3_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m318FC8E838D386C6EFDAEDA1D7386A18B602FA53_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m318FC8E838D386C6EFDAEDA1D7386A18B602FA53_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF ReadOnlySpan_1_Slice_mEC8FBC699360F3AFE2706D0B87850CC5EBCD1F69_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF (*) (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mEC8FBC699360F3AFE2706D0B87850CC5EBCD1F69_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mAE9BC347DE0E56B6F964CB7F8735908B0DA58E7B_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mAE9BC347DE0E56B6F964CB7F8735908B0DA58E7B_gshared_inline)(__this, ___array0, ___start1, ___length2, 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.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mBF8E2261525660311F01BB42DB1484A543188710_inline (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 * __this, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 *, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mBF8E2261525660311F01BB42DB1484A543188710_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m76A459347E42D6C85CDBB4FAE2BFBF9739527395_inline (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 * __this, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 *, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m76A459347E42D6C85CDBB4FAE2BFBF9739527395_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mA1903EF6CE670231C22DFF698ABC45DC1ADF525E_inline (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB * __this, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB *, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mA1903EF6CE670231C22DFF698ABC45DC1ADF525E_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m1E82FD3266D66560548BB5E2042BCF8AAB42966C_inline (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 * __this, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 *, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m1E82FD3266D66560548BB5E2042BCF8AAB42966C_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mBE1197315280CC8050CDF6BCEDD84BE02BB6A888_inline (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 * __this, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 *, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mBE1197315280CC8050CDF6BCEDD84BE02BB6A888_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m799B3945AE0163FEB62A16B981D3BC6D9B606267_inline (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB * __this, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB *, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m799B3945AE0163FEB62A16B981D3BC6D9B606267_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m88B5404FE5DF5C735AFFD3B51C0C54A6CD3FA9A8_inline (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B * __this, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B *, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m88B5404FE5DF5C735AFFD3B51C0C54A6CD3FA9A8_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m61E364849080A5BF51972965A0BEA13A8CD03A0F_inline (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 * __this, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 *, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m61E364849080A5BF51972965A0BEA13A8CD03A0F_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m7D72297192787A6CC88566841A332EAD8EC74FA6_inline (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 * __this, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 *, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m7D72297192787A6CC88566841A332EAD8EC74FA6_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mC39CCC369F9B7C241A64A4118F06B4EB11E4610B_inline (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 * __this, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 *, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mC39CCC369F9B7C241A64A4118F06B4EB11E4610B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mE6C98228F9BC5B02BB47D144AD714F9CEC8BF748_inline (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 * __this, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 *, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mE6C98228F9BC5B02BB47D144AD714F9CEC8BF748_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m3CDCD69B4E7047C301967017D3BFDB07BD091818_inline (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 * __this, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 *, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m3CDCD69B4E7047C301967017D3BFDB07BD091818_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mBA08BF37FEBB51D2C96579868D3DCB0D8B80AC33_inline (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E * __this, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E *, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mBA08BF37FEBB51D2C96579868D3DCB0D8B80AC33_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m98FB1A54ACE0EEE2F4096CCCBBACB22B112E1A7F_inline (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 * __this, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 *, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m98FB1A54ACE0EEE2F4096CCCBBACB22B112E1A7F_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m7A0DB6FDA90DD1B78039A47F0C0608880A165037_inline (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 * __this, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 *, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m7A0DB6FDA90DD1B78039A47F0C0608880A165037_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m7204D87E50E7B829D79F668F4BC3EFDC6F04F754_inline (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 * __this, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 *, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m7204D87E50E7B829D79F668F4BC3EFDC6F04F754_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m6162D8BD6807EFCBAB2813A0860494566EDFEC87_inline (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 * __this, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 *, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m6162D8BD6807EFCBAB2813A0860494566EDFEC87_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m449F63E37B13A16792CB458ED313196A17D819BB_inline (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 * __this, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 *, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m449F63E37B13A16792CB458ED313196A17D819BB_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m281913A7337897C618E9EDB990598D44988E9884_inline (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 * __this, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 *, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m281913A7337897C618E9EDB990598D44988E9884_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mC555E4A22A458D9F5E2CD79700784C437D68D6BD_inline (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A * __this, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A *, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mC555E4A22A458D9F5E2CD79700784C437D68D6BD_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mDA7BFBB51D1334F75DED08F7CC67A067E1763DD3_inline (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F * __this, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F *, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mDA7BFBB51D1334F75DED08F7CC67A067E1763DD3_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mEC52DD66BBEFE1E17D95007539140A325EF18B8D_inline (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 * __this, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 *, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mEC52DD66BBEFE1E17D95007539140A325EF18B8D_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mD24D5A8610DD93ED0366853B41FC1E91FAA767BD_inline (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 * __this, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 *, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mD24D5A8610DD93ED0366853B41FC1E91FAA767BD_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mFBB4EE60BAD24C7F91CF44A61EA52667CA9BDE9D_inline (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF * __this, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF *, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mFBB4EE60BAD24C7F91CF44A61EA52667CA9BDE9D_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1>::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mE9025D4EB57B2397689D973676E2003AD69E5391_inline (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D * __this, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D *, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mE9025D4EB57B2397689D973676E2003AD69E5391_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mAC14589AAB40984711662365B0DAC41438C66D23_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mAC14589AAB40984711662365B0DAC41438C66D23_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m2D7205C0D21FE7A12235CA7E6D14810CD33016D6_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m2D7205C0D21FE7A12235CA7E6D14810CD33016D6_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m9A4FCEC0600C4459A7F0B217F7EB877B9B4164BC_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m9A4FCEC0600C4459A7F0B217F7EB877B9B4164BC_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mC0A9C617BF2099138DF5440F5B15EBB43356040C_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mC0A9C617BF2099138DF5440F5B15EBB43356040C_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m829BD2D25CCFC999D5AC6BDFEDE14E7933A901FC_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m829BD2D25CCFC999D5AC6BDFEDE14E7933A901FC_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m6F12225CC1113429A5C254B77496713CD91895F2_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m6F12225CC1113429A5C254B77496713CD91895F2_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m28C01E83C3FC0D470945D689762427854BEDED05_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m28C01E83C3FC0D470945D689762427854BEDED05_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m6C43009AE1F9CA330251C03B0A7C86648AC341AE_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m6C43009AE1F9CA330251C03B0A7C86648AC341AE_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m0B314BF6DDBA7BC1502662A8879A783453F3BAD7_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m0B314BF6DDBA7BC1502662A8879A783453F3BAD7_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m7033FC78BF46CA729241A0E751D010A804C9CB8F_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m7033FC78BF46CA729241A0E751D010A804C9CB8F_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_m23403311187DE2D6EB8ABA7785F096C64E3D6434_gshared (QuantizeProcessor_1_t85568B4CE17396189EEFB06591DC88736A964566 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); (( void (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m2C02E48F1F9BC49AFBCCA966E348F8F6872B0243_gshared (QuantizeProcessor_1_t85568B4CE17396189EEFB06591DC88736A964566 * __this, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * V_3 = NULL; ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * V_7 = NULL; ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * L_11; L_11 = (( IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * (*) (RuntimeObject*, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * L_12 = V_3; NullCheck((IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *)L_12); ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 L_13; L_13 = (( ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 (*) (IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 )L_13; ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_14; L_14 = ReadOnlyMemory_1_get_Span_m24A776EC87BCB7AE73D77ECAC96DAB2DCD560BFA_inline((ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 *)(ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_17 = ___source0; NullCheck((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_17); Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_18; L_18 = (( Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * (*) (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_20); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_22; L_22 = (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_22; IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_29; L_29 = Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_34; L_34 = ReadOnlySpan_1_get_Item_m5BF1F6656C05CDEF9307A86E14B38546C9AAA95F_inline((ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *)(ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_35 = (*(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_34); *(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_tE3812257ACF37F2C1C133A6DEC1FD4FC807D1069 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_m36B85AECEBA4D67E4474FEF59AB692D641C36992_gshared (QuantizeProcessor_1_tE83A4159CE800C9C42B6C2A440636D3FE6846DA4 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); (( void (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m8024DD7FDB0C822EC9A333D27EC2C4999EA0A54F_gshared (QuantizeProcessor_1_tE83A4159CE800C9C42B6C2A440636D3FE6846DA4 * __this, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * V_3 = NULL; ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * V_7 = NULL; ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * L_11; L_11 = (( IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * (*) (RuntimeObject*, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * L_12 = V_3; NullCheck((IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *)L_12); ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA L_13; L_13 = (( ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA (*) (IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA )L_13; ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_14; L_14 = ReadOnlyMemory_1_get_Span_mB18FDF9E76B7B50D3A5E8D44AB62BCEC8AB0FD68_inline((ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA *)(ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_17 = ___source0; NullCheck((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_17); Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_18; L_18 = (( Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * (*) (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_20); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_22; L_22 = (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_22; IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_29; L_29 = Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_34; L_34 = ReadOnlySpan_1_get_Item_m15EC240C3D2AAE5F39DED947A3780C9A4B42BD02_inline((ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *)(ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_35 = (*(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_34); *(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t74D7008C6D271DC3ADFCEDBC66557060A522E03B * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_m0252021C3ED29D938D721190F45E9570EADA1144_gshared (QuantizeProcessor_1_tBA4C2FB26C577E7E992D936AF30445750D99A9A9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); (( void (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m59CE652522FDAA393D31D70C4BA3065D965D6700_gshared (QuantizeProcessor_1_tBA4C2FB26C577E7E992D936AF30445750D99A9A9 * __this, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * V_3 = NULL; ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * V_7 = NULL; ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t8F2820222127FA3555803F54498E9275CE67C798 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * L_11; L_11 = (( IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * (*) (RuntimeObject*, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * L_12 = V_3; NullCheck((IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *)L_12); ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 L_13; L_13 = (( ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 (*) (IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 )L_13; ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_14; L_14 = ReadOnlyMemory_1_get_Span_m58698FC4F3E481AC8C28FC41135114B0BB426E2F_inline((ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 *)(ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_17 = ___source0; NullCheck((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_17); Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_18; L_18 = (( Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * (*) (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *)L_20); Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_22; L_22 = (( Span_1_t8F2820222127FA3555803F54498E9275CE67C798 (*) (Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_22; IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_29; L_29 = Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_inline((Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_34; L_34 = ReadOnlySpan_1_get_Item_m66DD2712A065E988C1B36B79C0AF3CF09C3EA529_inline((ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *)(ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_35 = (*(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_34); *(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_tEC4BF3694DB32F9A896801CAD81D67BAB94B564C * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_m5F8FC3FFD45B71B826A7054AFD6611A66F93A076_gshared (QuantizeProcessor_1_t87846FB7BA2E219B969EC6E48EF4465D4C72022C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); (( void (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m52860F18D7ECCB428DD9D531E0C04B4F587AD208_gshared (QuantizeProcessor_1_t87846FB7BA2E219B969EC6E48EF4465D4C72022C * __this, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * V_3 = NULL; ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * V_7 = NULL; ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * L_11; L_11 = (( IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * (*) (RuntimeObject*, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *)L_12); ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 L_13; L_13 = (( ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 (*) (IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 )L_13; ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_14; L_14 = ReadOnlyMemory_1_get_Span_mD10549F4458A1C68342573BFE720EB17BF3295FD_inline((ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 *)(ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_17 = ___source0; NullCheck((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_17); Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_18; L_18 = (( Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * (*) (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *)L_20); Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_22; L_22 = (( Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC (*) (Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_22; IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_29; L_29 = Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_inline((Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_34; L_34 = ReadOnlySpan_1_get_Item_m56FED6B5CD005961A1DFF02E0CA7D6DD9C32300C_inline((ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *)(ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_35 = (*(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_34); *(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t9A6F52AFA0FBD7EBF629415BF2D19035D22F4E35 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_mF50D1A5B23E5A49204CE8D27B06F2EC9D8379E57_gshared (QuantizeProcessor_1_tF590FEF3B1FFB1CBABB1AD01C78B72F157CCB136 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); (( void (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_mB8235722679F3A512770676E030672A776E34C23_gshared (QuantizeProcessor_1_tF590FEF3B1FFB1CBABB1AD01C78B72F157CCB136 * __this, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * V_3 = NULL; ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * V_7 = NULL; ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * L_11; L_11 = (( IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * (*) (RuntimeObject*, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *)L_12); ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD L_13; L_13 = (( ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD (*) (IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD )L_13; ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_14; L_14 = ReadOnlyMemory_1_get_Span_m78E9A51411A5471AC31198C4468A0BCAE297D7AE_inline((ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD *)(ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_17 = ___source0; NullCheck((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_17); Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_18; L_18 = (( Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * (*) (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *)L_20); Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_22; L_22 = (( Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD (*) (Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_22; IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_29; L_29 = Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_inline((Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_34; L_34 = ReadOnlySpan_1_get_Item_mAB0D799EA2010526908D5DCB06BCC7B8778593C1_inline((ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *)(ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_35 = (*(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_34); *(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t42D14C98E2BB49D8F70F27C3F1DB4230153852C5 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_mF23BDCB9497B7D2494A495431D242AC89F7CFD5F_gshared (QuantizeProcessor_1_tA1AE6A575C16FA3CFC8AC27771C6C65452D54752 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); (( void (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_mD7748F79AEFDE94D5694255AA789C684BCEB17F4_gshared (QuantizeProcessor_1_tA1AE6A575C16FA3CFC8AC27771C6C65452D54752 * __this, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * V_3 = NULL; ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * V_7 = NULL; ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * L_11; L_11 = (( IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * (*) (RuntimeObject*, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *)L_12); ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 L_13; L_13 = (( ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 (*) (IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 )L_13; ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_14; L_14 = ReadOnlyMemory_1_get_Span_m1B6C88E536A38052A8D18B9A1B721B7C8ED8E575_inline((ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 *)(ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_17 = ___source0; NullCheck((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_17); Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_18; L_18 = (( Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * (*) (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *)L_20); Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_22; L_22 = (( Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 (*) (Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_22; IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_29; L_29 = Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_inline((Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_34; L_34 = ReadOnlySpan_1_get_Item_m2C4ECC6900DAB5E5F1741306AD8B06ACD0F9763D_inline((ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *)(ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_35 = (*(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_34); *(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t9DCDBFB949F20F918BD2F7871683C3D8D2295B82 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_m2AEB80EA51EAB8F9E1524730ADF32E1D58333D86_gshared (QuantizeProcessor_1_tC92BADDF0C6677D23071372B1A4DAC3B7F09AD83 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); (( void (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m8C8CA6D788E0A53D1B7976DBA5AD86B078D4BC96_gshared (QuantizeProcessor_1_tC92BADDF0C6677D23071372B1A4DAC3B7F09AD83 * __this, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * V_3 = NULL; ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * V_7 = NULL; ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * L_11; L_11 = (( IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * (*) (RuntimeObject*, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *)L_12); ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 L_13; L_13 = (( ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 (*) (IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 )L_13; ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_14; L_14 = ReadOnlyMemory_1_get_Span_mD5879B479A09AC4D550092622FA1E47AC6143AC1_inline((ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 *)(ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_17 = ___source0; NullCheck((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_17); Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_18; L_18 = (( Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * (*) (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *)L_20); Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_22; L_22 = (( Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 (*) (Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_22; IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_29; L_29 = Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_inline((Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_34; L_34 = ReadOnlySpan_1_get_Item_mAF170CC5129E8321F89C0E8498C8A36C54B975E7_inline((ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *)(ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_35 = (*(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_34); *(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t12C55725553EEE39F0FAE36D60357DC7A1161638 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_mB772C2195C7B6BE26A9FAFED6447759DF14D146E_gshared (QuantizeProcessor_1_tB497686F1A73B1F05AB1FC86EAFAD47752ED1322 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); (( void (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_mAB76C990341141504C9366C33BD3E141BD1BCD94_gshared (QuantizeProcessor_1_tB497686F1A73B1F05AB1FC86EAFAD47752ED1322 * __this, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * V_3 = NULL; ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * V_7 = NULL; ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * L_11; L_11 = (( IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * (*) (RuntimeObject*, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *)L_12); ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 L_13; L_13 = (( ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 (*) (IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 )L_13; ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_14; L_14 = ReadOnlyMemory_1_get_Span_mB032D51D56B4A6A88EF18CD7B0457297561B5EA1_inline((ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 *)(ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_17 = ___source0; NullCheck((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_17); Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_18; L_18 = (( Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * (*) (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *)L_20); Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_22; L_22 = (( Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 (*) (Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_22; IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_29; L_29 = Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_inline((Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_34; L_34 = ReadOnlySpan_1_get_Item_mE00479F0C8DE5A6A2B03A6E703E414E4CA90F955_inline((ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *)(ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_35 = (*(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_34); *(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t8FBAF2758522B5EF25219144F38E113E4E149949 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_mF1A3ACC1095F89CDCB8DF387F27A6B55C7FC0ED8_gshared (QuantizeProcessor_1_t448599C9074B8784E33556E9817483B52E639F37 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); (( void (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m6CEA40BC29D5BEA75D4EF3F13DE3E7B1198DA139_gshared (QuantizeProcessor_1_t448599C9074B8784E33556E9817483B52E639F37 * __this, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * V_3 = NULL; ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * V_7 = NULL; ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * L_11; L_11 = (( IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * (*) (RuntimeObject*, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *)L_12); ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 L_13; L_13 = (( ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 (*) (IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 )L_13; ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_14; L_14 = ReadOnlyMemory_1_get_Span_m028ED49935A7726D9634BC0BF8E7841A5899DBCD_inline((ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 *)(ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_17 = ___source0; NullCheck((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_17); Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_18; L_18 = (( Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * (*) (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *)L_20); Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_22; L_22 = (( Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A (*) (Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_22; IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_29; L_29 = Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_inline((Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_34; L_34 = ReadOnlySpan_1_get_Item_mD4CC94FAD27F660C6713BDA58598A7C0A7221E6F_inline((ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *)(ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_35 = (*(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_34); *(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t6895D9EA0DF43D354F5037A1D6ED8B48A2E28662 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_m6D8A053B19987B8584067566DB82CB81FCEC35E4_gshared (QuantizeProcessor_1_t45FEAB5F1F15E2848BF72B7E036DA01C7A0A6A3F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); (( void (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_mC8695A48C89AF95C1BBF6FB286C968BBA1CDA904_gshared (QuantizeProcessor_1_t45FEAB5F1F15E2848BF72B7E036DA01C7A0A6A3F * __this, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * V_3 = NULL; ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * V_7 = NULL; ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * L_11; L_11 = (( IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * (*) (RuntimeObject*, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *)L_12); ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A L_13; L_13 = (( ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A (*) (IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A )L_13; ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_14; L_14 = ReadOnlyMemory_1_get_Span_m1873405F732D3C33F0D8BBD5019EDCC8CC36B09F_inline((ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A *)(ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_17 = ___source0; NullCheck((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_17); Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_18; L_18 = (( Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * (*) (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *)L_20); Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_22; L_22 = (( Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 (*) (Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_22; IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_29; L_29 = Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_inline((Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_34; L_34 = ReadOnlySpan_1_get_Item_m15F89FB0759CC4C9E0E7BC24853F9CB5EA798E03_inline((ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *)(ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_35 = (*(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_34); *(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t8FE135955B7043C6249A42B53E75682E34707568 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_mF598F3FD928D6015686B46085EE35F31A73A0EC1_gshared (QuantizeProcessor_1_t6A47FA43B05A6D4506E9D56FBE224E64E100A599 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); (( void (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m828B4B77CE0606FD6B7B2DFFBB844C9079E6F4C7_gshared (QuantizeProcessor_1_t6A47FA43B05A6D4506E9D56FBE224E64E100A599 * __this, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * V_3 = NULL; ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * V_7 = NULL; ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * L_11; L_11 = (( IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * (*) (RuntimeObject*, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * L_12 = V_3; NullCheck((IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *)L_12); ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 L_13; L_13 = (( ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 (*) (IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 )L_13; ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_14; L_14 = ReadOnlyMemory_1_get_Span_m4549A4CE9868618CF40644969F12EF0B0517E110_inline((ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 *)(ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_17 = ___source0; NullCheck((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_17); Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_18; L_18 = (( Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * (*) (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *)L_20); Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_22; L_22 = (( Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 (*) (Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_22; IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_29; L_29 = Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_inline((Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_34; L_34 = ReadOnlySpan_1_get_Item_mF0F0C4D8DED6BDAEC38F30C3CEBF1458D0DA9299_inline((ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *)(ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_35 = (*(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_34); *(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_t7EAFB7E64720BCDBD53E35BAFD8141053794EB90 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1__ctor_mDB7ACF980FE7AC0B0702FB2F2FD91A700445081E_gshared (QuantizeProcessor_1_tBFE130AAF1300DDD4003D41EBC7D37B85527DECE * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, RuntimeObject* ___quantizer1, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329); s_Il2CppMethodInitialized = true; } { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); (( void (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_3 = ___quantizer1; Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_inline((RuntimeObject*)L_3, (String_t*)_stringLiteral924B4693A3440481CEF88F45D89111A2A417B329, /*hidden argument*/Guard_NotNull_TisIQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453_m23524FC642F8226085C5E8A4214620327B011A89_RuntimeMethod_var); RuntimeObject* L_4 = ___quantizer1; __this->set_quantizer_3(L_4); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizeProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuantizeProcessor_1_OnFrameApply_m0E28D2DC963552B7E9CDE3543E1082ED01958346_gshared (QuantizeProcessor_1_tBFE130AAF1300DDD4003D41EBC7D37B85527DECE * __this, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_0; memset((&V_0), 0, sizeof(V_0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_1 = NULL; RuntimeObject* V_2 = NULL; IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * V_3 = NULL; ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * V_7 = NULL; ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 V_10; memset((&V_10), 0, sizeof(V_10)); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_0 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1; L_1 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_0, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_3; L_3 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/NULL); V_0 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_3; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_4; L_4 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_1 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_4; RuntimeObject* L_5 = (RuntimeObject*)__this->get_quantizer_3(); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = V_1; NullCheck((RuntimeObject*)L_5); RuntimeObject* L_7; L_7 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4), (RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6); V_2 = (RuntimeObject*)L_7; } IL_0026: try {// begin try (depth: 1) { RuntimeObject* L_8 = V_2; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_9 = ___source0; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_10 = V_0; IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * L_11; L_11 = (( IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * (*) (RuntimeObject*, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject*)L_8, (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_3 = (IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *)L_11; } IL_002f: try {// begin try (depth: 2) { IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * L_12 = V_3; NullCheck((IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *)L_12); ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC L_13; L_13 = (( ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC (*) (IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_8 = (ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC )L_13; ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_14; L_14 = ReadOnlyMemory_1_get_Span_m67C02350CA9577E7F135C3A7A56B83DC1BC6B889_inline((ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC *)(ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_4 = (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_14; int32_t L_15; L_15 = Rectangle_get_Top_mB11C66D12677D92A3C31F803E45ED730D0FCA54E((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_5 = (int32_t)L_15; int32_t L_16; L_16 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_6 = (int32_t)L_16; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_17 = ___source0; NullCheck((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_17); Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_18; L_18 = (( Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * (*) (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_7 = (Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *)L_18; int32_t L_19; L_19 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_9 = (int32_t)L_19; goto IL_00c6; } IL_0065: { Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_20 = V_7; int32_t L_21 = V_9; NullCheck((Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *)L_20); Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_22; L_22 = (( Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 (*) (Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); V_10 = (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_22; IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * L_23 = V_3; int32_t L_24 = V_9; int32_t L_25 = V_5; NullCheck((IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *)L_23); ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_26; L_26 = (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 *)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_11 = (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_26; int32_t L_27; L_27 = Rectangle_get_Left_m2A157246A4D646F88909755164E1B54FCB9B5950((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); V_12 = (int32_t)L_27; goto IL_00b5; } IL_0088: { int32_t L_28 = V_12; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_29; L_29 = Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_inline((Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(&V_10), (int32_t)L_28, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_30 = V_12; int32_t L_31 = V_6; uint8_t* L_32; L_32 = ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&V_11), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_RuntimeMethod_var); int32_t L_33 = *((uint8_t*)L_32); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_34; L_34 = ReadOnlySpan_1_get_Item_mBB02E8458D73AF882A6521DA7A547A46AACC9B2E_inline((ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *)(ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *)(&V_4), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_35 = (*(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_34); *(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_29 = L_35; int32_t L_36 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_12; int32_t L_38; L_38 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0088; } } IL_00c0: { int32_t L_39 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c6: { int32_t L_40 = V_9; int32_t L_41; L_41 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_0), /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0065; } } IL_00d1: { IL2CPP_LEAVE(0xE7, FINALLY_00d3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d3; } FINALLY_00d3: {// begin finally (depth: 2) { IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * L_42 = V_3; if (!L_42) { goto IL_00dc; } } IL_00d6: { IndexedImageFrame_1_tA04E0195B9AB0D12310280F5C9C3186D7C822AE5 * L_43 = V_3; NullCheck((RuntimeObject*)L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_43); } IL_00dc: { IL2CPP_END_FINALLY(211) } }// end finally (depth: 2) IL2CPP_CLEANUP(211) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xE7, FINALLY_00dd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00dd; } FINALLY_00dd: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00e6; } } IL_00e0: { RuntimeObject* L_45 = V_2; NullCheck((RuntimeObject*)L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_45); } IL_00e6: { IL2CPP_END_FINALLY(221) } }// end finally (depth: 1) IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE7, IL_00e7) } IL_00e7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m507702AD49597051303A7118B830170B929352BA_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0; L_0 = (( DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__array_0(L_0); return; } } // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m9DB4955B3DFD9CB23DBB6B6681B46CB7FB417446_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } // System.Boolean System.Collections.Generic.Queue`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_1_System_Collections_ICollection_get_IsSynchronized_m7DD28562B16BF932CE7CC21E859AA78735FCBE94_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Queue`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_System_Collections_ICollection_get_SyncRoot_m3675EFF5C56788447B464AF11A2B08E47C3CB8C5_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_5(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_5(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL); } IL_001a: { RuntimeObject * L_4 = (RuntimeObject *)__this->get__syncRoot_5(); return (RuntimeObject *)L_4; } } // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_m77404891E3515CF7AF1E41D8A8F566906AF372F4_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); if (!L_0) { goto IL_006f; } } { bool L_1; L_1 = false; if (!L_1) { goto IL_0068; } } { int32_t L_2 = (int32_t)__this->get__head_1(); int32_t L_3 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0036; } } { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_4 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_5 = (int32_t)__this->get__head_1(); int32_t L_6 = (int32_t)__this->get__size_3(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); goto IL_0068; } IL_0036: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_7 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__head_1(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_9 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_9); int32_t L_10 = (int32_t)__this->get__head_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10)), /*hidden argument*/NULL); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_11 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_12 = (int32_t)__this->get__tail_2(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)L_12, /*hidden argument*/NULL); } IL_0068: { __this->set__size_3(0); } IL_006f: { __this->set__head_1(0); __this->set__tail_2(0); int32_t L_13 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B17_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_8 = ___array0; NullCheck((RuntimeArray *)L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_8, /*hidden argument*/NULL); V_0 = (int32_t)L_9; int32_t L_10 = ___index1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_004f; } } { int32_t L_11 = ___index1; int32_t L_12 = V_0; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0065; } } IL_004f: { int32_t L_13 = ___index1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var))); } IL_0065: { int32_t L_17 = V_0; int32_t L_18 = ___index1; int32_t L_19 = (int32_t)__this->get__size_3(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_19))) { goto IL_007b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var))); } IL_007b: { int32_t L_21 = (int32_t)__this->get__size_3(); V_1 = (int32_t)L_21; int32_t L_22 = V_1; if (L_22) { goto IL_0086; } } { return; } IL_0086: { } IL_0087: try {// begin try (depth: 1) { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_23 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_23); int32_t L_24 = (int32_t)__this->get__head_1(); int32_t L_25 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)L_24))) < ((int32_t)L_25))) { goto IL_009c; } } IL_0099: { int32_t L_26 = V_1; G_B17_0 = L_26; goto IL_00ab; } IL_009c: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_27 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_27); int32_t L_28 = (int32_t)__this->get__head_1(); G_B17_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), (int32_t)L_28)); } IL_00ab: { V_2 = (int32_t)G_B17_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_29 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_30 = (int32_t)__this->get__head_1(); RuntimeArray * L_31 = ___array0; int32_t L_32 = ___index1; int32_t L_33 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, (int32_t)L_30, (RuntimeArray *)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/NULL); int32_t L_34 = V_1; int32_t L_35 = V_2; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); int32_t L_36 = V_1; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00e7; } } IL_00c8: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_37 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); RuntimeArray * L_38 = ___array0; int32_t L_39 = ___index1; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_40 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_40); int32_t L_41 = (int32_t)__this->get__head_1(); int32_t L_42 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, (int32_t)0, (RuntimeArray *)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))), (int32_t)L_41)), (int32_t)L_42, /*hidden argument*/NULL); } IL_00e7: { goto IL_00fa; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e9; } throw e; } CATCH_00e9: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_43, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mC637C74D1AB7F4C34F93054CA8DD7DA9BA5FF7CE_RuntimeMethod_var))); }// end catch (depth: 1) IL_00fa: { return; } } // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m79D6F2A1C13CB7F573FAAAFC08844ACB331ED18F_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, double ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_3(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0045; } } { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_2); V_0 = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), (int64_t)((int64_t)((int64_t)((int32_t)200)))))/(int64_t)((int64_t)((int64_t)((int32_t)100))))))); int32_t L_3 = V_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_4 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_4); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)4))))) { goto IL_003e; } } { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_5 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_5); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)4)); } IL_003e: { int32_t L_6 = V_0; NullCheck((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this); (( void (*) (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_0045: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_7 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__tail_2(); double L_9 = ___item0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (double)L_9); int32_t* L_10 = (int32_t*)__this->get_address_of__tail_2(); NullCheck((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this); (( void (*) (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, (int32_t*)(int32_t*)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_11 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 Queue_1_GetEnumerator_mCC42117A6C00D48EC3DFDA85E7856EF4035D14F5_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m6E5E16CA01AAA841B6A186557344DB310AB29AEF((&L_0), (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 )L_0; } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Queue`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m62634A1B21ABDC55F7038FE284DC9F518ACEFD29_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m6E5E16CA01AAA841B6A186557344DB310AB29AEF((&L_0), (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 L_1 = (Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator System.Collections.Generic.Queue`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_IEnumerable_GetEnumerator_mEED63D6D5859A8D2774F91765D6EB52769B13A07_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m6E5E16CA01AAA841B6A186557344DB310AB29AEF((&L_0), (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 L_1 = (Enumerator_t4B03590D2C5D25D9FEF593CA445295B5FBC1E137 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Queue_1_Dequeue_m14A7FD7BA8A4BABD121EE31611502A7C09AB8622_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { double V_0 = 0.0; double G_B4_0 = 0.0; double G_B3_0 = 0.0; { int32_t L_0 = (int32_t)__this->get__size_3(); if (L_0) { goto IL_000e; } } { NullCheck((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this); (( void (*) (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_000e: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_2 = (int32_t)__this->get__head_1(); NullCheck(L_1); int32_t L_3 = L_2; double L_4 = (L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = false; G_B3_0 = L_4; if (!L_5) { G_B4_0 = L_4; goto IL_0040; } } { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_6 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_7 = (int32_t)__this->get__head_1(); il2cpp_codegen_initobj((&V_0), sizeof(double)); double L_8 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (double)L_8); G_B4_0 = G_B3_0; } IL_0040: { int32_t* L_9 = (int32_t*)__this->get_address_of__head_1(); NullCheck((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this); (( void (*) (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)__this, (int32_t*)(int32_t*)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_10 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return (double)G_B4_0; } } // System.Void System.Collections.Generic.Queue`1::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_SetCapacity_m36F854574AF7BBC2CF1BF9E60F6301F2B303EF29_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, int32_t ___capacity0, const RuntimeMethod* method) { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* V_0 = NULL; Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * G_B6_0 = NULL; Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * G_B5_0 = NULL; int32_t G_B7_0 = 0; Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * G_B7_1 = NULL; { int32_t L_0 = ___capacity0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), (uint32_t)L_0); V_0 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1; int32_t L_2 = (int32_t)__this->get__size_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_3 = (int32_t)__this->get__head_1(); int32_t L_4 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0039; } } { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_5 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_6 = (int32_t)__this->get__head_1(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_7 = V_0; int32_t L_8 = (int32_t)__this->get__size_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)0, (int32_t)L_8, /*hidden argument*/NULL); goto IL_007d; } IL_0039: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_9 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); int32_t L_10 = (int32_t)__this->get__head_1(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_11 = V_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_12 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_12); int32_t L_13 = (int32_t)__this->get__head_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_14 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_15 = V_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_16 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_16); int32_t L_17 = (int32_t)__this->get__head_1(); int32_t L_18 = (int32_t)__this->get__tail_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)), (int32_t)L_18, /*hidden argument*/NULL); } IL_007d: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_19 = V_0; __this->set__array_0(L_19); __this->set__head_1(0); int32_t L_20 = (int32_t)__this->get__size_3(); int32_t L_21 = ___capacity0; G_B5_0 = ((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)(__this)); if ((((int32_t)L_20) == ((int32_t)L_21))) { G_B6_0 = ((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)(__this)); goto IL_009d; } } { int32_t L_22 = (int32_t)__this->get__size_3(); G_B7_0 = L_22; G_B7_1 = ((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)(G_B5_0)); goto IL_009e; } IL_009d: { G_B7_0 = 0; G_B7_1 = ((Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 *)(G_B6_0)); } IL_009e: { NullCheck(G_B7_1); G_B7_1->set__tail_2(G_B7_0); int32_t L_23 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::MoveNext(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_MoveNext_m58E3B8899A14944D9CDE5FD9668C474D0883C6F5_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, int32_t* ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t* G_B2_0 = NULL; int32_t* G_B1_0 = NULL; int32_t G_B3_0 = 0; int32_t* G_B3_1 = NULL; { int32_t* L_0 = ___index0; int32_t L_1 = *((int32_t*)L_0); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t* L_2 = ___index0; int32_t L_3 = V_0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_4 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get__array_0(); NullCheck(L_4); G_B1_0 = L_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_5 = V_0; G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0015; } IL_0014: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0015: { *((int32_t*)G_B3_1) = (int32_t)G_B3_0; return; } } // System.Void System.Collections.Generic.Queue`1::ThrowForEmptyQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_ThrowForEmptyQueue_m61C8F98B8CE63831F36896AF6BE427332B92F5E3_gshared (Queue_1_t9FA07717F945ABD35987DEDA81ECEEEE5BC3DEA5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_ThrowForEmptyQueue_m61C8F98B8CE63831F36896AF6BE427332B92F5E3_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_mAF21CEAD55C8D16F8DCAEF21864939658136AA4D_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__array_0(L_0); return; } } // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mC124796859BB58428267973675612CCAE52033E8_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } // System.Boolean System.Collections.Generic.Queue`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_1_System_Collections_ICollection_get_IsSynchronized_mF7D92459D8043A1B3F90E5A41C5789F4F45AD2BF_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Queue`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_System_Collections_ICollection_get_SyncRoot_m3B816ACBF1239244352371B9758133675B672C4E_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_5(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_5(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL); } IL_001a: { RuntimeObject * L_4 = (RuntimeObject *)__this->get__syncRoot_5(); return (RuntimeObject *)L_4; } } // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_mCA5B5FB0A29D86F6784C29F2F076F4D4A66E3142_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); if (!L_0) { goto IL_006f; } } { bool L_1; L_1 = false; if (!L_1) { goto IL_0068; } } { int32_t L_2 = (int32_t)__this->get__head_1(); int32_t L_3 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0036; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_5 = (int32_t)__this->get__head_1(); int32_t L_6 = (int32_t)__this->get__size_3(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); goto IL_0068; } IL_0036: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__head_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_9); int32_t L_10 = (int32_t)__this->get__head_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10)), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_12 = (int32_t)__this->get__tail_2(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)L_12, /*hidden argument*/NULL); } IL_0068: { __this->set__size_3(0); } IL_006f: { __this->set__head_1(0); __this->set__tail_2(0); int32_t L_13 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B17_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_8 = ___array0; NullCheck((RuntimeArray *)L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_8, /*hidden argument*/NULL); V_0 = (int32_t)L_9; int32_t L_10 = ___index1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_004f; } } { int32_t L_11 = ___index1; int32_t L_12 = V_0; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0065; } } IL_004f: { int32_t L_13 = ___index1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var))); } IL_0065: { int32_t L_17 = V_0; int32_t L_18 = ___index1; int32_t L_19 = (int32_t)__this->get__size_3(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_19))) { goto IL_007b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var))); } IL_007b: { int32_t L_21 = (int32_t)__this->get__size_3(); V_1 = (int32_t)L_21; int32_t L_22 = V_1; if (L_22) { goto IL_0086; } } { return; } IL_0086: { } IL_0087: try {// begin try (depth: 1) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_23); int32_t L_24 = (int32_t)__this->get__head_1(); int32_t L_25 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)L_24))) < ((int32_t)L_25))) { goto IL_009c; } } IL_0099: { int32_t L_26 = V_1; G_B17_0 = L_26; goto IL_00ab; } IL_009c: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_27); int32_t L_28 = (int32_t)__this->get__head_1(); G_B17_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), (int32_t)L_28)); } IL_00ab: { V_2 = (int32_t)G_B17_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_30 = (int32_t)__this->get__head_1(); RuntimeArray * L_31 = ___array0; int32_t L_32 = ___index1; int32_t L_33 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, (int32_t)L_30, (RuntimeArray *)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/NULL); int32_t L_34 = V_1; int32_t L_35 = V_2; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); int32_t L_36 = V_1; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00e7; } } IL_00c8: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); RuntimeArray * L_38 = ___array0; int32_t L_39 = ___index1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_40); int32_t L_41 = (int32_t)__this->get__head_1(); int32_t L_42 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, (int32_t)0, (RuntimeArray *)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))), (int32_t)L_41)), (int32_t)L_42, /*hidden argument*/NULL); } IL_00e7: { goto IL_00fa; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e9; } throw e; } CATCH_00e9: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_43, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m5EAC10693AA76F59F90C95F79DFC595B7272ACF7_RuntimeMethod_var))); }// end catch (depth: 1) IL_00fa: { return; } } // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_mC337C2C056BCDAA50D7499786887BD2276C24EF5_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_3(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0045; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_2); V_0 = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), (int64_t)((int64_t)((int64_t)((int32_t)200)))))/(int64_t)((int64_t)((int64_t)((int32_t)100))))))); int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_4); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)4))))) { goto IL_003e; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_5); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)4)); } IL_003e: { int32_t L_6 = V_0; NullCheck((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this); (( void (*) (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_0045: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__tail_2(); int32_t L_9 = ___item0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (int32_t)L_9); int32_t* L_10 = (int32_t*)__this->get_address_of__tail_2(); NullCheck((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this); (( void (*) (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, (int32_t*)(int32_t*)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_11 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA Queue_1_GetEnumerator_mCC98EC52B5600FFEC4DC1DA89A83BA6CBE8596A3_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m4544BA1FF7AE954349767F100E02661B657AD8E5((&L_0), (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA )L_0; } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Queue`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEECC7EFBBD82617965636CDD5B32D4550D41FAA1_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m4544BA1FF7AE954349767F100E02661B657AD8E5((&L_0), (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA L_1 = (Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator System.Collections.Generic.Queue`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_IEnumerable_GetEnumerator_mED3F6DD520422E0CD28E7401C42F3B2A8DFDDC35_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m4544BA1FF7AE954349767F100E02661B657AD8E5((&L_0), (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA L_1 = (Enumerator_t2F745F3B98837948B1C8DD770CCA9AB87C1302CA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_1_Dequeue_m1ED454CE1A21DA77BB9536BBD1FDEA3023232A97_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_3(); if (L_0) { goto IL_000e; } } { NullCheck((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this); (( void (*) (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_000e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_2 = (int32_t)__this->get__head_1(); NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = false; G_B3_0 = L_4; if (!L_5) { G_B4_0 = L_4; goto IL_0040; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_7 = (int32_t)__this->get__head_1(); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_8 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_8); G_B4_0 = G_B3_0; } IL_0040: { int32_t* L_9 = (int32_t*)__this->get_address_of__head_1(); NullCheck((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this); (( void (*) (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)__this, (int32_t*)(int32_t*)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_10 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return (int32_t)G_B4_0; } } // System.Void System.Collections.Generic.Queue`1::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_SetCapacity_mC146869B7EF2CEFCC7A06669EA32B6EC7EBAFF74_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, int32_t ___capacity0, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * G_B6_0 = NULL; Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * G_B5_0 = NULL; int32_t G_B7_0 = 0; Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * G_B7_1 = NULL; { int32_t L_0 = ___capacity0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), (uint32_t)L_0); V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_1; int32_t L_2 = (int32_t)__this->get__size_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_3 = (int32_t)__this->get__head_1(); int32_t L_4 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0039; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_6 = (int32_t)__this->get__head_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; int32_t L_8 = (int32_t)__this->get__size_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)0, (int32_t)L_8, /*hidden argument*/NULL); goto IL_007d; } IL_0039: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); int32_t L_10 = (int32_t)__this->get__head_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_12); int32_t L_13 = (int32_t)__this->get__head_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_16); int32_t L_17 = (int32_t)__this->get__head_1(); int32_t L_18 = (int32_t)__this->get__tail_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)), (int32_t)L_18, /*hidden argument*/NULL); } IL_007d: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_0; __this->set__array_0(L_19); __this->set__head_1(0); int32_t L_20 = (int32_t)__this->get__size_3(); int32_t L_21 = ___capacity0; G_B5_0 = ((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)(__this)); if ((((int32_t)L_20) == ((int32_t)L_21))) { G_B6_0 = ((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)(__this)); goto IL_009d; } } { int32_t L_22 = (int32_t)__this->get__size_3(); G_B7_0 = L_22; G_B7_1 = ((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)(G_B5_0)); goto IL_009e; } IL_009d: { G_B7_0 = 0; G_B7_1 = ((Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F *)(G_B6_0)); } IL_009e: { NullCheck(G_B7_1); G_B7_1->set__tail_2(G_B7_0); int32_t L_23 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::MoveNext(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_MoveNext_m518F535CB6839ABFEA79C1DEEE6C85D05ED1C105_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, int32_t* ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t* G_B2_0 = NULL; int32_t* G_B1_0 = NULL; int32_t G_B3_0 = 0; int32_t* G_B3_1 = NULL; { int32_t* L_0 = ___index0; int32_t L_1 = *((int32_t*)L_0); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t* L_2 = ___index0; int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__array_0(); NullCheck(L_4); G_B1_0 = L_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_5 = V_0; G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0015; } IL_0014: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0015: { *((int32_t*)G_B3_1) = (int32_t)G_B3_0; return; } } // System.Void System.Collections.Generic.Queue`1::ThrowForEmptyQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_ThrowForEmptyQueue_m330AEA33686B173FB1FCA049163EC8C19075762C_gshared (Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_ThrowForEmptyQueue_m330AEA33686B173FB1FCA049163EC8C19075762C_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__array_0(L_0); return; } } // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } // System.Boolean System.Collections.Generic.Queue`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_1_System_Collections_ICollection_get_IsSynchronized_mC4513AF71230468A621F9F31201D990C144215F1_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Queue`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_System_Collections_ICollection_get_SyncRoot_m185AD1805A0A39611043C6476A9D9E0568941707_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_5(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_5(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL); } IL_001a: { RuntimeObject * L_4 = (RuntimeObject *)__this->get__syncRoot_5(); return (RuntimeObject *)L_4; } } // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_m123D9273AFF968BD5C248D721870170B26FBEF6C_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); if (!L_0) { goto IL_006f; } } { bool L_1; L_1 = true; if (!L_1) { goto IL_0068; } } { int32_t L_2 = (int32_t)__this->get__head_1(); int32_t L_3 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0036; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_5 = (int32_t)__this->get__head_1(); int32_t L_6 = (int32_t)__this->get__size_3(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); goto IL_0068; } IL_0036: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__head_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_9); int32_t L_10 = (int32_t)__this->get__head_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_12 = (int32_t)__this->get__tail_2(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)L_12, /*hidden argument*/NULL); } IL_0068: { __this->set__size_3(0); } IL_006f: { __this->set__head_1(0); __this->set__tail_2(0); int32_t L_13 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B17_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_8 = ___array0; NullCheck((RuntimeArray *)L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_8, /*hidden argument*/NULL); V_0 = (int32_t)L_9; int32_t L_10 = ___index1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_004f; } } { int32_t L_11 = ___index1; int32_t L_12 = V_0; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0065; } } IL_004f: { int32_t L_13 = ___index1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var))); } IL_0065: { int32_t L_17 = V_0; int32_t L_18 = ___index1; int32_t L_19 = (int32_t)__this->get__size_3(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_19))) { goto IL_007b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var))); } IL_007b: { int32_t L_21 = (int32_t)__this->get__size_3(); V_1 = (int32_t)L_21; int32_t L_22 = V_1; if (L_22) { goto IL_0086; } } { return; } IL_0086: { } IL_0087: try {// begin try (depth: 1) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_23); int32_t L_24 = (int32_t)__this->get__head_1(); int32_t L_25 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)L_24))) < ((int32_t)L_25))) { goto IL_009c; } } IL_0099: { int32_t L_26 = V_1; G_B17_0 = L_26; goto IL_00ab; } IL_009c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_27); int32_t L_28 = (int32_t)__this->get__head_1(); G_B17_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), (int32_t)L_28)); } IL_00ab: { V_2 = (int32_t)G_B17_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_30 = (int32_t)__this->get__head_1(); RuntimeArray * L_31 = ___array0; int32_t L_32 = ___index1; int32_t L_33 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, (int32_t)L_30, (RuntimeArray *)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/NULL); int32_t L_34 = V_1; int32_t L_35 = V_2; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); int32_t L_36 = V_1; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00e7; } } IL_00c8: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); RuntimeArray * L_38 = ___array0; int32_t L_39 = ___index1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_40); int32_t L_41 = (int32_t)__this->get__head_1(); int32_t L_42 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, (int32_t)0, (RuntimeArray *)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))), (int32_t)L_41)), (int32_t)L_42, /*hidden argument*/NULL); } IL_00e7: { goto IL_00fa; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e9; } throw e; } CATCH_00e9: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_43, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m96BA0E4B35CC0272FACED1D56E8D4053FD53B270_RuntimeMethod_var))); }// end catch (depth: 1) IL_00fa: { return; } } // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0045; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_2); V_0 = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), (int64_t)((int64_t)((int64_t)((int32_t)200)))))/(int64_t)((int64_t)((int64_t)((int32_t)100))))))); int32_t L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_4); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)4))))) { goto IL_003e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_5); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)4)); } IL_003e: { int32_t L_6 = V_0; NullCheck((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this); (( void (*) (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_0045: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__tail_2(); RuntimeObject * L_9 = ___item0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)L_9); int32_t* L_10 = (int32_t*)__this->get_address_of__tail_2(); NullCheck((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this); (( void (*) (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, (int32_t*)(int32_t*)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_11 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C Queue_1_GetEnumerator_m0A2D0CB499E67870A0F7049947F958A7C8B7F4D3_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m6B1F28310E8BA548CA5B4A62E7D3D208F64AC85C((&L_0), (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C )L_0; } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Queue`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m96AC2088A1C8897B5812D944FC3E9F12B2F7C4FD_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m6B1F28310E8BA548CA5B4A62E7D3D208F64AC85C((&L_0), (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C L_1 = (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator System.Collections.Generic.Queue`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_IEnumerable_GetEnumerator_m7B8856AD400238F57295DED241B337AB10135914_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m6B1F28310E8BA548CA5B4A62E7D3D208F64AC85C((&L_0), (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C L_1 = (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * G_B4_0 = NULL; RuntimeObject * G_B3_0 = NULL; { int32_t L_0 = (int32_t)__this->get__size_3(); if (L_0) { goto IL_000e; } } { NullCheck((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this); (( void (*) (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_2 = (int32_t)__this->get__head_1(); NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = true; G_B3_0 = L_4; if (!L_5) { G_B4_0 = L_4; goto IL_0040; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_7 = (int32_t)__this->get__head_1(); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_8); G_B4_0 = G_B3_0; } IL_0040: { int32_t* L_9 = (int32_t*)__this->get_address_of__head_1(); NullCheck((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this); (( void (*) (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)__this, (int32_t*)(int32_t*)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_10 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return (RuntimeObject *)G_B4_0; } } // System.Void System.Collections.Generic.Queue`1::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_SetCapacity_m4BB29A59667B92671B7AADA493AD02D59D1539FB_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, int32_t ___capacity0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * G_B6_0 = NULL; Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * G_B5_0 = NULL; int32_t G_B7_0 = 0; Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * G_B7_1 = NULL; { int32_t L_0 = ___capacity0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), (uint32_t)L_0); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; int32_t L_2 = (int32_t)__this->get__size_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_3 = (int32_t)__this->get__head_1(); int32_t L_4 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0039; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_6 = (int32_t)__this->get__head_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = V_0; int32_t L_8 = (int32_t)__this->get__size_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)0, (int32_t)L_8, /*hidden argument*/NULL); goto IL_007d; } IL_0039: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); int32_t L_10 = (int32_t)__this->get__head_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_12); int32_t L_13 = (int32_t)__this->get__head_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_16); int32_t L_17 = (int32_t)__this->get__head_1(); int32_t L_18 = (int32_t)__this->get__tail_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)), (int32_t)L_18, /*hidden argument*/NULL); } IL_007d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = V_0; __this->set__array_0(L_19); __this->set__head_1(0); int32_t L_20 = (int32_t)__this->get__size_3(); int32_t L_21 = ___capacity0; G_B5_0 = ((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)(__this)); if ((((int32_t)L_20) == ((int32_t)L_21))) { G_B6_0 = ((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)(__this)); goto IL_009d; } } { int32_t L_22 = (int32_t)__this->get__size_3(); G_B7_0 = L_22; G_B7_1 = ((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)(G_B5_0)); goto IL_009e; } IL_009d: { G_B7_0 = 0; G_B7_1 = ((Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 *)(G_B6_0)); } IL_009e: { NullCheck(G_B7_1); G_B7_1->set__tail_2(G_B7_0); int32_t L_23 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::MoveNext(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_MoveNext_m74ACB07FEF29893B831FC13AE49F4BA0EFEE1AFF_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, int32_t* ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t* G_B2_0 = NULL; int32_t* G_B1_0 = NULL; int32_t G_B3_0 = 0; int32_t* G_B3_1 = NULL; { int32_t* L_0 = ___index0; int32_t L_1 = *((int32_t*)L_0); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t* L_2 = ___index0; int32_t L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__array_0(); NullCheck(L_4); G_B1_0 = L_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_5 = V_0; G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0015; } IL_0014: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0015: { *((int32_t*)G_B3_1) = (int32_t)G_B3_0; return; } } // System.Void System.Collections.Generic.Queue`1::ThrowForEmptyQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_ThrowForEmptyQueue_mC958C16A48E2BF4501AB513CAB5C4AAA1D0BDB81_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_ThrowForEmptyQueue_mC958C16A48E2BF4501AB513CAB5C4AAA1D0BDB81_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0; L_0 = (( Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__array_0(L_0); return; } } // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } // System.Boolean System.Collections.Generic.Queue`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_1_System_Collections_ICollection_get_IsSynchronized_mE4386863BE96ABF06F4A72204F689B0035673AFD_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Queue`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_System_Collections_ICollection_get_SyncRoot_mF991E68B073B88B5A9FBF44C6E1C52CED7F9C30D_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_5(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_5(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL); } IL_001a: { RuntimeObject * L_4 = (RuntimeObject *)__this->get__syncRoot_5(); return (RuntimeObject *)L_4; } } // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); if (!L_0) { goto IL_006f; } } { bool L_1; L_1 = false; if (!L_1) { goto IL_0068; } } { int32_t L_2 = (int32_t)__this->get__head_1(); int32_t L_3 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0036; } } { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_5 = (int32_t)__this->get__head_1(); int32_t L_6 = (int32_t)__this->get__size_3(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); goto IL_0068; } IL_0036: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_7 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__head_1(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_9 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_9); int32_t L_10 = (int32_t)__this->get__head_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10)), /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_12 = (int32_t)__this->get__tail_2(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)L_12, /*hidden argument*/NULL); } IL_0068: { __this->set__size_3(0); } IL_006f: { __this->set__head_1(0); __this->set__tail_2(0); int32_t L_13 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B17_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_8 = ___array0; NullCheck((RuntimeArray *)L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_8, /*hidden argument*/NULL); V_0 = (int32_t)L_9; int32_t L_10 = ___index1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_004f; } } { int32_t L_11 = ___index1; int32_t L_12 = V_0; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0065; } } IL_004f: { int32_t L_13 = ___index1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var))); } IL_0065: { int32_t L_17 = V_0; int32_t L_18 = ___index1; int32_t L_19 = (int32_t)__this->get__size_3(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_19))) { goto IL_007b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var))); } IL_007b: { int32_t L_21 = (int32_t)__this->get__size_3(); V_1 = (int32_t)L_21; int32_t L_22 = V_1; if (L_22) { goto IL_0086; } } { return; } IL_0086: { } IL_0087: try {// begin try (depth: 1) { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_23 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_23); int32_t L_24 = (int32_t)__this->get__head_1(); int32_t L_25 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)L_24))) < ((int32_t)L_25))) { goto IL_009c; } } IL_0099: { int32_t L_26 = V_1; G_B17_0 = L_26; goto IL_00ab; } IL_009c: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_27 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_27); int32_t L_28 = (int32_t)__this->get__head_1(); G_B17_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), (int32_t)L_28)); } IL_00ab: { V_2 = (int32_t)G_B17_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_29 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_30 = (int32_t)__this->get__head_1(); RuntimeArray * L_31 = ___array0; int32_t L_32 = ___index1; int32_t L_33 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, (int32_t)L_30, (RuntimeArray *)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/NULL); int32_t L_34 = V_1; int32_t L_35 = V_2; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); int32_t L_36 = V_1; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00e7; } } IL_00c8: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_37 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); RuntimeArray * L_38 = ___array0; int32_t L_39 = ___index1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_40 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_40); int32_t L_41 = (int32_t)__this->get__head_1(); int32_t L_42 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, (int32_t)0, (RuntimeArray *)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))), (int32_t)L_41)), (int32_t)L_42, /*hidden argument*/NULL); } IL_00e7: { goto IL_00fa; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e9; } throw e; } CATCH_00e9: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_43, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_mD7E522061F5512FEB1883DD3EB88E55FCFBA2264_RuntimeMethod_var))); }// end catch (depth: 1) IL_00fa: { return; } } // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_3(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0045; } } { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_2); V_0 = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), (int64_t)((int64_t)((int64_t)((int32_t)200)))))/(int64_t)((int64_t)((int64_t)((int32_t)100))))))); int32_t L_3 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_4); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)4))))) { goto IL_003e; } } { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_5); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)4)); } IL_003e: { int32_t L_6 = V_0; NullCheck((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this); (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_0045: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_7 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__tail_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___item0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_9); int32_t* L_10 = (int32_t*)__this->get_address_of__tail_2(); NullCheck((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this); (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, (int32_t*)(int32_t*)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_11 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 Queue_1_GetEnumerator_mF5485D65C3E2953AD7E5AC739600EF954E58222B_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m979B00FE4801E1BC3A97852774CE187255F21F9F((&L_0), (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 )L_0; } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Queue`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m638B4789E7DAE6BB2E87844982F5DEC5A8C3692B_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m979B00FE4801E1BC3A97852774CE187255F21F9F((&L_0), (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 L_1 = (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator System.Collections.Generic.Queue`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_IEnumerable_GetEnumerator_m448D86896FBC217EB47D93BC2269C9D979C7F33C_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_m979B00FE4801E1BC3A97852774CE187255F21F9F((&L_0), (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 L_1 = (Enumerator_t3A15D5560442F99974EAEC4113D4AFCBE15AF5C9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { int32_t L_0 = (int32_t)__this->get__size_3(); if (L_0) { goto IL_000e; } } { NullCheck((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this); (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_000e: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_2 = (int32_t)__this->get__head_1(); NullCheck(L_1); int32_t L_3 = L_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = (L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = false; G_B3_0 = L_4; if (!L_5) { G_B4_0 = L_4; goto IL_0040; } } { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_6 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_7 = (int32_t)__this->get__head_1(); il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_8); G_B4_0 = G_B3_0; } IL_0040: { int32_t* L_9 = (int32_t*)__this->get_address_of__head_1(); NullCheck((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this); (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)__this, (int32_t*)(int32_t*)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_10 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )G_B4_0; } } // System.Void System.Collections.Generic.Queue`1::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_SetCapacity_mBD60EC7446D6B8DE0B3DF34A069038403BEAD01B_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, int32_t ___capacity0, const RuntimeMethod* method) { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_0 = NULL; Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * G_B6_0 = NULL; Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * G_B5_0 = NULL; int32_t G_B7_0 = 0; Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * G_B7_1 = NULL; { int32_t L_0 = ___capacity0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), (uint32_t)L_0); V_0 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_1; int32_t L_2 = (int32_t)__this->get__size_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_3 = (int32_t)__this->get__head_1(); int32_t L_4 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0039; } } { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_6 = (int32_t)__this->get__head_1(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_7 = V_0; int32_t L_8 = (int32_t)__this->get__size_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)0, (int32_t)L_8, /*hidden argument*/NULL); goto IL_007d; } IL_0039: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_9 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); int32_t L_10 = (int32_t)__this->get__head_1(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_12 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_12); int32_t L_13 = (int32_t)__this->get__head_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_14 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_15 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_16 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_16); int32_t L_17 = (int32_t)__this->get__head_1(); int32_t L_18 = (int32_t)__this->get__tail_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)), (int32_t)L_18, /*hidden argument*/NULL); } IL_007d: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_19 = V_0; __this->set__array_0(L_19); __this->set__head_1(0); int32_t L_20 = (int32_t)__this->get__size_3(); int32_t L_21 = ___capacity0; G_B5_0 = ((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)(__this)); if ((((int32_t)L_20) == ((int32_t)L_21))) { G_B6_0 = ((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)(__this)); goto IL_009d; } } { int32_t L_22 = (int32_t)__this->get__size_3(); G_B7_0 = L_22; G_B7_1 = ((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)(G_B5_0)); goto IL_009e; } IL_009d: { G_B7_0 = 0; G_B7_1 = ((Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)(G_B6_0)); } IL_009e: { NullCheck(G_B7_1); G_B7_1->set__tail_2(G_B7_0); int32_t L_23 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::MoveNext(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_MoveNext_m49B7A6E197D1335AD4D82F9457067F2C0DE8B3D3_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, int32_t* ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t* G_B2_0 = NULL; int32_t* G_B1_0 = NULL; int32_t G_B3_0 = 0; int32_t* G_B3_1 = NULL; { int32_t* L_0 = ___index0; int32_t L_1 = *((int32_t*)L_0); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t* L_2 = ___index0; int32_t L_3 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__array_0(); NullCheck(L_4); G_B1_0 = L_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_5 = V_0; G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0015; } IL_0014: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0015: { *((int32_t*)G_B3_1) = (int32_t)G_B3_0; return; } } // System.Void System.Collections.Generic.Queue`1::ThrowForEmptyQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_ThrowForEmptyQueue_m415453D8B5963F82029366021C3981D409A7ECD7_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_ThrowForEmptyQueue_m415453D8B5963F82029366021C3981D409A7ECD7_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m1F719DF78B117117A9CEFE6AA3E34DC9537D124C_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_0; L_0 = (( EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__array_0(L_0); return; } } // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m69096F8CD39E80599D2A1CF57D212BCF58BDEC23_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } // System.Boolean System.Collections.Generic.Queue`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Queue_1_System_Collections_ICollection_get_IsSynchronized_m6D9F8C287A377CFFFA31726F2C6DF96317198668_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Generic.Queue`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_System_Collections_ICollection_get_SyncRoot_mFB9ECDA1D1246A381B72EE0AAF846E1A6437C9B1_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_5(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_5(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL); } IL_001a: { RuntimeObject * L_4 = (RuntimeObject *)__this->get__syncRoot_5(); return (RuntimeObject *)L_4; } } // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_m04538F0E10FD11149C9FD184B1D690711DF73239_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); if (!L_0) { goto IL_006f; } } { bool L_1; L_1 = true; if (!L_1) { goto IL_0068; } } { int32_t L_2 = (int32_t)__this->get__head_1(); int32_t L_3 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0036; } } { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_4 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_5 = (int32_t)__this->get__head_1(); int32_t L_6 = (int32_t)__this->get__size_3(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); goto IL_0068; } IL_0036: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_7 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__head_1(); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_9 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_9); int32_t L_10 = (int32_t)__this->get__head_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10)), /*hidden argument*/NULL); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_11 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_12 = (int32_t)__this->get__tail_2(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)L_12, /*hidden argument*/NULL); } IL_0068: { __this->set__size_3(0); } IL_006f: { __this->set__head_1(0); __this->set__tail_2(0); int32_t L_13 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B17_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_8 = ___array0; NullCheck((RuntimeArray *)L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_8, /*hidden argument*/NULL); V_0 = (int32_t)L_9; int32_t L_10 = ___index1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_004f; } } { int32_t L_11 = ___index1; int32_t L_12 = V_0; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0065; } } IL_004f: { int32_t L_13 = ___index1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_16 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var))); } IL_0065: { int32_t L_17 = V_0; int32_t L_18 = ___index1; int32_t L_19 = (int32_t)__this->get__size_3(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_19))) { goto IL_007b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var))); } IL_007b: { int32_t L_21 = (int32_t)__this->get__size_3(); V_1 = (int32_t)L_21; int32_t L_22 = V_1; if (L_22) { goto IL_0086; } } { return; } IL_0086: { } IL_0087: try {// begin try (depth: 1) { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_23 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_23); int32_t L_24 = (int32_t)__this->get__head_1(); int32_t L_25 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)L_24))) < ((int32_t)L_25))) { goto IL_009c; } } IL_0099: { int32_t L_26 = V_1; G_B17_0 = L_26; goto IL_00ab; } IL_009c: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_27 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_27); int32_t L_28 = (int32_t)__this->get__head_1(); G_B17_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), (int32_t)L_28)); } IL_00ab: { V_2 = (int32_t)G_B17_0; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_29 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_30 = (int32_t)__this->get__head_1(); RuntimeArray * L_31 = ___array0; int32_t L_32 = ___index1; int32_t L_33 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, (int32_t)L_30, (RuntimeArray *)L_31, (int32_t)L_32, (int32_t)L_33, /*hidden argument*/NULL); int32_t L_34 = V_1; int32_t L_35 = V_2; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); int32_t L_36 = V_1; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00e7; } } IL_00c8: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_37 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); RuntimeArray * L_38 = ___array0; int32_t L_39 = ___index1; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_40 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_40); int32_t L_41 = (int32_t)__this->get__head_1(); int32_t L_42 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, (int32_t)0, (RuntimeArray *)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))), (int32_t)L_41)), (int32_t)L_42, /*hidden argument*/NULL); } IL_00e7: { goto IL_00fa; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e9; } throw e; } CATCH_00e9: {// begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_43, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_System_Collections_ICollection_CopyTo_m00F754ACE76FC36E672CCE90E99A9F99D53B5E09_RuntimeMethod_var))); }// end catch (depth: 1) IL_00fa: { return; } } // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_mE37DAD48B33ED90DAFDF6E3879479C66D0394367_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_3(); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_1 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0045; } } { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_2 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_2); V_0 = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))), (int64_t)((int64_t)((int64_t)((int32_t)200)))))/(int64_t)((int64_t)((int64_t)((int32_t)100))))))); int32_t L_3 = V_0; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_4 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_4); if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)4))))) { goto IL_003e; } } { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_5 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_5); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)4)); } IL_003e: { int32_t L_6 = V_0; NullCheck((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this); (( void (*) (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_0045: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_7 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_8 = (int32_t)__this->get__tail_2(); EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 L_9 = ___item0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 )L_9); int32_t* L_10 = (int32_t*)__this->get_address_of__tail_2(); NullCheck((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this); (( void (*) (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, (int32_t*)(int32_t*)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_11 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 Queue_1_GetEnumerator_m2428B05EE4F2B9FD23BA9B720E1B50BF29A134F6_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mB67B046164EB6CF2ED52EFD0651265E86452A034((&L_0), (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return (Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 )L_0; } } // System.Collections.Generic.IEnumerator`1 System.Collections.Generic.Queue`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mC759B163AF30ED36EF6046F8E59238851754CA0B_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mB67B046164EB6CF2ED52EFD0651265E86452A034((&L_0), (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 L_1 = (Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator System.Collections.Generic.Queue`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Queue_1_System_Collections_IEnumerable_GetEnumerator_m2B0DB5496405216464E9B4331B6A28773F1E0423_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mB67B046164EB6CF2ED52EFD0651265E86452A034((&L_0), (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 L_1 = (Enumerator_t4F95ADDEE39C5204F91A15DE67B83A99115CD954 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), &L_1); return (RuntimeObject*)L_2; } } // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 Queue_1_Dequeue_m66A5AD6366AC51B14DF8CBB173CE07F9F2B041C9_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 V_0; memset((&V_0), 0, sizeof(V_0)); EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { int32_t L_0 = (int32_t)__this->get__size_3(); if (L_0) { goto IL_000e; } } { NullCheck((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this); (( void (*) (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_000e: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_1 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_2 = (int32_t)__this->get__head_1(); NullCheck(L_1); int32_t L_3 = L_2; EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 L_4 = (L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = true; G_B3_0 = L_4; if (!L_5) { G_B4_0 = L_4; goto IL_0040; } } { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_6 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_7 = (int32_t)__this->get__head_1(); il2cpp_codegen_initobj((&V_0), sizeof(EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 )); EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 L_8 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 )L_8); G_B4_0 = G_B3_0; } IL_0040: { int32_t* L_9 = (int32_t*)__this->get_address_of__head_1(); NullCheck((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this); (( void (*) (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *, int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)__this, (int32_t*)(int32_t*)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); int32_t L_10 = (int32_t)__this->get__size_3(); __this->set__size_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return (EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 )G_B4_0; } } // System.Void System.Collections.Generic.Queue`1::SetCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_SetCapacity_m230A15C1DABCC0A9289099035333C82EDB6CD6BA_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, int32_t ___capacity0, const RuntimeMethod* method) { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* V_0 = NULL; Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * G_B6_0 = NULL; Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * G_B5_0 = NULL; int32_t G_B7_0 = 0; Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * G_B7_1 = NULL; { int32_t L_0 = ___capacity0; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_1 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)(EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), (uint32_t)L_0); V_0 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)L_1; int32_t L_2 = (int32_t)__this->get__size_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_3 = (int32_t)__this->get__head_1(); int32_t L_4 = (int32_t)__this->get__tail_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0039; } } { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_5 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_6 = (int32_t)__this->get__head_1(); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_7 = V_0; int32_t L_8 = (int32_t)__this->get__size_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)0, (int32_t)L_8, /*hidden argument*/NULL); goto IL_007d; } IL_0039: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_9 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); int32_t L_10 = (int32_t)__this->get__head_1(); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_11 = V_0; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_12 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_12); int32_t L_13 = (int32_t)__this->get__head_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_14 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_15 = V_0; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_16 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_16); int32_t L_17 = (int32_t)__this->get__head_1(); int32_t L_18 = (int32_t)__this->get__tail_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)), (int32_t)L_18, /*hidden argument*/NULL); } IL_007d: { EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_19 = V_0; __this->set__array_0(L_19); __this->set__head_1(0); int32_t L_20 = (int32_t)__this->get__size_3(); int32_t L_21 = ___capacity0; G_B5_0 = ((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)(__this)); if ((((int32_t)L_20) == ((int32_t)L_21))) { G_B6_0 = ((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)(__this)); goto IL_009d; } } { int32_t L_22 = (int32_t)__this->get__size_3(); G_B7_0 = L_22; G_B7_1 = ((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)(G_B5_0)); goto IL_009e; } IL_009d: { G_B7_0 = 0; G_B7_1 = ((Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A *)(G_B6_0)); } IL_009e: { NullCheck(G_B7_1); G_B7_1->set__tail_2(G_B7_0); int32_t L_23 = (int32_t)__this->get__version_4(); __this->set__version_4(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } // System.Void System.Collections.Generic.Queue`1::MoveNext(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_MoveNext_m22CCB716B91FE3B30123FFE962E87A4C8E570883_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, int32_t* ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t* G_B2_0 = NULL; int32_t* G_B1_0 = NULL; int32_t G_B3_0 = 0; int32_t* G_B3_1 = NULL; { int32_t* L_0 = ___index0; int32_t L_1 = *((int32_t*)L_0); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int32_t* L_2 = ___index0; int32_t L_3 = V_0; EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* L_4 = (EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3*)__this->get__array_0(); NullCheck(L_4); G_B1_0 = L_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { G_B2_0 = L_2; goto IL_0014; } } { int32_t L_5 = V_0; G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0015; } IL_0014: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0015: { *((int32_t*)G_B3_1) = (int32_t)G_B3_0; return; } } // System.Void System.Collections.Generic.Queue`1::ThrowForEmptyQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_ThrowForEmptyQueue_m4B3E575C742025FED3834A51542476F4A943701D_gshared (Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Queue_1_ThrowForEmptyQueue_m4B3E575C742025FED3834A51542476F4A943701D_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1__ctor_m03BF9ACD72F6437CD3C6ECBDB37DD7237B280B5C_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__items_0(L_0); return; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_set_Capacity_m9EB7C1C7E2BEB4A752D4290DDDF86F1D0882D1F7_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___value0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get__size_1(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_set_Capacity_m9EB7C1C7E2BEB4A752D4290DDDF86F1D0882D1F7_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___value0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_4); if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_005a; } } { int32_t L_5 = ___value0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_004f; } } { int32_t L_6 = ___value0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (uint32_t)L_6); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7; int32_t L_8 = (int32_t)__this->get__size_1(); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0047; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__size_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, (int32_t)L_11, /*hidden argument*/NULL); } IL_0047: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_0; __this->set__items_0(L_12); return; } IL_004f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13; L_13 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__items_0(L_13); } IL_005a: { return; } } // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollectionBuilder_1_get_Count_m8734CAE15B2F6F9BE14713AB66B7E620F4341008_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_1(); return (int32_t)L_0; } } // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollectionBuilder_1_IndexOf_mB56B1115B58D3403A854FB816C385AA9B0B1C9C4_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); RuntimeObject * L_1 = ___item0; int32_t L_2 = (int32_t)__this->get__size_1(); int32_t L_3; L_3 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0, (RuntimeObject *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return (int32_t)L_3; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_Insert_m2C894FC88E2522DB67B8C21AAD269A2E6828DFE1_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_1(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_Insert_m2C894FC88E2522DB67B8C21AAD269A2E6828DFE1_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = (int32_t)__this->get__size_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0032; } } { int32_t L_5 = (int32_t)__this->get__size_1(); NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); } IL_0032: { int32_t L_6 = ___index0; int32_t L_7 = (int32_t)__this->get__size_1(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0058; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_9 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_11 = ___index0; int32_t L_12 = (int32_t)__this->get__size_1(); int32_t L_13 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, (int32_t)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL); } IL_0058: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_15 = ___index0; RuntimeObject * L_16 = ___item1; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (RuntimeObject *)L_16); int32_t L_17 = (int32_t)__this->get__size_1(); __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = (int32_t)__this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_RemoveAt_m867AE95741DFBE550BCF3B1F8BEA4977F0ED3F51_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0018; } } IL_000d: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_RemoveAt_m867AE95741DFBE550BCF3B1F8BEA4977F0ED3F51_RuntimeMethod_var))); } IL_0018: { int32_t L_4 = (int32_t)__this->get__size_1(); __this->set__size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); int32_t L_5 = ___index0; int32_t L_6 = (int32_t)__this->get__size_1(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_004c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_8 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_10 = ___index0; int32_t L_11 = (int32_t)__this->get__size_1(); int32_t L_12 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); } IL_004c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_14 = (int32_t)__this->get__size_1(); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_15 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (RuntimeObject *)L_15); int32_t L_16 = (int32_t)__this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); return; } } // T System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollectionBuilder_1_get_Item_mB9875CAFFBA709936422721D46EC5459C9FCEC73_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_1(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_get_Item_mB9875CAFFBA709936422721D46EC5459C9FCEC73_RuntimeMethod_var))); } IL_0014: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); return (RuntimeObject *)L_6; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_set_Item_mC81FFDD6C919881FF9A2D2437F24888F48B4FC45_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_1(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_set_Item_mC81FFDD6C919881FF9A2D2437F24888F48B4FC45_RuntimeMethod_var))); } IL_0014: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___value1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (RuntimeObject *)L_5); int32_t L_6 = (int32_t)__this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_Add_mFBD857E40C25338FD8E7F79DE7BC41E7BDE89212_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get__size_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_001e; } } { int32_t L_2 = (int32_t)__this->get__size_1(); NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); } IL_001e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_4 = (int32_t)__this->get__size_1(); V_0 = (int32_t)L_4; int32_t L_5 = V_0; __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; RuntimeObject * L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (RuntimeObject *)L_7); int32_t L_8 = (int32_t)__this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_Clear_m10ECFDAD173EE89FD5A4C7C5333220EE52AB268F_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0022; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_2 = (int32_t)__this->get__size_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); __this->set__size_1(0); } IL_0022: { int32_t L_3 = (int32_t)__this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_Contains_m68581880FF8FFF5C60E1208E27B65A21483F3EC4_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___item0; if (L_0) { goto IL_0030; } } { V_0 = (int32_t)0; goto IL_0025; } IL_000c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); if (L_4) { goto IL_0021; } } { return (bool)1; } IL_0021: { int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0025: { int32_t L_6 = V_0; int32_t L_7 = (int32_t)__this->get__size_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000c; } } { return (bool)0; } IL_0030: { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_8; L_8 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_1 = (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_8; V_2 = (int32_t)0; goto IL_0055; } IL_003a: { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_9 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); RuntimeObject * L_14 = ___item0; NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_9); bool L_15; L_15 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_9, (RuntimeObject *)L_13, (RuntimeObject *)L_14); if (!L_15) { goto IL_0051; } } { return (bool)1; } IL_0051: { int32_t L_16 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0055: { int32_t L_17 = V_2; int32_t L_18 = (int32_t)__this->get__size_1(); if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_003a; } } { return (bool)0; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_CopyTo_m013F70709534BF3F40D3E41E04DE51749FE377FE_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get__size_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m0CCBAEC4057AFDD40BBE16F8850150EE0E39E81D_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_Remove_mBC1D98418ABD3035ECACDB269A04E2CE59E53D92_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___item0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); int32_t L_1; L_1 = (( int32_t (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_3 = V_0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)1; } IL_0015: { return (bool)0; } } // System.Collections.Generic.IEnumerator`1 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollectionBuilder_1_GetEnumerator_mCF06E1854B392C659D999612543360D15259E6F3_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B * L_0 = (Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10)); (( void (*) (Enumerator_tBEEED13454B4BE8307F2419DA934A6893E2E783B *, ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)(L_0, (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return (RuntimeObject*)L_0; } } // System.Collections.IEnumerator System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollectionBuilder_1_System_Collections_IEnumerable_GetEnumerator_m6942C5CD95752D9370E71F7DC94403905363FA2F_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); return (RuntimeObject*)L_0; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_System_Collections_IList_get_IsReadOnly_m888E42668754FB7286D14A4B7922B30E48957DC1_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollectionBuilder_1_System_Collections_IList_Add_m89E746EF561D6B9B17533A5BF2AE6B9BB800B67D_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value0; (( void (*) (RuntimeObject *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((RuntimeObject *)L_0, (String_t*)_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_000b: try {// begin try (depth: 1) RuntimeObject * L_1 = ___value0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); goto IL_0030; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0019; } throw e; } CATCH_0019: {// begin catch(System.InvalidCastException) RuntimeObject * L_2 = ___value0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 16)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); Exception_t * L_5; L_5 = Error_InvalidTypeException_m5E952D1990031D96800EBED45B638CEF527F719E((RuntimeObject *)L_2, (Type_t *)L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_System_Collections_IList_Add_m89E746EF561D6B9B17533A5BF2AE6B9BB800B67D_RuntimeMethod_var))); }// end catch (depth: 1) IL_0030: { NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); int32_t L_6; L_6 = (( int32_t (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); return (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_System_Collections_IList_Contains_m45A66C29BA1EAB13E8EED40D23629FFAFC931C37_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollectionBuilder_1_System_Collections_IList_IndexOf_m6310C715F5BACC60DD9DCC4EA93E517DB6BC30AC_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); int32_t L_3; L_3 = (( int32_t (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_System_Collections_IList_Insert_mD1511918CA19470A3ABFAB3AAEDA7966FBFC14E5_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value1; (( void (*) (RuntimeObject *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((RuntimeObject *)L_0, (String_t*)_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_000b: try {// begin try (depth: 1) int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)L_1, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)); goto IL_0031; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: {// begin catch(System.InvalidCastException) RuntimeObject * L_3 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 16)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_4, /*hidden argument*/NULL); Exception_t * L_6; L_6 = Error_InvalidTypeException_m5E952D1990031D96800EBED45B638CEF527F719E((RuntimeObject *)L_3, (Type_t *)L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_System_Collections_IList_Insert_mD1511918CA19470A3ABFAB3AAEDA7966FBFC14E5_RuntimeMethod_var))); }// end catch (depth: 1) IL_0031: { return; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_System_Collections_IList_get_IsFixedSize_m0EA9E6FAB96C13666A471C6CD1D0EF4CADAEE99C_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_System_Collections_IList_Remove_m1431B989C80481A131F176EE4202D63933E1DB69_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); } IL_0015: { return; } } // System.Object System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollectionBuilder_1_System_Collections_IList_get_Item_m17D11263233B8FB5B27FA49087F685D187171D28_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); return (RuntimeObject *)L_1; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_System_Collections_IList_set_Item_m21B8C91BDCBE009ACBC11A63DF7D362EAFFFFFAB_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value1; (( void (*) (RuntimeObject *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((RuntimeObject *)L_0, (String_t*)_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_000b: try {// begin try (depth: 1) int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)L_1, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)); goto IL_0031; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: {// begin catch(System.InvalidCastException) RuntimeObject * L_3 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 16)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_4, /*hidden argument*/NULL); Exception_t * L_6; L_6 = Error_InvalidTypeException_m5E952D1990031D96800EBED45B638CEF527F719E((RuntimeObject *)L_3, (Type_t *)L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_System_Collections_IList_set_Item_m21B8C91BDCBE009ACBC11A63DF7D362EAFFFFFAB_RuntimeMethod_var))); }// end catch (depth: 1) IL_0031: { return; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_System_Collections_ICollection_CopyTo_m7586A65777FF0B62E1A742AA659E0D20D186CEB2_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_System_Collections_ICollection_CopyTo_m7586A65777FF0B62E1A742AA659E0D20D186CEB2_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0022; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_System_Collections_ICollection_CopyTo_m7586A65777FF0B62E1A742AA659E0D20D186CEB2_RuntimeMethod_var))); } IL_0022: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); RuntimeArray * L_6 = ___array0; int32_t L_7 = ___index1; int32_t L_8 = (int32_t)__this->get__size_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (RuntimeArray *)L_6, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_System_Collections_ICollection_get_IsSynchronized_m33DBEE2EAA91556891CD3D1D7DC10F67CC417E04_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollectionBuilder_1_System_Collections_ICollection_get_SyncRoot_m6A22F347A5D2BA8D12CCB68154A6A5870E82722C_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { { return (RuntimeObject *)__this; } } // T[] System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ReadOnlyCollectionBuilder_1_ToArray_mF452306B6A3C0DA21BB1F4F7A7A0B2CDA3CF46FC_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get__size_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (uint32_t)L_0); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; int32_t L_4 = (int32_t)__this->get__size_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_5; } } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::ToReadOnlyCollection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * ReadOnlyCollectionBuilder_1_ToReadOnlyCollection_mFB6C541AC113E3560AC4343558E8869641339FEA_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get__size_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0019; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2; goto IL_0020; } IL_0019: { NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; } IL_0020: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4; L_4 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set__items_0(L_4); __this->set__size_1(0); int32_t L_5 = (int32_t)__this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_0; TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A * L_7 = (TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 25)); (( void (*) (TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)(L_7, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); return (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)L_7; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::EnsureCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_EnsureCapacity_mDF885D655534C96912EDAC17FAAC6B4ACC749F4E_gshared (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)L_1))) { goto IL_002e; } } { V_0 = (int32_t)4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_0021; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_0(); NullCheck(L_3); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)2)); } IL_0021: { int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0027; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0027: { int32_t L_7 = V_0; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this); (( void (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)); } IL_002e: { return; } } // System.Boolean System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBuilder_1_IsCompatibleObject_m81809B4867CA16E45880EA8D9F9B40B52D213DAF_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)1; } } // System.Void System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::ValidateNullValue(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBuilder_1_ValidateNullValue_mB92892E3C440C5156EB592020728F1674F778824_gshared (RuntimeObject * ___value0, String_t* ___argument1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0024; } } { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; if (!L_1) { goto IL_0024; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 16)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); String_t* L_4 = ___argument1; Exception_t * L_5; L_5 = Error_InvalidNullValue_mAF462550F9BE099D09E778C49B8F510632B213D1((Type_t *)L_3, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyCollectionBuilder_1_ValidateNullValue_mB92892E3C440C5156EB592020728F1674F778824_RuntimeMethod_var))); } IL_0024: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_m88A3E2A9133C7A98FD6E37533B762B36F6F30155_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; if (L_0) { goto IL_000f; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)7, /*hidden argument*/NULL); } IL_000f: { RuntimeObject* L_1 = ___list0; __this->set_list_0(L_1); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mB8615B828CA15698F093AC1B8A25EB4A9FB69218_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0); return (int32_t)L_1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ReadOnlyCollection_1_get_Item_mF3015DEFEBFB6BEBF700D801FB45A1054C5801D4_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_2; L_2 = InterfaceFuncInvoker1< BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_Contains_mF6D17D349860F880DB9C223218777466767E6AED_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_1 = ___value0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_1); return (bool)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_CopyTo_mC830CBA60389028E25216B8672E697D010C6964F_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828*)L_1, (int32_t)L_2); return; } } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m418711A2F093F206D8103E585E7EF24B7D88804F_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_IndexOf_m79311987A9B9F03D0DC538A6C0AFFC56D3083352_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_1 = ___value0; NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_1); return (int32_t)L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m890BF38A1C197D79A2C8DF5B0671ACB431728B66_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { return (bool)1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_get_Item_m28162469333AA873AAA89013A3D5BAD3534EB66A_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_2; L_2 = InterfaceFuncInvoker1< BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_set_Item_m751C336A64DC48B0F1A833D725F382B8B57BAFE7_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m397B8DC152DE38B8CFE0FA9D154895C67DF8E20B_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Clear_m6DA0B87C71ADFFE98F6D5ED8C80AF29A32B06CC5_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_Insert_m983655A1F4B9C26F41DA2A43EDB084C88DAB151A_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m6918347E0E92DE28D3F51287C18702BFBC471BCE_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m6D16B17DD2066668683B4650E4E540CFC3D6A1A6_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_System_Collections_IEnumerable_GetEnumerator_m9D2F4A4C15A3C8E838956942327C40DDD27E70E6_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_ICollection_get_IsSynchronized_m79AFE54B075DF3757183A42F7EFBF2B0C1EF8E9A_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_ICollection_get_SyncRoot_mDEA56FC89E73CEA184D26B98712820E7EBEE9476_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_1(); if (L_0) { goto IL_0037; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_list_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set__syncRoot_1(L_4); goto IL_0037; } IL_0025: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of__syncRoot_1(); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)NULL); } IL_0037: { RuntimeObject * L_8 = (RuntimeObject *)__this->get__syncRoot_1(); return (RuntimeObject *)L_8; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_ICollection_CopyTo_m8173AD90F67018DF7899581FEDB04E0F920B6C02_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828* V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0009; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)3, /*hidden argument*/NULL); } IL_0009: { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0018; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)7, /*hidden argument*/NULL); } IL_0018: { RuntimeArray * L_3 = ___array0; NullCheck((RuntimeArray *)L_3); int32_t L_4; L_4 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_3, (int32_t)0, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)6, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)17), (int32_t)4, /*hidden argument*/NULL); } IL_0033: { RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); int32_t L_8 = ___index1; NullCheck((ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *)__this); int32_t L_9; L_9 = (( int32_t (*) (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_0049; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)5, /*hidden argument*/NULL); } IL_0049: { RuntimeArray * L_10 = ___array0; V_0 = (BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828*)((BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828*)IsInst((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828* L_11 = V_0; if (!L_11) { goto IL_0061; } } { RuntimeObject* L_12 = (RuntimeObject*)__this->get_list_0(); BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828* L_13 = V_0; int32_t L_14 = ___index1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker2< BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_12, (BokehBlurKernelDataU5BU5D_t38341237900DFDC0A5C807065F8B537874254828*)L_13, (int32_t)L_14); return; } IL_0061: { RuntimeArray * L_15 = ___array0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((Type_t *)L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, (Type_t *)L_16); V_1 = (Type_t *)L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); V_2 = (Type_t *)L_19; Type_t * L_20 = V_1; Type_t * L_21 = V_2; NullCheck((Type_t *)L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_20, (Type_t *)L_21); if (L_22) { goto IL_0091; } } { Type_t * L_23 = V_2; Type_t * L_24 = V_1; NullCheck((Type_t *)L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_24); if (L_25) { goto IL_0091; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_0091: { RuntimeArray * L_26 = ___array0; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_3; if (L_27) { goto IL_00a2; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_28 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_28); V_4 = (int32_t)L_29; } IL_00af: try {// begin try (depth: 1) { V_5 = (int32_t)0; goto IL_00d4; } IL_00b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_3; int32_t L_31 = ___index1; int32_t L_32 = (int32_t)L_31; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = (RuntimeObject*)__this->get_list_0(); int32_t L_34 = V_5; NullCheck((RuntimeObject*)L_33); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_35; L_35 = InterfaceFuncInvoker1< BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_34); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_36 = (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_36); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_37); (L_30)->SetAt(static_cast(L_32), (RuntimeObject *)L_37); int32_t L_38 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00d4: { int32_t L_39 = V_5; int32_t L_40 = V_4; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_00b4; } } IL_00da: { goto IL_00e6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.ArrayTypeMismatchException) ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e6; }// end catch (depth: 1) IL_00e6: { return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsFixedSize_m508D89405A3B2E45530F6DE674A441350966A8A9_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsReadOnly_m8A13ACB30AAE90A32CC7E9F36E037821F58463F9_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_IList_get_Item_m235A07FDC089D9CC9810EFDD7AC5258C7B5D274F_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_2; L_2 = InterfaceFuncInvoker1< BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_3 = (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_3); return (RuntimeObject *)L_4; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_set_Item_m83F447C88E36C5503DE8A02AC8BBA99331219CF3_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_Add_mAF31178508C4E6AAC9F66DB5E5B31A8CC052A572_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Clear_m2352C228D1E6C23D7E08105FB30C409FE90AF876_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_IsCompatibleObject_m5A011B6958A7C85434AD1E12F55F8E37F904BEDE_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )); BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_2 = V_0; BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D L_3 = (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6), &L_3); return (bool)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_Contains_m0524CB3FA0CA52548E2A9986F03AFFCC7DC788A8_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *)__this, (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )((*(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)((BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_IndexOf_m362A66ADE9D28DEFBAF522ACEAADCE7057EA5F12_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *)__this); int32_t L_3; L_3 = (( int32_t (*) (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *, BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 *)__this, (BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D )((*(BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)((BokehBlurKernelData_tD6E99263E2CE21DAC343DAED2524ACE023308C7D *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Insert_m5C0F1346664FD80F23B7325607B5BE33005F7BE4_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Remove_mB30D04C3120435B220BCD44E659234B6A95F697E_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_RemoveAt_mF3E7881F45AFE4EAFE5D863FFA6E5E8071047F36_gshared (ReadOnlyCollection_1_tA7B302A1088DDBFC51340620A9F0951BF8F202C6 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_mB599DD7148D280F8F4D9F06BC16678185380EE72_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; if (L_0) { goto IL_000f; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)7, /*hidden argument*/NULL); } IL_000f: { RuntimeObject* L_1 = ___list0; __this->set_list_0(L_1); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mC2B1379426F15655BCD5A39A93D99F53F4ACBDA9_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0); return (int32_t)L_1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ReadOnlyCollection_1_get_Item_m3B204C11A69C0C764B24FBDC53DECC411FED76A7_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_2; L_2 = InterfaceFuncInvoker1< BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_Contains_m3CEC09F7032A120A5C2E033427140F95C3005BFA_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_1 = ___value0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_1); return (bool)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_CopyTo_m187E0DC5E5CD1D9762A394DBE89CD070C28D4BC1_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C*)L_1, (int32_t)L_2); return; } } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m3E7058E8DEF0DCA3F73B36695E1A33D90D2753AE_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_IndexOf_mCE0329A8566346ADB2E38B3446FB651FAD754000_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_1 = ___value0; NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_1); return (int32_t)L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m36F8EF42966A5CC0CB018ED32C971DD2D9DAE770_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { return (bool)1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_get_Item_m2BFD501130E9C0AD1D56AC2164F6DB91BADBA6A0_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_2; L_2 = InterfaceFuncInvoker1< BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_set_Item_m7ABADC27649CBE7901C50613CCD1A256DAAB12A0_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Add_mFF48F93DF8236DF6F3949FCE0BD07052F77039C1_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Clear_mA7C1F0F43BE32619B3B7AFB0854929CB347A4B82_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_Insert_mABBCEE8EFDED89C52A931751A36A2B026EB55B3F_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m57D524B894AC5DEDBD4C6309DE20E5A047D4FF6C_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mAF258D02C6CC25908DEFD611F48551156336595B_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_System_Collections_IEnumerable_GetEnumerator_m5EB4F9C3E4544057089B13D57DDAD8741BC77C7D_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_ICollection_get_IsSynchronized_m2D62CD62EB33E6DA0DA52301E2B63188333A7C53_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_ICollection_get_SyncRoot_m80134550941E2E0E861B75CE6447BCC0EC597EE7_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_1(); if (L_0) { goto IL_0037; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_list_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set__syncRoot_1(L_4); goto IL_0037; } IL_0025: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of__syncRoot_1(); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)NULL); } IL_0037: { RuntimeObject * L_8 = (RuntimeObject *)__this->get__syncRoot_1(); return (RuntimeObject *)L_8; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_ICollection_CopyTo_m5385DE72CB8C7B8A13386AE659C31CD97C589BE7_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C* V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0009; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)3, /*hidden argument*/NULL); } IL_0009: { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0018; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)7, /*hidden argument*/NULL); } IL_0018: { RuntimeArray * L_3 = ___array0; NullCheck((RuntimeArray *)L_3); int32_t L_4; L_4 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_3, (int32_t)0, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)6, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)17), (int32_t)4, /*hidden argument*/NULL); } IL_0033: { RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); int32_t L_8 = ___index1; NullCheck((ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *)__this); int32_t L_9; L_9 = (( int32_t (*) (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_0049; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)5, /*hidden argument*/NULL); } IL_0049: { RuntimeArray * L_10 = ___array0; V_0 = (BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C*)((BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C*)IsInst((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C* L_11 = V_0; if (!L_11) { goto IL_0061; } } { RuntimeObject* L_12 = (RuntimeObject*)__this->get_list_0(); BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C* L_13 = V_0; int32_t L_14 = ___index1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker2< BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_12, (BokehBlurParametersU5BU5D_t509D3F4BFB345092661B2D732790FB0F4B0FE98C*)L_13, (int32_t)L_14); return; } IL_0061: { RuntimeArray * L_15 = ___array0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((Type_t *)L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, (Type_t *)L_16); V_1 = (Type_t *)L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); V_2 = (Type_t *)L_19; Type_t * L_20 = V_1; Type_t * L_21 = V_2; NullCheck((Type_t *)L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_20, (Type_t *)L_21); if (L_22) { goto IL_0091; } } { Type_t * L_23 = V_2; Type_t * L_24 = V_1; NullCheck((Type_t *)L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_24); if (L_25) { goto IL_0091; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_0091: { RuntimeArray * L_26 = ___array0; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_3; if (L_27) { goto IL_00a2; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_28 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_28); V_4 = (int32_t)L_29; } IL_00af: try {// begin try (depth: 1) { V_5 = (int32_t)0; goto IL_00d4; } IL_00b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_3; int32_t L_31 = ___index1; int32_t L_32 = (int32_t)L_31; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = (RuntimeObject*)__this->get_list_0(); int32_t L_34 = V_5; NullCheck((RuntimeObject*)L_33); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_35; L_35 = InterfaceFuncInvoker1< BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_34); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_36 = (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_36); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_37); (L_30)->SetAt(static_cast(L_32), (RuntimeObject *)L_37); int32_t L_38 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00d4: { int32_t L_39 = V_5; int32_t L_40 = V_4; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_00b4; } } IL_00da: { goto IL_00e6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.ArrayTypeMismatchException) ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e6; }// end catch (depth: 1) IL_00e6: { return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsFixedSize_m7E00FB7F30ED87CA43430206F3B8919FBC4C4D4E_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsReadOnly_mEB48709D17DF8CE9DD0C62684AABE824C43811E2_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_IList_get_Item_m3B0DB01D7E0504591D50A42BAB54F7F41BAEB5E0_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_2; L_2 = InterfaceFuncInvoker1< BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_3 = (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_3); return (RuntimeObject *)L_4; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_set_Item_mA6AD3AC92685AA1137A41FC9CA35CCDA0D65E786_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_Add_m6A6516776FD004F3B24591F5CF3172F61A6E7A0C_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Clear_mD2C882033D084BEFC80B99E83BE892F7ACD99892_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_IsCompatibleObject_m38EECFB9056F9A1909BE4C1D800130D6120AB8A9_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )); BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_2 = V_0; BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A L_3 = (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6), &L_3); return (bool)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_Contains_m27573C43EDD09097839175137A9E7AB7309AA5A6_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *)__this, (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )((*(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)((BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_IndexOf_mBBC69B9659D39312611B0AA63FF995FDC92DE7E5_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *)__this); int32_t L_3; L_3 = (( int32_t (*) (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *, BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 *)__this, (BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A )((*(BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)((BokehBlurParameters_tA908943500680941624999033C06384E200DDE6A *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Insert_mE5FAEF85C20745A8A43E1DCFD26E7FAC9EAD4EE2_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Remove_mE4674851C77F0BD057223C2E103E89CC603E28DF_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_RemoveAt_mAF57091B5370D8948B7A0188B8A7A17085FD1B52_gshared (ReadOnlyCollection_1_tF09C7EE38AA2EC7ED5AB6D26B13D05CF945C9E11 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_m03EDDC2BD0088062BD0747F5B859EEF2D99E6F50_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; if (L_0) { goto IL_000f; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)7, /*hidden argument*/NULL); } IL_000f: { RuntimeObject* L_1 = ___list0; __this->set_list_0(L_1); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_m736D640DF2D568C1FD5CC7C979434F7F466EB9C8_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0); return (int32_t)L_1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ReadOnlyCollection_1_get_Item_m4BFC97D4384538FA195563597E7FB1949730BFD3_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_2; L_2 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_Contains_m84C63211C502C49BF37E9E50999AE6025C916404_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_1 = ___value0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_1); return (bool)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_CopyTo_mB67518ED6DD6926289AE0835B7BFDC182E2AB64A_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)L_1, (int32_t)L_2); return; } } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m5251CDB9F58C4B7DA7EC28A52AB9A8BBFFD53235_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_IndexOf_m6C4A54EE7F8C81B981D5F672B9BDDE732359341F_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_1 = ___value0; NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_1); return (int32_t)L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m9E419D50D2E4B7EFAE745F0C2B46F1322DAA160E_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { return (bool)1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_get_Item_mF2E1FFFB5FD1CF2AF09B90FEB7DAD2CA79B481C3_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_2; L_2 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_set_Item_m4AD255F6FB74EDDBFE36B347E694EFA59A10B47B_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m7C6B9A643EC256388D91D697D9C2F8A8CD84FEBF_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Clear_mC63D378BF8A02DD3697BD5F5278BE9C58555FD21_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_Insert_mABDB93B9C6CCB217D02F0558FF7822AB0267A252_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m02C5C251F63D82808FAAC58904F494EB8CBBDA4E_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mE7497EA49C1D3CC94C4E9B5538F459196FC636A3_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_System_Collections_IEnumerable_GetEnumerator_mEFA5DAD8BB90E9E7D1DB93C5BA82746DD7933692_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_ICollection_get_IsSynchronized_m0AE4D02788BE4FE95AA2125982467C0283546AE9_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_ICollection_get_SyncRoot_mCD5D09A51472D74D4F2365382FA09381D48F4E53_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_1(); if (L_0) { goto IL_0037; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_list_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set__syncRoot_1(L_4); goto IL_0037; } IL_0025: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of__syncRoot_1(); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)NULL); } IL_0037: { RuntimeObject * L_8 = (RuntimeObject *)__this->get__syncRoot_1(); return (RuntimeObject *)L_8; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_ICollection_CopyTo_mF1AA67CC5B4C018659391958D865FBD6D2CF17DF_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0009; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)3, /*hidden argument*/NULL); } IL_0009: { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0018; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)7, /*hidden argument*/NULL); } IL_0018: { RuntimeArray * L_3 = ___array0; NullCheck((RuntimeArray *)L_3); int32_t L_4; L_4 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_3, (int32_t)0, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)6, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)17), (int32_t)4, /*hidden argument*/NULL); } IL_0033: { RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); int32_t L_8 = ___index1; NullCheck((ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *)__this); int32_t L_9; L_9 = (( int32_t (*) (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_0049; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)5, /*hidden argument*/NULL); } IL_0049: { RuntimeArray * L_10 = ___array0; V_0 = (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)((CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)IsInst((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_11 = V_0; if (!L_11) { goto IL_0061; } } { RuntimeObject* L_12 = (RuntimeObject*)__this->get_list_0(); CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_13 = V_0; int32_t L_14 = ___index1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker2< CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_12, (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)L_13, (int32_t)L_14); return; } IL_0061: { RuntimeArray * L_15 = ___array0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((Type_t *)L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, (Type_t *)L_16); V_1 = (Type_t *)L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); V_2 = (Type_t *)L_19; Type_t * L_20 = V_1; Type_t * L_21 = V_2; NullCheck((Type_t *)L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_20, (Type_t *)L_21); if (L_22) { goto IL_0091; } } { Type_t * L_23 = V_2; Type_t * L_24 = V_1; NullCheck((Type_t *)L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_24); if (L_25) { goto IL_0091; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_0091: { RuntimeArray * L_26 = ___array0; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_3; if (L_27) { goto IL_00a2; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_28 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_28); V_4 = (int32_t)L_29; } IL_00af: try {// begin try (depth: 1) { V_5 = (int32_t)0; goto IL_00d4; } IL_00b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_3; int32_t L_31 = ___index1; int32_t L_32 = (int32_t)L_31; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = (RuntimeObject*)__this->get_list_0(); int32_t L_34 = V_5; NullCheck((RuntimeObject*)L_33); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_35; L_35 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_34); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_36 = (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_36); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_37); (L_30)->SetAt(static_cast(L_32), (RuntimeObject *)L_37); int32_t L_38 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00d4: { int32_t L_39 = V_5; int32_t L_40 = V_4; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_00b4; } } IL_00da: { goto IL_00e6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.ArrayTypeMismatchException) ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e6; }// end catch (depth: 1) IL_00e6: { return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsFixedSize_mFDC6D4B0BC876D5FE0841F6344113B95361E1AB9_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsReadOnly_m13C50D50797D424309378B8AD8BAE437724E9940_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_IList_get_Item_mF8C2C44B7870037B7E274AF7C8AC202B4E3DED1B_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_2; L_2 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_3 = (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_3); return (RuntimeObject *)L_4; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_set_Item_mCFD65CE6DA818F63C30A9653AC384B4E6B4E8F80_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_Add_m3A778B50120BAB734ED23A25F42846C2445C7573_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Clear_m642595225F9F050BA091B09AF4A2B51101B6A439_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_IsCompatibleObject_mF9BCB0CC5E80207124F1531BBB57AE36CDB17E6A_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_2 = V_0; CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_3 = (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6), &L_3); return (bool)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_Contains_m95F7845C553CFE3B69FA205B4D658A50A7E1F536_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *)__this, (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )((*(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA *)((CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_IndexOf_mB133EB8DDA0C35BAD009F6484043CC3C6ACEF7F6_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *)__this); int32_t L_3; L_3 = (( int32_t (*) (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 *)__this, (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )((*(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA *)((CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Insert_m2F331159BB2F4782680939A66DAE27646B5FC37C_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Remove_m448A233C5DF5AC45768D5315C37CB7FC6A57D89F_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_RemoveAt_mB5085D8DC4FA66E09B93353F6C372CBE07154943_gshared (ReadOnlyCollection_1_t02BB5C6352D96419CA6197B50B8B18B3F6A95AE0 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_m7EA88BA4BBBE14B88D4DBBF14AFBB136756CF9A3_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; if (L_0) { goto IL_000f; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)7, /*hidden argument*/NULL); } IL_000f: { RuntimeObject* L_1 = ___list0; __this->set_list_0(L_1); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mF6F24336D702AB0E175BF95DE0B3C982DD183CF1_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0); return (int32_t)L_1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ReadOnlyCollection_1_get_Item_m150489ACFE2C27BFC4CAEC66E35138EA31F8FE82_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_2; L_2 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_Contains_m2235A9CE23C6B159850867EF556596F782BB3712_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_1 = ___value0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_1); return (bool)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_CopyTo_m5D9A74651B38026FA986AA6430D8A35DCFAC1998_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)L_1, (int32_t)L_2); return; } } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m8B3C773258BFD4D765BD12E6590B0E716C436D92_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_IndexOf_mAFFDB5D7030F04E7A1EA32A1871FAB3EA60A8803_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_1 = ___value0; NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_1); return (int32_t)L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_mF75C45D87F8EDDFC67EC68FB14481FCFCDFB24A1_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { return (bool)1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_get_Item_m5622552CB78FD83AF6CD1C276D68B25331B72661_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_2; L_2 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_set_Item_m7F2A5FA50093BE656DDA6C71A3A2228ECF693180_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Add_mA3C451BBD9C65A2CE9D12C3A3A7DBE26075332BC_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Clear_mBDDF794E50A3663413E065ACAC05AD82AD9F5155_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_Insert_m413182D3DC2CA0515FC3E946424978AFE71AB50A_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m669ACB62506871CE576353E3833D18F9608991B5_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mC60815F5BC89E4FD0DCA56C9BF5B7819C0ECB29C_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_System_Collections_IEnumerable_GetEnumerator_m380FBF21C104202A7AF0646F9F3D2A807DA5DB8D_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_ICollection_get_IsSynchronized_mD35BB2A217CA3725AEADEB6B2759D2176279936E_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_ICollection_get_SyncRoot_mA8A8F9807864E305A2409BBE59FCBBF507A40B22_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_1(); if (L_0) { goto IL_0037; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_list_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set__syncRoot_1(L_4); goto IL_0037; } IL_0025: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of__syncRoot_1(); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)NULL); } IL_0037: { RuntimeObject * L_8 = (RuntimeObject *)__this->get__syncRoot_1(); return (RuntimeObject *)L_8; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_ICollection_CopyTo_mCDA696E42FE1EFB6DD640B95D6A2E14684F1B849_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0009; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)3, /*hidden argument*/NULL); } IL_0009: { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0018; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)7, /*hidden argument*/NULL); } IL_0018: { RuntimeArray * L_3 = ___array0; NullCheck((RuntimeArray *)L_3); int32_t L_4; L_4 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_3, (int32_t)0, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)6, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)17), (int32_t)4, /*hidden argument*/NULL); } IL_0033: { RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); int32_t L_8 = ___index1; NullCheck((ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *)__this); int32_t L_9; L_9 = (( int32_t (*) (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_0049; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)5, /*hidden argument*/NULL); } IL_0049: { RuntimeArray * L_10 = ___array0; V_0 = (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)((CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)IsInst((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_11 = V_0; if (!L_11) { goto IL_0061; } } { RuntimeObject* L_12 = (RuntimeObject*)__this->get_list_0(); CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_13 = V_0; int32_t L_14 = ___index1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker2< CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_12, (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)L_13, (int32_t)L_14); return; } IL_0061: { RuntimeArray * L_15 = ___array0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((Type_t *)L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, (Type_t *)L_16); V_1 = (Type_t *)L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); V_2 = (Type_t *)L_19; Type_t * L_20 = V_1; Type_t * L_21 = V_2; NullCheck((Type_t *)L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_20, (Type_t *)L_21); if (L_22) { goto IL_0091; } } { Type_t * L_23 = V_2; Type_t * L_24 = V_1; NullCheck((Type_t *)L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_24); if (L_25) { goto IL_0091; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_0091: { RuntimeArray * L_26 = ___array0; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_3; if (L_27) { goto IL_00a2; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_28 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_28); V_4 = (int32_t)L_29; } IL_00af: try {// begin try (depth: 1) { V_5 = (int32_t)0; goto IL_00d4; } IL_00b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_3; int32_t L_31 = ___index1; int32_t L_32 = (int32_t)L_31; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = (RuntimeObject*)__this->get_list_0(); int32_t L_34 = V_5; NullCheck((RuntimeObject*)L_33); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_35; L_35 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_34); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_36 = (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_36); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_37); (L_30)->SetAt(static_cast(L_32), (RuntimeObject *)L_37); int32_t L_38 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00d4: { int32_t L_39 = V_5; int32_t L_40 = V_4; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_00b4; } } IL_00da: { goto IL_00e6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.ArrayTypeMismatchException) ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e6; }// end catch (depth: 1) IL_00e6: { return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsFixedSize_mF95B4D8856B6246502A72BC482A4A1790B3EDC16_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsReadOnly_mE3E746D6EA83CD29A7F3DB96E88BC666A8485303_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_IList_get_Item_m1168CE7B1CCD8FED6B3F6CC50FF5B0C10F790198_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_2; L_2 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_3 = (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6), &L_3); return (RuntimeObject *)L_4; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_set_Item_m42AFF35D7BB9411ED601378492B0415FA724A468_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_Add_mE9E394DF2990CDC9BA75DD7F69DD2CC733BCEDA8_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Clear_m1F10D2D0CFB72FDE846EF3E6032D69C44DDDB521_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_IsCompatibleObject_m17592EE4D7D3B338A09DEAE5B2402FC72EE7557F_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_2 = V_0; CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_3 = (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6), &L_3); return (bool)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_Contains_m18207D2F683DF7925612204E4F900E6D10D7B501_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *)__this, (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )((*(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)((CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_IndexOf_m0B51029DADCA88BB7F074CCEE1760FEB35CBEF16_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *)__this); int32_t L_3; L_3 = (( int32_t (*) (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 *)__this, (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )((*(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)((CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Insert_m779DCE8D7DF3C3CC7FB3ACB0910DC2B5D4E10845_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Remove_m49A4A90B6646111E1F83AD543DB394AC93010A23_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_RemoveAt_m7AEB35746E9B5FC54384438D9C9DC5421FC29FF8_gshared (ReadOnlyCollection_1_t8838EC5DC5D2BD0C82AEA8EAE373E5AE9F09B294 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_m869C40E83BEA3D2FE3526FA0E2248E762A3B809D_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; if (L_0) { goto IL_000f; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)7, /*hidden argument*/NULL); } IL_000f: { RuntimeObject* L_1 = ___list0; __this->set_list_0(L_1); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_m2D719EE02B7FE98B5D6E9515334C594836D2C0C7_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0); return (int32_t)L_1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_get_Item_m84A039430DD159C4D4EDE7A069267E8CAC923748_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (RuntimeObject *)L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_Contains_m2FA3B7A201025221ED77DC50C949C3A6E362C4B0_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (RuntimeObject *)L_1); return (bool)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_CopyTo_m028B5E5E30E71A75C87041592A1B84C150CFBD2A_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; int32_t L_2 = ___index1; NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, (int32_t)L_2); return; } } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m657621A58AD925E4F57730D3F2D68FB5CE771D10_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_IndexOf_mF229483CF4E1A8F6F90D1E11ABF9665173000CA2_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (RuntimeObject *)L_1); return (int32_t)L_2; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_mC88B2CD1D342FDF3B26FC6095AAAB13DA0D4A6B3_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { return (bool)1; } } // T System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_get_Item_mD1355101F67E7182794475BCE98C89899B78ABB4_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (RuntimeObject *)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_set_Item_m96F8F4D050356FED810B878343CFE1CB33F2B2E3_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m61FE665BEF5B5A161BCC23318F9FC6BEA7417E7D_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Clear_m2FFA76CA7E0FCD9FEAC7FB3EBBC701F74CC87DF5_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_Insert_mFBC989A4F4C53140EDDADD3E70EBDE9DCB94B464_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m138C29522624AA1AA3DA5ADFDBCEE5C06345126A_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mC14724FBDDF76FB15528F0B75009B652E760D528_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_System_Collections_IEnumerable_GetEnumerator_mCD18249AD9D761049EE55D0636032982C1C9F243_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_ICollection_get_IsSynchronized_m06154C765EE50CB89B7175E1DE253B388A2A6252_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_ICollection_get_SyncRoot_mFC56C5AE2DE0A4D47EFB7D450A5F8BD38D183322_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_1(); if (L_0) { goto IL_0037; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_list_0(); V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); __this->set__syncRoot_1(L_4); goto IL_0037; } IL_0025: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of__syncRoot_1(); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)NULL); } IL_0037: { RuntimeObject * L_8 = (RuntimeObject *)__this->get__syncRoot_1(); return (RuntimeObject *)L_8; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_ICollection_CopyTo_mB67BFDF2B527A8CEDB4C2865B0E8ACC240C06112_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0009; } } { ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5((int32_t)3, /*hidden argument*/NULL); } IL_0009: { RuntimeArray * L_1 = ___array0; NullCheck((RuntimeArray *)L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0018; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)7, /*hidden argument*/NULL); } IL_0018: { RuntimeArray * L_3 = ___array0; NullCheck((RuntimeArray *)L_3); int32_t L_4; L_4 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_3, (int32_t)0, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)6, /*hidden argument*/NULL); } IL_0027: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11((int32_t)((int32_t)17), (int32_t)4, /*hidden argument*/NULL); } IL_0033: { RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); int32_t L_8 = ___index1; NullCheck((ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)__this); int32_t L_9; L_9 = (( int32_t (*) (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_0049; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)5, /*hidden argument*/NULL); } IL_0049: { RuntimeArray * L_10 = ___array0; V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_0; if (!L_11) { goto IL_0061; } } { RuntimeObject* L_12 = (RuntimeObject*)__this->get_list_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_0; int32_t L_14 = ___index1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(T[],System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_12, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_13, (int32_t)L_14); return; } IL_0061: { RuntimeArray * L_15 = ___array0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((Type_t *)L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, (Type_t *)L_16); V_1 = (Type_t *)L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); V_2 = (Type_t *)L_19; Type_t * L_20 = V_1; Type_t * L_21 = V_2; NullCheck((Type_t *)L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_20, (Type_t *)L_21); if (L_22) { goto IL_0091; } } { Type_t * L_23 = V_2; Type_t * L_24 = V_1; NullCheck((Type_t *)L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_24); if (L_25) { goto IL_0091; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_0091: { RuntimeArray * L_26 = ___array0; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_26, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_3; if (L_27) { goto IL_00a2; } } { ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_28 = (RuntimeObject*)__this->get_list_0(); NullCheck((RuntimeObject*)L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (RuntimeObject*)L_28); V_4 = (int32_t)L_29; } IL_00af: try {// begin try (depth: 1) { V_5 = (int32_t)0; goto IL_00d4; } IL_00b4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_3; int32_t L_31 = ___index1; int32_t L_32 = (int32_t)L_31; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); RuntimeObject* L_33 = (RuntimeObject*)__this->get_list_0(); int32_t L_34 = V_5; NullCheck((RuntimeObject*)L_33); RuntimeObject * L_35; L_35 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_33, (int32_t)L_34); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_35); (L_30)->SetAt(static_cast(L_32), (RuntimeObject *)L_35); int32_t L_36 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00d4: { int32_t L_37 = V_5; int32_t L_38 = V_4; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_00b4; } } IL_00da: { goto IL_00e6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } throw e; } CATCH_00dc: {// begin catch(System.ArrayTypeMismatchException) ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A((int32_t)((int32_t)18), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e6; }// end catch (depth: 1) IL_00e6: { return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsFixedSize_m5A73C95783A6564D699691BEE687BB67A67C9D58_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_get_IsReadOnly_m7573E99B7118813CA97795A165CC0EB01B7A86F0_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_System_Collections_IList_get_Item_mDDEB20B53AA922998D9018C247C472D3937DF38F_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_list_0(); int32_t L_1 = ___index0; NullCheck((RuntimeObject*)L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), (RuntimeObject*)L_0, (int32_t)L_1); return (RuntimeObject *)L_2; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_set_Item_m6D55D340A6B38B289D590605A7363C933B32C1E3_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_Add_mBE1B08C4EEC8A211909AB7F95B44A17097396ED7_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Clear_mC1FF0192037C29BAFB58B2811D78E30559D88847_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::IsCompatibleObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_IsCompatibleObject_m78A3E1647C2ED83B76F6EA30E4AB61FFCF2AD3A7_gshared (RuntimeObject * ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 6)))) { goto IL_001f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_001d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_001d: { return (bool)0; } IL_001f: { return (bool)1; } } // System.Boolean System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollection_1_System_Collections_IList_Contains_mB46A345349EE20AE5A34205F05FB150183439B10_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)__this); bool L_3; L_3 = (( bool (*) (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_System_Collections_IList_IndexOf_m00721ACCB402BE1BFEC4A332292719ADC053B4F4_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)__this); int32_t L_3; L_3 = (( int32_t (*) (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return (int32_t)L_3; } IL_0015: { return (int32_t)(-1); } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Insert_m8FFB7B74031610605DAB6E0B6A03E99DD48C920D_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_Remove_m5FCF844190884920DA8B891DD4C05A023E847FF6_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_System_Collections_IList_RemoveAt_mBE5AAD6D030712DB038D8515F166CB63C289F5B1_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, const RuntimeMethod* method) { { ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E((int32_t)((int32_t)28), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 )); return; } IL_000b: { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 ReadOnlyMemory_1_op_Implicit_m06D997B78AD6B8D7C0AF66ED4EF0106709667E70_gshared (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = ___array0; ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_inline((&L_1), (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mD59B67B303F89717A63D6A9B2DD6F1574CA57846_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mD59B67B303F89717A63D6A9B2DD6F1574CA57846_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mD59B67B303F89717A63D6A9B2DD6F1574CA57846(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mF1B8F2385A89937E2E91EECC68AAF566FBC25252_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_7; L_7 = ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_inline((ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mF1B8F2385A89937E2E91EECC68AAF566FBC25252_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mF1B8F2385A89937E2E91EECC68AAF566FBC25252(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)((MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 L_2; L_2 = VirtualFuncInvoker0< Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)((MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 L_5; L_5 = Span_1_Slice_m288451D99A0C04789A89013497F09D005ABB3EB3_inline((Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 *)(Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_6; L_6 = (( ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 (*) (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_15; L_15 = (( Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_inline((&L_19), (Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_22; L_22 = ReadOnlySpan_1_Slice_m8C2A09D18F8652F88B8A68E692363CD369C0EF40_inline((ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *)(ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mF2E24076785295E28DF8304ED87E2D30EA9B35D4_inline((&L_27), (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)((MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_28 = V_2; return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m564E0750B0555588B2A4FF9DAB5CEFCA810EBA4A_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 )((*(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)((ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651((ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)__this, (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 )((*(Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 *)((Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 L_8 = V_2; ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 L_9; L_9 = (( ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 (*) (Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t207FB8D7F3837900B5F0744EE22E8F703E809201 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651((ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 *)__this, (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m564E0750B0555588B2A4FF9DAB5CEFCA810EBA4A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m564E0750B0555588B2A4FF9DAB5CEFCA810EBA4A(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m6227640F022B42F32F61A08754D6146820F58651(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m7BC520755FC4F678E9E3E866405EFC3F8A7167EF_gshared (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m7BC520755FC4F678E9E3E866405EFC3F8A7167EF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m7BC520755FC4F678E9E3E866405EFC3F8A7167EF(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m92724C23DF2EDDD1FC1FC713245C52348A83C66A_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mD9B125385B91CF959E87EEF70DAAECE3D944BDE2_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA )); return; } IL_000b: { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA ReadOnlyMemory_1_op_Implicit_mC25E28155F6FA755A7147C0B02D021055BFB6B23_gshared (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = ___array0; ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_inline((&L_1), (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m364D2E56835348C627AD557A42EA7F67D718F08E_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m364D2E56835348C627AD557A42EA7F67D718F08E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m364D2E56835348C627AD557A42EA7F67D718F08E(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mCB583B029E1BDDA2498AEF09744BD73FEB879BC7_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_7; L_7 = ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_inline((ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mCB583B029E1BDDA2498AEF09744BD73FEB879BC7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mCB583B029E1BDDA2498AEF09744BD73FEB879BC7(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)((MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 L_2; L_2 = VirtualFuncInvoker0< Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)((MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 L_5; L_5 = Span_1_Slice_m5BC5FCB3DDA42A6AD8932A0CE97503C22E92A37E_inline((Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 *)(Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_6; L_6 = (( ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 (*) (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_15; L_15 = (( Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_inline((&L_19), (Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_22; L_22 = ReadOnlySpan_1_Slice_mB8B8A270FBF6015EE0CB4D4235C4594605FA2CEE_inline((ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *)(ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m6352E75877D156978AF093AD5B8969D3275FA542_inline((&L_27), (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)((MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_28 = V_2; return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m9C6AA08345F189D3CBE760F03C913D5E2FDCFE62_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA )((*(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)((ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968((ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)__this, (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 )((*(Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 *)((Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 L_8 = V_2; ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA L_9; L_9 = (( ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA (*) (Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t4E8593A2EE546CD7081FA0197C1E05B844C38471 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968((ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA *)__this, (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m9C6AA08345F189D3CBE760F03C913D5E2FDCFE62_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m9C6AA08345F189D3CBE760F03C913D5E2FDCFE62(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m10D28CEF1FAA60D0D204EE69E2B18D2DCDC3B968(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m83C7163A926559CC146371FD71A05EB765CBFF71_gshared (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m83C7163A926559CC146371FD71A05EB765CBFF71_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m83C7163A926559CC146371FD71A05EB765CBFF71(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mB07ED341B24976732A8A1A5C186CBDA77CB2F87F_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m9E7A1E0627D082F80DCF63D75C2932BD46DE9F2B_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 )); return; } IL_000b: { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 ReadOnlyMemory_1_op_Implicit_m166301B181B0AD1D3BDE4071BC49326990FEF65F_gshared (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = ___array0; ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_inline((&L_1), (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mA40A234F24FBE55FD5EEF86CDAA0B05EC6752B8B_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mA40A234F24FBE55FD5EEF86CDAA0B05EC6752B8B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mA40A234F24FBE55FD5EEF86CDAA0B05EC6752B8B(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mA51470DD237E6BB4B6E3A746C80643D78964615D_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_7; L_7 = ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_inline((ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mA51470DD237E6BB4B6E3A746C80643D78964615D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mA51470DD237E6BB4B6E3A746C80643D78964615D(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)((MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB L_2; L_2 = VirtualFuncInvoker0< Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)((MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB L_5; L_5 = Span_1_Slice_m92D3200B2FE0244C8D93BDF54F1F93400068655F_inline((Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB *)(Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_6; L_6 = (( ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 (*) (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_15; L_15 = (( Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_inline((&L_19), (Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_22; L_22 = ReadOnlySpan_1_Slice_m665D05A4FC3F24CB123636F49E7DDC80BB90490C_inline((ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *)(ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mBA6F0AFE849C3B6CCA62F89C72FFA08636F06577_inline((&L_27), (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)((MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_28 = V_2; return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m4D42E71AF1F3ADB5270673D9154EAE02A9E760D2_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 )((*(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)((ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78((ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)__this, (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 )((*(Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 *)((Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 L_8 = V_2; ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 L_9; L_9 = (( ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 (*) (Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t9EE827C33711A426FCD71B404E2A674FD9574539 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78((ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 *)__this, (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m4D42E71AF1F3ADB5270673D9154EAE02A9E760D2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m4D42E71AF1F3ADB5270673D9154EAE02A9E760D2(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mE554F489FF7A64D6D570EE330E0C8DA431D33F78(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m0F1C620017EF412F83590F7E681B57D94896043B_gshared (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m0F1C620017EF412F83590F7E681B57D94896043B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m0F1C620017EF412F83590F7E681B57D94896043B(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mB90ACD8F75F5F575B7AA38C4D538BB5B13078CD7_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m3D908522A5885B240A49F940454936312E981D4F_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 )); return; } IL_000b: { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 ReadOnlyMemory_1_op_Implicit_m3EF2C62049B5EA434DE3A20A54B22648C9623F8B_gshared (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = ___array0; ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_inline((&L_1), (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m4AD3C7B008BBFAC60402D3B439C510206AAFBC5F_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m4AD3C7B008BBFAC60402D3B439C510206AAFBC5F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m4AD3C7B008BBFAC60402D3B439C510206AAFBC5F(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m751FAA15CF3ACE7F6DBC2F930C387859F59513D7_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_7; L_7 = ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_inline((ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m751FAA15CF3ACE7F6DBC2F930C387859F59513D7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m751FAA15CF3ACE7F6DBC2F930C387859F59513D7(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)((MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 L_2; L_2 = VirtualFuncInvoker0< Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)((MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 L_5; L_5 = Span_1_Slice_m9C4A54F7B0F1BE9D93FB7368E3E952C52D151195_inline((Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 *)(Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_6; L_6 = (( ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 (*) (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_15; L_15 = (( Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_inline((&L_19), (Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_22; L_22 = ReadOnlySpan_1_Slice_mAC680D137D6057415E2889CCA8D4E5EB24BAA0E3_inline((ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *)(ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mD7F973FE4AFEB5E33ED06AF6388CF48B010F84B0_inline((&L_27), (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)((MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_28 = V_2; return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m703D4BB0E38C1F930BC3627972632EB13F0251E8_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 )((*(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)((ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938((ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)__this, (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 )((*(Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 *)((Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 L_8 = V_2; ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 L_9; L_9 = (( ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 (*) (Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t38FDAF46A8610C6C6E512EF43C47790214307696 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938((ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 *)__this, (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m703D4BB0E38C1F930BC3627972632EB13F0251E8_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m703D4BB0E38C1F930BC3627972632EB13F0251E8(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mF621457EB5D41A34B75DE86000DABD6A6C725938(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mAFF4E2B3AC0457959D06AF5777843F4BA2D61DA9_gshared (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mAFF4E2B3AC0457959D06AF5777843F4BA2D61DA9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mAFF4E2B3AC0457959D06AF5777843F4BA2D61DA9(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mF65296E31F86BD58F23063CFDC467769A1C2751D_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mD917B7D65E9E6C5A03F207180D0717E142D2ED07_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C )); return; } IL_000b: { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C ReadOnlyMemory_1_op_Implicit_mCDBE910B36E55F2137AB715BAAB36A62050C9C9D_gshared (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = ___array0; ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_inline((&L_1), (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m3B92D8596449EEF7F1EB2832A7D65BF517DFC5C4_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m3B92D8596449EEF7F1EB2832A7D65BF517DFC5C4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m3B92D8596449EEF7F1EB2832A7D65BF517DFC5C4(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mFBFF68101A795B8B42D6A2B950DFEC57EA6924B7_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_7; L_7 = ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_inline((ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mFBFF68101A795B8B42D6A2B950DFEC57EA6924B7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mFBFF68101A795B8B42D6A2B950DFEC57EA6924B7(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)((MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 L_2; L_2 = VirtualFuncInvoker0< Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)((MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 L_5; L_5 = Span_1_Slice_m583E37C3A1A51A3CC300E1DD7B6F54AD08E1FF1D_inline((Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 *)(Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_6; L_6 = (( ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 (*) (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_15; L_15 = (( Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_inline((&L_19), (Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_22; L_22 = ReadOnlySpan_1_Slice_mCDA07346338B4260EBFF80E4B24F290869B6F2D6_inline((ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *)(ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m66EC94D7FD1C70B9657077560382CC21711F3FBA_inline((&L_27), (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)((MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_28 = V_2; return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m3AE8E2834E8BC2FD7FD6D47AAF0F5A705377BB5B_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_tF6B004411E05421516F33EC7213A5117F222236B V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C )((*(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)((ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49((ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)__this, (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_tF6B004411E05421516F33EC7213A5117F222236B )((*(Memory_1_tF6B004411E05421516F33EC7213A5117F222236B *)((Memory_1_tF6B004411E05421516F33EC7213A5117F222236B *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_tF6B004411E05421516F33EC7213A5117F222236B L_8 = V_2; ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C L_9; L_9 = (( ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C (*) (Memory_1_tF6B004411E05421516F33EC7213A5117F222236B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_tF6B004411E05421516F33EC7213A5117F222236B )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49((ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C *)__this, (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m3AE8E2834E8BC2FD7FD6D47AAF0F5A705377BB5B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m3AE8E2834E8BC2FD7FD6D47AAF0F5A705377BB5B(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m24E12B83D1FD327AE96E8E1E6A8E96B62ACEFA49(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m75C45E0673B9DD30A4FBEB48F60B1AE0CE7CC303_gshared (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m75C45E0673B9DD30A4FBEB48F60B1AE0CE7CC303_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m75C45E0673B9DD30A4FBEB48F60B1AE0CE7CC303(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m88D1EFFDE1745C1BED8CF281D21501DCCE1A5CC3_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mC7071227921B3B7A765BA1F3DFE201DD0E85DF9B_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 )); return; } IL_000b: { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 ReadOnlyMemory_1_op_Implicit_m5DA75A32B2113D38ACCE0B970634AB5E91E370EF_gshared (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = ___array0; ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_inline((&L_1), (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mF0FA39E115481426C622E922C6178ED303B612EA_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mF0FA39E115481426C622E922C6178ED303B612EA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mF0FA39E115481426C622E922C6178ED303B612EA(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m0AED2F5523B32E8C27684C29679732B4C2BAE6F9_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_7; L_7 = ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_inline((ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m0AED2F5523B32E8C27684C29679732B4C2BAE6F9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m0AED2F5523B32E8C27684C29679732B4C2BAE6F9(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)((MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB L_2; L_2 = VirtualFuncInvoker0< Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)((MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB L_5; L_5 = Span_1_Slice_m72C9C3DE110BA9A171BDB97A8430A8AB5514B58E_inline((Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB *)(Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_6; L_6 = (( ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 (*) (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_15; L_15 = (( Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_inline((&L_19), (Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_22; L_22 = ReadOnlySpan_1_Slice_mF0057A0AE339B67980F83468F1D07C6AE4A7BBBA_inline((ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *)(ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mE128FF7A858015DB4DAE16F611CC82D9A26F5DC2_inline((&L_27), (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)((MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_28 = V_2; return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m1744ECA3B144656BB6E7675787C173EBAB1B40CB_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 )((*(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)((ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F((ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)__this, (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A )((*(Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A *)((Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A L_8 = V_2; ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 L_9; L_9 = (( ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 (*) (Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t16F380BF3C8D9A34FB625757EEBB7032629D803A )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F((ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 *)__this, (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m1744ECA3B144656BB6E7675787C173EBAB1B40CB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m1744ECA3B144656BB6E7675787C173EBAB1B40CB(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mFB7A456C620E1B5F3C99F271B983677DE39E2B9F(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m1CDD73C86F9388E090E2269EA14BCC5D38476567_gshared (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m1CDD73C86F9388E090E2269EA14BCC5D38476567_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m1CDD73C86F9388E090E2269EA14BCC5D38476567(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m15008E7B1BC4931F255BDD564DC67FBAA46D3D14_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m08E905DDB63BB370B514E162B278B715A04526ED_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 )); return; } IL_000b: { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 ReadOnlyMemory_1_op_Implicit_m19775F9119549247DA55D485BD8B3D3C127B62EE_gshared (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = ___array0; ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_inline((&L_1), (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mAB2F6DEA6FBA5A1343B0FA2F8F6866704EC480C8_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mAB2F6DEA6FBA5A1343B0FA2F8F6866704EC480C8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mAB2F6DEA6FBA5A1343B0FA2F8F6866704EC480C8(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m871578517C6260160E96675E367FF46855D7F075_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_7; L_7 = ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_inline((ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m871578517C6260160E96675E367FF46855D7F075_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m871578517C6260160E96675E367FF46855D7F075(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)((MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B L_2; L_2 = VirtualFuncInvoker0< Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)((MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B L_5; L_5 = Span_1_Slice_mE61FCC5BD43A3A95CCED4A05EE3C16E0EF7BAD78_inline((Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B *)(Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_6; L_6 = (( ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 (*) (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_15; L_15 = (( Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_inline((&L_19), (Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_22; L_22 = ReadOnlySpan_1_Slice_m3D4FEC9BE4FEDA4BFEAFA4D50452513181847F86_inline((ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *)(ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m102ACAC21099DF456060B8F081F2CC540203D6C9_inline((&L_27), (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)((MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_28 = V_2; return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m0FD6A31548389B38FBD82B5907B387D92D47D911_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 )((*(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)((ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76((ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)__this, (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB )((*(Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB *)((Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB L_8 = V_2; ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 L_9; L_9 = (( ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 (*) (Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t62B36DF6C5579C7927541FE8EFBABC2AF46EA5EB )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76((ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 *)__this, (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m0FD6A31548389B38FBD82B5907B387D92D47D911_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m0FD6A31548389B38FBD82B5907B387D92D47D911(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m978E01325EE7A6B4E793F752833372EFFAADCB76(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mF5732537C69BB85FB4A3892193C9E923C436B9E7_gshared (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mF5732537C69BB85FB4A3892193C9E923C436B9E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mF5732537C69BB85FB4A3892193C9E923C436B9E7(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m0AAD6D2191D1D5D9395AA7DC07906C4B0BC0D03A_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m2D8790FB1AB95D0F790099A259C1C93534B9D846_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED )); return; } IL_000b: { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED ReadOnlyMemory_1_op_Implicit_m13FAA595E36B92A8B733D4142A633E8C80920803_gshared (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = ___array0; ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_inline((&L_1), (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m9B35AE1CCEB39B4D7806F776D707524D5481FFB8_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m9B35AE1CCEB39B4D7806F776D707524D5481FFB8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m9B35AE1CCEB39B4D7806F776D707524D5481FFB8(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mE0E6D7EECAA950F5139FC74E8206C5E408D05623_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_7; L_7 = ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_inline((ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mE0E6D7EECAA950F5139FC74E8206C5E408D05623_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mE0E6D7EECAA950F5139FC74E8206C5E408D05623(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)((MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 L_2; L_2 = VirtualFuncInvoker0< Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)((MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 L_5; L_5 = Span_1_Slice_m989617006FB0E939EC97B691F43D1E39BA8D2CD9_inline((Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 *)(Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_6; L_6 = (( ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 (*) (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_15; L_15 = (( Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_inline((&L_19), (Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_22; L_22 = ReadOnlySpan_1_Slice_m1559B38041ED840816B96AD19FB50551C33D46D4_inline((ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *)(ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m2C81DE22DAA92939670CEADB701FD8D5B20712FB_inline((&L_27), (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)((MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_28 = V_2; return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m8350554A88FE4B1B5511EE028F0E94C997CAD960_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED )((*(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)((ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD((ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)__this, (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E )((*(Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E *)((Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E L_8 = V_2; ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED L_9; L_9 = (( ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED (*) (Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t2920A6D3746AF41B205EFB6C9241E5D171F4249E )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD((ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED *)__this, (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m8350554A88FE4B1B5511EE028F0E94C997CAD960_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m8350554A88FE4B1B5511EE028F0E94C997CAD960(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mD2B7976F5EFB9A9DC9939F757A53DD648A4933BD(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m426D06D572D63A7A56506931F193C7D728E60CD3_gshared (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m426D06D572D63A7A56506931F193C7D728E60CD3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m426D06D572D63A7A56506931F193C7D728E60CD3(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mA8AD3BE5BA069B124D5FE779E4EA4D15FAF368D5_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mC7A5F6A9361FE43399944DB5D1F62B972C745288_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 )); return; } IL_000b: { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 ReadOnlyMemory_1_op_Implicit_m721C014D31A031E4838B82DF5C23C40A5D1BB8B5_gshared (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = ___array0; ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_inline((&L_1), (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mE83F33A04482672F247A74E496C6E9AD6B4CD8E4_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mE83F33A04482672F247A74E496C6E9AD6B4CD8E4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mE83F33A04482672F247A74E496C6E9AD6B4CD8E4(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mB84F26B7C035A734CAB9C9AE30D452747648DBA7_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_7; L_7 = ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_inline((ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mB84F26B7C035A734CAB9C9AE30D452747648DBA7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mB84F26B7C035A734CAB9C9AE30D452747648DBA7(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)((MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 L_2; L_2 = VirtualFuncInvoker0< Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)((MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 L_5; L_5 = Span_1_Slice_m9F36D735366649E805C0DA7126BC3F85D125BEF1_inline((Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 *)(Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_6; L_6 = (( ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 (*) (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_15; L_15 = (( Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_inline((&L_19), (Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_22; L_22 = ReadOnlySpan_1_Slice_mE5455174D35E34647B701472BDE0F17691746946_inline((ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *)(ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mAE50B7B23FB4A2D18FBDDD7DE33341C230427779_inline((&L_27), (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)((MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_28 = V_2; return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mC6740A4BF50631C53F50FA42A5B4FE4936A3E4F1_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 )((*(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)((ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB((ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)__this, (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 )((*(Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 *)((Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 L_8 = V_2; ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 L_9; L_9 = (( ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 (*) (Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t1FD56BB6EAAC5426C7ECAF2983C083CD706ABDD5 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB((ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 *)__this, (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mC6740A4BF50631C53F50FA42A5B4FE4936A3E4F1_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mC6740A4BF50631C53F50FA42A5B4FE4936A3E4F1(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mBA6B1E8F6AF2C91E5B4F94A2D55F36005AEE7AFB(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mCB20E7278BF6D1010DCE4C131E48D293DD35F1B1_gshared (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mCB20E7278BF6D1010DCE4C131E48D293DD35F1B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mCB20E7278BF6D1010DCE4C131E48D293DD35F1B1(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m2EAF2AD86B172AC959A7358DF8815C198C949F28_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mBFD391B4F97F0E85D7E7ABEE903B5ACCA5123230_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 )); return; } IL_000b: { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 ReadOnlyMemory_1_op_Implicit_mEAF1117FA7B84197D5CBBD05E73A487AB4B840F9_gshared (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = ___array0; ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_inline((&L_1), (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m265BACDCDBE332C7D7663A89328067C8F51347C4_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m265BACDCDBE332C7D7663A89328067C8F51347C4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m265BACDCDBE332C7D7663A89328067C8F51347C4(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m745FD23F069B52A01BD7A5A606EE6F4E5405648A_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_7; L_7 = ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_inline((ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m745FD23F069B52A01BD7A5A606EE6F4E5405648A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m745FD23F069B52A01BD7A5A606EE6F4E5405648A(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)((MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 L_2; L_2 = VirtualFuncInvoker0< Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)((MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 L_5; L_5 = Span_1_Slice_mB886B6872ED2414038014150DEC21649BC10DC32_inline((Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 *)(Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_6; L_6 = (( ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF (*) (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_15; L_15 = (( Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_inline((&L_19), (Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_22; L_22 = ReadOnlySpan_1_Slice_m82EE371BDAB26B86BD74613024EAAD7DEB686F43_inline((ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *)(ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mDE658CDF3279ABE3C350D08D7C9EF33F86511582_inline((&L_27), (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)((MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_28 = V_2; return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mE80FA6DF0A65D62BB453C87C8DA573BBA05535DF_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 )((*(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)((ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676((ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)__this, (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 )((*(Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 *)((Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 L_8 = V_2; ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 L_9; L_9 = (( ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 (*) (Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t7D576B0D32875DAE2521A780DA68FE4A0AADCC90 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676((ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 *)__this, (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mE80FA6DF0A65D62BB453C87C8DA573BBA05535DF_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mE80FA6DF0A65D62BB453C87C8DA573BBA05535DF(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mAD4F91CF906EAC001DF9DDEDC193FB8AB6CAB676(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m7E3C3A163B6F24E97313E99BC35B937C53E9A45B_gshared (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m7E3C3A163B6F24E97313E99BC35B937C53E9A45B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m7E3C3A163B6F24E97313E99BC35B937C53E9A45B(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mB9CBF9CAE742723BBDD4890E4967829D381EE851_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mE549DFC14A78D879FEB0D68B3AD906FF33226A4A_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 )); return; } IL_000b: { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 ReadOnlyMemory_1_op_Implicit_mFD1F11453ACAD5FD419FE58C6E5DD110B8F991A2_gshared (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = ___array0; ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_inline((&L_1), (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mDB1FA3349863E18DBF39F0B10BA174D643219AAE_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mDB1FA3349863E18DBF39F0B10BA174D643219AAE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mDB1FA3349863E18DBF39F0B10BA174D643219AAE(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m1919F3B226EF4A48A8D510A5B48BA206D2C8F01E_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_7; L_7 = ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_inline((ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m1919F3B226EF4A48A8D510A5B48BA206D2C8F01E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m1919F3B226EF4A48A8D510A5B48BA206D2C8F01E(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)((MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 L_2; L_2 = VirtualFuncInvoker0< Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)((MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 L_5; L_5 = Span_1_Slice_m34EAA4393C42DF48AD3059E8805AA375C7F1775B_inline((Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 *)(Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_6; L_6 = (( ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 (*) (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_15; L_15 = (( Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_inline((&L_19), (Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_22; L_22 = ReadOnlySpan_1_Slice_m24915519E7916C83AD30CE8B222ED2447F538435_inline((ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *)(ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m73CA311F2FD7205B861F5CEBF9A47778D5AE5223_inline((&L_27), (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)((MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_28 = V_2; return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mC2E504C7A80B2545BAD7AAE3317DF37066B645BD_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 )((*(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)((ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF((ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)__this, (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 )((*(Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 *)((Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 L_8 = V_2; ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 L_9; L_9 = (( ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 (*) (Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t9816174FF7C5D8FE59C3ACD654280AB4EFB5D232 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF((ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 *)__this, (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mC2E504C7A80B2545BAD7AAE3317DF37066B645BD_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mC2E504C7A80B2545BAD7AAE3317DF37066B645BD(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m68DF9822774C96320C4A603C8F6BAB07AF09D2CF(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mFAE0A5B02D48B31B71B407B8B7024F132F267FDB_gshared (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mFAE0A5B02D48B31B71B407B8B7024F132F267FDB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mFAE0A5B02D48B31B71B407B8B7024F132F267FDB(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m237114249B53EF9DA4216822E2DC5A6CDCD8B28C_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m1EFD7153225D860F04496137CCB7B9D0803DAA17_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 )); return; } IL_000b: { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 ReadOnlyMemory_1_op_Implicit_mD81640117D6736C7F25599D7695EA1E448A42CA0_gshared (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = ___array0; ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_inline((&L_1), (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mBE8EDF7FFE49F9A46061F172BDAFBF07E7232B3F_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mBE8EDF7FFE49F9A46061F172BDAFBF07E7232B3F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mBE8EDF7FFE49F9A46061F172BDAFBF07E7232B3F(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m78C799A47FC63166E029420BEE44F605B9506084_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_7; L_7 = ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_inline((ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m78C799A47FC63166E029420BEE44F605B9506084_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m78C799A47FC63166E029420BEE44F605B9506084(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)((MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 L_2; L_2 = VirtualFuncInvoker0< Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)((MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 L_5; L_5 = Span_1_Slice_m93DAE93CFCC431F85FF060206D6EC29C9416DB03_inline((Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 *)(Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_6; L_6 = (( ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 (*) (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_15; L_15 = (( Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_inline((&L_19), (Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_22; L_22 = ReadOnlySpan_1_Slice_m8082CD5AE9D17BCC29AC4F0C22212776B184E8B4_inline((ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *)(ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m1BF0649027387E4A34EDD3E4D3B53AD4A7463435_inline((&L_27), (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)((MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_28 = V_2; return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m525CC11E0CA4512E70A3AC942C66547500E63945_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 )((*(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)((ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39((ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)__this, (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 )((*(Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 *)((Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 L_8 = V_2; ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 L_9; L_9 = (( ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 (*) (Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t38D225EE7431AD1368AF0290960F1B25BED112E7 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39((ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 *)__this, (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m525CC11E0CA4512E70A3AC942C66547500E63945_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m525CC11E0CA4512E70A3AC942C66547500E63945(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m5E55A6AD1C77CA77DB1311677A3DC4CD142E7D39(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m8856CE595470DBADA4748849E2DC2B5036E8E9A9_gshared (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m8856CE595470DBADA4748849E2DC2B5036E8E9A9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m8856CE595470DBADA4748849E2DC2B5036E8E9A9(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m9B4B813B1625C6ADEC7FDBCC584C30F66B9F8086_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mA7FFF87388555D6EA9A2C07CC1388604F007985F_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 )); return; } IL_000b: { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 ReadOnlyMemory_1_op_Implicit_mED460B0E3A233E7D784D28550634B575D87F85C3_gshared (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = ___array0; ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_inline((&L_1), (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mF962AABD707354D25D0455AB43D7658CAA5EB707_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mF962AABD707354D25D0455AB43D7658CAA5EB707_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mF962AABD707354D25D0455AB43D7658CAA5EB707(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m48EF599B487D6042D0965129D473C1BFF9B15F10_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_7; L_7 = ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_inline((ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m48EF599B487D6042D0965129D473C1BFF9B15F10_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m48EF599B487D6042D0965129D473C1BFF9B15F10(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)((MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E L_2; L_2 = VirtualFuncInvoker0< Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)((MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E L_5; L_5 = Span_1_Slice_mB968EFAB295CF750B9C8020597962DDD1016AA2F_inline((Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E *)(Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_6; L_6 = (( ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC (*) (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_15; L_15 = (( Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_inline((&L_19), (Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_22; L_22 = ReadOnlySpan_1_Slice_m6619BEB2351706DEF3177228B654A2CC79E867BE_inline((ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *)(ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mC85EB470019290CB15F865D88582E0F5F403F723_inline((&L_27), (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)((MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_28 = V_2; return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mD88E742497A2C7360235435FC4D208E486BE932A_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 )((*(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)((ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB((ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)__this, (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 )((*(Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 *)((Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 L_8 = V_2; ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 L_9; L_9 = (( ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 (*) (Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t891C31BE552D614CE3BE5001300837DF8C2CB952 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB((ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 *)__this, (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mD88E742497A2C7360235435FC4D208E486BE932A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mD88E742497A2C7360235435FC4D208E486BE932A(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m91BCA0645AAD7730281AF1B9AF6DA73EEC2120EB(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m82325BF66A3D47C85D5624B9457E24ED9000A1A7_gshared (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m82325BF66A3D47C85D5624B9457E24ED9000A1A7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m82325BF66A3D47C85D5624B9457E24ED9000A1A7(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m04390D659CD403ECAD00952FE7F8F165C500704A_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m971796932DA4E63893528F5B62008BEACE62443F_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 )); return; } IL_000b: { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 ReadOnlyMemory_1_op_Implicit_m1FED8961924159994ADB9489E9CFC840087DA786_gshared (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = ___array0; ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_inline((&L_1), (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m9771B389C99E9418C67B3DA90484460B3B836371_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m9771B389C99E9418C67B3DA90484460B3B836371_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m9771B389C99E9418C67B3DA90484460B3B836371(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m5A30BA9AF02E7741F11E76DDF6D955AD19F2F078_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_7; L_7 = ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_inline((ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m5A30BA9AF02E7741F11E76DDF6D955AD19F2F078_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m5A30BA9AF02E7741F11E76DDF6D955AD19F2F078(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)((MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 L_2; L_2 = VirtualFuncInvoker0< Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)((MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 L_5; L_5 = Span_1_Slice_m2E5AB6E01A947A48EE17F0941920465E8FF224FF_inline((Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 *)(Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_6; L_6 = (( ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 (*) (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_15; L_15 = (( Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_inline((&L_19), (Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_22; L_22 = ReadOnlySpan_1_Slice_m52B412D2C4042D0C610796307E9F4CC463C4E17F_inline((ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *)(ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m3D5CC381A10D52012EA7B4E25D283EA0B032EFDF_inline((&L_27), (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)((MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_28 = V_2; return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mEF0213331F0CC2B18BA94E468757AE85F9842E14_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 )((*(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)((ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE((ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)__this, (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C )((*(Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C *)((Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C L_8 = V_2; ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 L_9; L_9 = (( ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 (*) (Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t975A3B50E8FC7679D7D80BC2C6E2A396D99B335C )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE((ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 *)__this, (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mEF0213331F0CC2B18BA94E468757AE85F9842E14_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mEF0213331F0CC2B18BA94E468757AE85F9842E14(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m983E13FC0DBF7198F5BE60D408B4199AD70051FE(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mE49328F01CB5B0A26829F0EAA48F325F40DDD2E7_gshared (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mE49328F01CB5B0A26829F0EAA48F325F40DDD2E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mE49328F01CB5B0A26829F0EAA48F325F40DDD2E7(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m102B0698348E1DA49B1619459601AB91AB0911BD_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m0C9506DE47E86DD503E64A23ABF2AF093E72AD43_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 )); return; } IL_000b: { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 ReadOnlyMemory_1_op_Implicit_m068FD931A26E53A684508D4B3D89822FBD549862_gshared (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = ___array0; ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_inline((&L_1), (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mBD12A73C6C9CBEEA06DAB9627457495E5FF362D1_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mBD12A73C6C9CBEEA06DAB9627457495E5FF362D1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mBD12A73C6C9CBEEA06DAB9627457495E5FF362D1(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mBAA029BF305512DF4B6A430CAAA1BC9FC1C21113_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_7; L_7 = ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_inline((ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mBAA029BF305512DF4B6A430CAAA1BC9FC1C21113_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mBAA029BF305512DF4B6A430CAAA1BC9FC1C21113(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t85E11E4140E6356C6293590FB7832A9551354776 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)((MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t85E11E4140E6356C6293590FB7832A9551354776 L_2; L_2 = VirtualFuncInvoker0< Span_1_t85E11E4140E6356C6293590FB7832A9551354776 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)((MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t85E11E4140E6356C6293590FB7832A9551354776 L_5; L_5 = Span_1_Slice_mA85E8C7C372B557729CB3BD94C8E9BAF44408A4F_inline((Span_1_t85E11E4140E6356C6293590FB7832A9551354776 *)(Span_1_t85E11E4140E6356C6293590FB7832A9551354776 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_6; L_6 = (( ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 (*) (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t85E11E4140E6356C6293590FB7832A9551354776 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_15; L_15 = (( Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_inline((&L_19), (Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_22; L_22 = ReadOnlySpan_1_Slice_m55A6E860BF55EBD22AD3052D80C0F6C5791E451A_inline((ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *)(ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mC05AD5CB87B433901DD936AB30D479E844A54266_inline((&L_27), (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)((MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_28 = V_2; return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m62964DD2275DF72B918871ADDD522DB2A421807A_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 )((*(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)((ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A((ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)__this, (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 )((*(Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 *)((Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 L_8 = V_2; ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 L_9; L_9 = (( ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 (*) (Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_tFE98B60729BE4D53F8AD7E25BB0156E3CA6B13B4 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A((ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 *)__this, (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m62964DD2275DF72B918871ADDD522DB2A421807A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m62964DD2275DF72B918871ADDD522DB2A421807A(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m651A76EDECB97092E2D9EB70D10638F573C1B56A(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mA6AEC1A9F2B156BA3F90C106865B6D6A3A1D50BE_gshared (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mA6AEC1A9F2B156BA3F90C106865B6D6A3A1D50BE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mA6AEC1A9F2B156BA3F90C106865B6D6A3A1D50BE(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m6470DC127DEDC259E5F3A98524D24E1F413CB3C4_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mA70D91E701037845FBC4FF0177EB0485098B14BF_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 )); return; } IL_000b: { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 ReadOnlyMemory_1_op_Implicit_mE8BFBADAFEF4C9B5EAF7AAAD5242921FA87B0459_gshared (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = ___array0; ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_inline((&L_1), (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m9556625F2261F388095DB7B60539500308628A9A_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m9556625F2261F388095DB7B60539500308628A9A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m9556625F2261F388095DB7B60539500308628A9A(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mDB7E98F75CC3FB6E2350DDA33A038A13743FEFA1_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_7; L_7 = ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_inline((ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mDB7E98F75CC3FB6E2350DDA33A038A13743FEFA1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mDB7E98F75CC3FB6E2350DDA33A038A13743FEFA1(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)((MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 L_2; L_2 = VirtualFuncInvoker0< Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)((MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 L_5; L_5 = Span_1_Slice_m4442E67F88E4B7971364CE89AB8D144555F46665_inline((Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 *)(Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_6; L_6 = (( ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 (*) (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_15; L_15 = (( Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_inline((&L_19), (Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_22; L_22 = ReadOnlySpan_1_Slice_mBCC7DB501E4571950584AF46658CB79C5AE0CBFB_inline((ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *)(ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m22F78342C42A46C293D74C213FF3360728ADEE18_inline((&L_27), (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)((MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_28 = V_2; return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m2DF4CDBE9C3B7DDFDF06E65EE9783FCBAD3FE2DD_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 )((*(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)((ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3((ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)__this, (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 )((*(Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 *)((Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 L_8 = V_2; ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 L_9; L_9 = (( ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 (*) (Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_tD768EB247C8A8A19CA252617483C10ECA628BDA0 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3((ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 *)__this, (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m2DF4CDBE9C3B7DDFDF06E65EE9783FCBAD3FE2DD_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m2DF4CDBE9C3B7DDFDF06E65EE9783FCBAD3FE2DD(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m0462C121484B84BDC3F6256F58DA54E03BBEA6E3(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m50161AB920F011624B357A9ED3A4B14DADB5F18C_gshared (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m50161AB920F011624B357A9ED3A4B14DADB5F18C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m50161AB920F011624B357A9ED3A4B14DADB5F18C(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m6C18D7CA9FB225B0BE33E9A6F7B88CEAF4D5A851_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m61C34DE9A00D10A1DC66C0A55430972D386FFE76_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 )); return; } IL_000b: { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 ReadOnlyMemory_1_op_Implicit_m1AC685A5CA31E5D28A19E631E657D4921362193F_gshared (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = ___array0; ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_inline((&L_1), (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m764EBA19965D7104C396121A31867FF4669440E2_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m764EBA19965D7104C396121A31867FF4669440E2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m764EBA19965D7104C396121A31867FF4669440E2(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m9A2FC02377FF92B5C51348DACB230C783F40DF78_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_7; L_7 = ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_inline((ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m9A2FC02377FF92B5C51348DACB230C783F40DF78_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m9A2FC02377FF92B5C51348DACB230C783F40DF78(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)((MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 L_2; L_2 = VirtualFuncInvoker0< Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)((MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 L_5; L_5 = Span_1_Slice_mD048875BB3E94D6A8D8DC443BA67FC6F5AE2BE17_inline((Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 *)(Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_6; L_6 = (( ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 (*) (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_15; L_15 = (( Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_inline((&L_19), (Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_22; L_22 = ReadOnlySpan_1_Slice_m5ECEF67599A76FB5BBE31262103502D751DDB34B_inline((ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *)(ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m6F3419B39F41E115B1925CC2D7AB4105A8C04C71_inline((&L_27), (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)((MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_28 = V_2; return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m55410E9160A536B988AAD14627EBD06A9780EA22_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 )((*(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)((ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94((ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)__this, (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 )((*(Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 *)((Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 L_8 = V_2; ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 L_9; L_9 = (( ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 (*) (Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t6726CDA262AC048485062F46A426D36B7814DD47 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94((ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 *)__this, (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m55410E9160A536B988AAD14627EBD06A9780EA22_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m55410E9160A536B988AAD14627EBD06A9780EA22(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m45D05584D3F091BE2DA9033D0E4A091C97CA2E94(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m4BC9A0BA6FF738FE910B8971EDB56DF4730539C3_gshared (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m4BC9A0BA6FF738FE910B8971EDB56DF4730539C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m4BC9A0BA6FF738FE910B8971EDB56DF4730539C3(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m2C85DB7799C6E8DE9F30BD19F11B2FE9A1021DFC_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m7F38F514D703CF872E64B61BDC3F45B8377EEC15_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 )); return; } IL_000b: { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 ReadOnlyMemory_1_op_Implicit_m011DC23E2CDEE63913068D87017DC451CC27B44B_gshared (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = ___array0; ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_inline((&L_1), (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m35310885963E2B1C7EBCF6D82AEC6ED2C4DA9AD3_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m35310885963E2B1C7EBCF6D82AEC6ED2C4DA9AD3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m35310885963E2B1C7EBCF6D82AEC6ED2C4DA9AD3(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m067090BB14756E13F3263494F3E94AA16570BE49_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_7; L_7 = ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_inline((ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m067090BB14756E13F3263494F3E94AA16570BE49_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m067090BB14756E13F3263494F3E94AA16570BE49(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)((MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 L_2; L_2 = VirtualFuncInvoker0< Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)((MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 L_5; L_5 = Span_1_Slice_mBA7A700C3FB765361DEB9EF88FBCEAF4F426A8D5_inline((Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 *)(Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_6; L_6 = (( ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE (*) (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_15; L_15 = (( Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_inline((&L_19), (Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_22; L_22 = ReadOnlySpan_1_Slice_mB15288915FF6FFE04F1861CD74CEBAB9824BE7E3_inline((ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *)(ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mA40E935CF092D10248093D2356D843A11764FC06_inline((&L_27), (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)((MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_28 = V_2; return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m4AFE8F64DFCEE92C8A33ADEF5FFAD53206566202_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 )((*(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)((ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0((ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)__this, (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 )((*(Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 *)((Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 L_8 = V_2; ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 L_9; L_9 = (( ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 (*) (Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t4EFB91FEBC6E9007166A74EDB6AA71728D7B7737 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0((ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 *)__this, (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m4AFE8F64DFCEE92C8A33ADEF5FFAD53206566202_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m4AFE8F64DFCEE92C8A33ADEF5FFAD53206566202(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mFBF19C8528A44864F774BDF16179E5C35D79A2C0(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mCBEF8057DF9653DD4DBCA29286407B665D6C34DC_gshared (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mCBEF8057DF9653DD4DBCA29286407B665D6C34DC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mCBEF8057DF9653DD4DBCA29286407B665D6C34DC(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m517BEF1D44F84024A63E6490667A22F60ACC1D3A_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m9C59322DFFCCB718DD7D88C0EFE21315B71671B0_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 )); return; } IL_000b: { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 ReadOnlyMemory_1_op_Implicit_mCBEAF974B37D08C5666140006CBCD91D2092CAEA_gshared (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = ___array0; ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_inline((&L_1), (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mC3E3DD04AF0620B681827C38B95865A0C778852F_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mC3E3DD04AF0620B681827C38B95865A0C778852F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mC3E3DD04AF0620B681827C38B95865A0C778852F(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m4196ADA1FD08722A928F8C58D80E9760651D0833_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_7; L_7 = ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_inline((ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m4196ADA1FD08722A928F8C58D80E9760651D0833_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m4196ADA1FD08722A928F8C58D80E9760651D0833(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)((MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 L_2; L_2 = VirtualFuncInvoker0< Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)((MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 L_5; L_5 = Span_1_Slice_mAD4723185D7B6958684A48B6F33317AF65558742_inline((Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 *)(Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_6; L_6 = (( ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E (*) (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_15; L_15 = (( Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_inline((&L_19), (Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_22; L_22 = ReadOnlySpan_1_Slice_mA668F643378659DA1949ACD22E4C87AB65A11FF9_inline((ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *)(ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m0F7DC1BFF4D97F7C4A1FC13ED12544BA23F44221_inline((&L_27), (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)((MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_28 = V_2; return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m9046F304377B41FA903EDA4CF6ACF0BE54F94C22_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 )((*(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)((ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA((ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)__this, (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 )((*(Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 *)((Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 L_8 = V_2; ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 L_9; L_9 = (( ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 (*) (Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t9AB52D5EF31E4C3D8FAB36BC9A7D03D3CD0032E4 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA((ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 *)__this, (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m9046F304377B41FA903EDA4CF6ACF0BE54F94C22_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m9046F304377B41FA903EDA4CF6ACF0BE54F94C22(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m6EAC3CA81908B3F83D0662B93B4712E4F1917CFA(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m973CD3C72EDF3AFB0DB7CF17F5C0D4EF9458610F_gshared (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m973CD3C72EDF3AFB0DB7CF17F5C0D4EF9458610F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m973CD3C72EDF3AFB0DB7CF17F5C0D4EF9458610F(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m474D2031FED5572E3E495FD6E3F941DCB7CFC668_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m59506AD3256CE3BED494A904217ADDDE7819751F_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 )); return; } IL_000b: { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 ReadOnlyMemory_1_op_Implicit_m065B9FFF1A981DCD37C2684319F71FBE465485D3_gshared (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = ___array0; ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_inline((&L_1), (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m78D0E581EAB7CC6390C17085B2526C9C5B199E44_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m78D0E581EAB7CC6390C17085B2526C9C5B199E44_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m78D0E581EAB7CC6390C17085B2526C9C5B199E44(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m1D3A2EDFCCD47A1DD2B0B63F63D2540C17816F15_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_7; L_7 = ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_inline((ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m1D3A2EDFCCD47A1DD2B0B63F63D2540C17816F15_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m1D3A2EDFCCD47A1DD2B0B63F63D2540C17816F15(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)((MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A L_2; L_2 = VirtualFuncInvoker0< Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)((MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A L_5; L_5 = Span_1_Slice_mFBE4DA51382B9DF9ABACDB67CF9A291E566282C4_inline((Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A *)(Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_6; L_6 = (( ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF (*) (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_15; L_15 = (( Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_inline((&L_19), (Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_22; L_22 = ReadOnlySpan_1_Slice_mDDF4D6E41D324C372BBDCE1B9B2AA124F3560C6C_inline((ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *)(ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m15BDBAF35FA509179607A48574BDED160C5B8D48_inline((&L_27), (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)((MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_28 = V_2; return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m841D5C6DFB607AB6260D52C648D81C656CB0093B_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 )((*(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)((ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8((ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)__this, (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 )((*(Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 *)((Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 L_8 = V_2; ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 L_9; L_9 = (( ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 (*) (Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t17713706A51296EAEACC833D77E98D6A410FDFD0 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8((ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 *)__this, (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m841D5C6DFB607AB6260D52C648D81C656CB0093B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m841D5C6DFB607AB6260D52C648D81C656CB0093B(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mF8728E58BD276DB7D7F594182FD7E246983624B8(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m2DCBB64846093B6ADCBB71501BC12860183D6BCC_gshared (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m2DCBB64846093B6ADCBB71501BC12860183D6BCC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m2DCBB64846093B6ADCBB71501BC12860183D6BCC(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m59DADA56CDA77A45290A650378B9464051F99131_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m90A21683874A94C7739BB25EB1A81EBD859F8B2A_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 )); return; } IL_000b: { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 ReadOnlyMemory_1_op_Implicit_m793CD4BD8DB97333990C5D3539692E3AB4F2FA89_gshared (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = ___array0; ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_inline((&L_1), (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m26C46922F493FB6750EEF342428CE969DFA2E3F9_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m26C46922F493FB6750EEF342428CE969DFA2E3F9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m26C46922F493FB6750EEF342428CE969DFA2E3F9(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mBC451FB6AAF2F00075FF0D75988C2D56F1E983AD_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_7; L_7 = ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_inline((ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mBC451FB6AAF2F00075FF0D75988C2D56F1E983AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mBC451FB6AAF2F00075FF0D75988C2D56F1E983AD(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)((MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F L_2; L_2 = VirtualFuncInvoker0< Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)((MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F L_5; L_5 = Span_1_Slice_m83A9C69C7C4EFFE639E06D81E4FEFDD8CCF5B3E4_inline((Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F *)(Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_6; L_6 = (( ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 (*) (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_15; L_15 = (( Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_inline((&L_19), (Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_22; L_22 = ReadOnlySpan_1_Slice_m83C037EB1834597359E8039099E31108DB2ABC73_inline((ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *)(ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mAF493B798997B83432D232971D3313491DF6E897_inline((&L_27), (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)((MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_28 = V_2; return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mFAD0B662657BF372C8D9F1438BB5A40100536ED3_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 )((*(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)((ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569((ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)__this, (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 )((*(Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 *)((Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 L_8 = V_2; ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 L_9; L_9 = (( ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 (*) (Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t372DEFBF6EA747EA6A77EE40E7D8C0F4E66A1C26 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569((ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 *)__this, (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mFAD0B662657BF372C8D9F1438BB5A40100536ED3_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mFAD0B662657BF372C8D9F1438BB5A40100536ED3(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m95E4591C8D7CA68200F5EDDBDEB711E7B78F7569(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m46D59FC86D71D83E31F33F3DC7174EC8400BDD78_gshared (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m46D59FC86D71D83E31F33F3DC7174EC8400BDD78_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m46D59FC86D71D83E31F33F3DC7174EC8400BDD78(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m9283B0A0061CF9972DFEF526A1DF3CF1F22D836D_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m07743062C6FEF6498805B591B583ADD6F1AC6110_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB )); return; } IL_000b: { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB ReadOnlyMemory_1_op_Implicit_m8CBFE1D884992EEDC7479D5BFCA10F4BE732A99C_gshared (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = ___array0; ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_inline((&L_1), (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mF8B5A360685E083ACFF903236D37BB602C63E7CC_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mF8B5A360685E083ACFF903236D37BB602C63E7CC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mF8B5A360685E083ACFF903236D37BB602C63E7CC(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m992349E462D879F5FD1F84E848C63D489CBAF07A_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_7; L_7 = ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_inline((ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m992349E462D879F5FD1F84E848C63D489CBAF07A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m992349E462D879F5FD1F84E848C63D489CBAF07A(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)((MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 L_2; L_2 = VirtualFuncInvoker0< Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)((MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 L_5; L_5 = Span_1_Slice_m5D821F926D430BD1129F011381F35B5EC76E1712_inline((Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 *)(Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_6; L_6 = (( ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 (*) (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_15; L_15 = (( Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_inline((&L_19), (Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_22; L_22 = ReadOnlySpan_1_Slice_m6B2AD42A3D787142487D78B5E690E854C19D7F85_inline((ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *)(ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m774F4F0BA16F9482B8AB11FCE189271A332A1244_inline((&L_27), (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)((MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_28 = V_2; return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mA5BEEA29551F8BE845E1BAD247AC6C44B2713FA7_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB )((*(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)((ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB((ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)__this, (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 )((*(Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 *)((Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 L_8 = V_2; ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB L_9; L_9 = (( ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB (*) (Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_tE2EA9B48BC708D96369C3E46A6360BFAC293E727 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB((ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB *)__this, (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mA5BEEA29551F8BE845E1BAD247AC6C44B2713FA7_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mA5BEEA29551F8BE845E1BAD247AC6C44B2713FA7(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m8746491CB861A585AE46487DE575252578980CDB(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mEC7B51A42E88D4E74E49CEB8A6C8812165901AE6_gshared (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mEC7B51A42E88D4E74E49CEB8A6C8812165901AE6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mEC7B51A42E88D4E74E49CEB8A6C8812165901AE6(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m8BA605CA277B116705BDC29BE976F3A9B21C1E32_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m9C6826D7E2CD7FAB86E8DCF0CF7922DA9747EA6E_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF )); return; } IL_000b: { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF ReadOnlyMemory_1_op_Implicit_m2DDADDEF12D1030ADBADACB5E08E4B8F1E714F8F_gshared (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = ___array0; ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_inline((&L_1), (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m7DABBA672BB7C777C6AB43E7E39824E556C9D87A_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m7DABBA672BB7C777C6AB43E7E39824E556C9D87A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m7DABBA672BB7C777C6AB43E7E39824E556C9D87A(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mC2F2867234EFE307E7D3F43B855742468B9861CF_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_7; L_7 = ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_inline((ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mC2F2867234EFE307E7D3F43B855742468B9861CF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mC2F2867234EFE307E7D3F43B855742468B9861CF(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tADA37510601FA34CF0623B41095419E4009CB470 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)((MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tADA37510601FA34CF0623B41095419E4009CB470 L_2; L_2 = VirtualFuncInvoker0< Span_1_tADA37510601FA34CF0623B41095419E4009CB470 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)((MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tADA37510601FA34CF0623B41095419E4009CB470 L_5; L_5 = Span_1_Slice_mB29A581EE6F6793A82024E44E2D305D60AEC9AD5_inline((Span_1_tADA37510601FA34CF0623B41095419E4009CB470 *)(Span_1_tADA37510601FA34CF0623B41095419E4009CB470 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_6; L_6 = (( ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 (*) (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tADA37510601FA34CF0623B41095419E4009CB470 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_15; L_15 = (( Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_inline((&L_19), (Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_22; L_22 = ReadOnlySpan_1_Slice_mB632C6800804AC09422B2B977EE788AC66919A3B_inline((ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *)(ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m49642CE3B5957B46AB18F1FB2329BB07DD6FFAF6_inline((&L_27), (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)((MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_28 = V_2; return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m9851B677A30D2DF3526F9322109515ECEE4E1CE6_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF )((*(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)((ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77((ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)__this, (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E )((*(Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E *)((Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E L_8 = V_2; ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF L_9; L_9 = (( ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF (*) (Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_tEEA7A1EE4901CDB9E6A74A6E9FF26F5DF4720E7E )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77((ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF *)__this, (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m9851B677A30D2DF3526F9322109515ECEE4E1CE6_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m9851B677A30D2DF3526F9322109515ECEE4E1CE6(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m33126BC0377D8CE6A5E4F36DAEE8F8B008F91E77(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_mC440427AF2C8BD41A5BCE37D04E91165EDEE198F_gshared (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_mC440427AF2C8BD41A5BCE37D04E91165EDEE198F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_mC440427AF2C8BD41A5BCE37D04E91165EDEE198F(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m36780020B648603D76BFDFA46DB7C761D57465DB_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mE8075AA362D422844F90F4F1EE76B335438E682D_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F )); return; } IL_000b: { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F ReadOnlyMemory_1_op_Implicit_m433393397C63321F97D6201181721F287ED66DF4_gshared (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = ___array0; ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_inline((&L_1), (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_mA897DB396D5C0C22987B3AA6B0B4960C92BCC923_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_mA897DB396D5C0C22987B3AA6B0B4960C92BCC923_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_mA897DB396D5C0C22987B3AA6B0B4960C92BCC923(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_mCFE86EF8AEBBC95F2C5FC6341553D463829A7184_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_7; L_7 = ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_inline((ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_mCFE86EF8AEBBC95F2C5FC6341553D463829A7184_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_mCFE86EF8AEBBC95F2C5FC6341553D463829A7184(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)((MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF L_2; L_2 = VirtualFuncInvoker0< Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)((MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF L_5; L_5 = Span_1_Slice_m4B89CB11F9DBD2C81E2F3D24E4F94783C0B40938_inline((Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF *)(Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_6; L_6 = (( ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A (*) (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_15; L_15 = (( Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_inline((&L_19), (Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_22; L_22 = ReadOnlySpan_1_Slice_m9D71946BDE598DF627A8F11D29D061E45AFA7A1F_inline((ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *)(ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mC9CB5FD2BF881AD29E9FF032148EC5A85150250D_inline((&L_27), (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)((MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_28 = V_2; return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_mC89C3C1244C8B32073558A180DECA2E3A5E527E2_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F )((*(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)((ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E((ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)__this, (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF )((*(Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF *)((Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF L_8 = V_2; ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F L_9; L_9 = (( ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F (*) (Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_tEC57173983F595498CFEE05C119DE6B86762AFDF )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E((ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F *)__this, (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_mC89C3C1244C8B32073558A180DECA2E3A5E527E2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_mC89C3C1244C8B32073558A180DECA2E3A5E527E2(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m7895A88C3EF5195F587936C805B3953A81FF2B6E(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m229859C24816F6E35D7D0267D8703102E48697F9_gshared (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m229859C24816F6E35D7D0267D8703102E48697F9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m229859C24816F6E35D7D0267D8703102E48697F9(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mF107ACA0EEFB4BC5AD13A90E4A2B183FA90E53DE_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mB1ECF72E3EB4B05F449824FDD8786AF2D3125BA5_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ReadOnlyMemory`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B )); return; } IL_000b: { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_EXTERN_C void ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_AdjustorThunk (RuntimeObject * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_inline(_thisAdjusted, ___array0, method); } // System.ReadOnlyMemory`1 System.ReadOnlyMemory`1>::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B ReadOnlyMemory_1_op_Implicit_m57D532B87D10B05D8E17D4FD538A0A2C081F1855_gshared (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = ___array0; ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B L_1; memset((&L_1), 0, sizeof(L_1)); ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_inline((&L_1), (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B )L_1; } } // System.Int32 System.ReadOnlyMemory`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_get_Length_m40F2BE5A5836E5FE37AB6CE0668D594A3E2D9613_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL))); } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_get_Length_m40F2BE5A5836E5FE37AB6CE0668D594A3E2D9613_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_get_Length_m40F2BE5A5836E5FE37AB6CE0668D594A3E2D9613(_thisAdjusted, method); return _returnValue; } // System.String System.ReadOnlyMemory`1>::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlyMemory_1_ToString_m5C900BF25EBCDCC8000B6ABABD86B12B00D5AD76_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; 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); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0058; } } { RuntimeObject * L_5 = (RuntimeObject *)__this->get__object_0(); String_t* L_6 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); V_0 = (String_t*)L_6; if (L_6) { goto IL_003f; } } { ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_7; L_7 = ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_inline((ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_1 = (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_7; Il2CppFakeBox L_8(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__57 = il2cpp_codegen_get_virtual_invoke_data(3, (&L_8)); String_t* L_9; L_9 = (( String_t* (*) (RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__57.methodPtr)((RuntimeObject *)(&L_8), /*hidden argument*/il2cpp_virtual_invoke_data__57.method); V_1 = L_8.m_Value; return (String_t*)L_9; } IL_003f: { String_t* L_10 = V_0; int32_t L_11 = (int32_t)__this->get__index_1(); int32_t L_12 = (int32_t)__this->get__length_2(); NullCheck((String_t*)L_10); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B((String_t*)L_10, (int32_t)L_11, (int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/NULL); return (String_t*)L_13; } IL_0058: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); int32_t L_17 = (int32_t)__this->get__length_2(); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)2147483647LL))); RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); String_t* L_20; L_20 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66((String_t*)_stringLiteral958BF5561D89C9A90653416FCB65BBE72DADDE1E, (RuntimeObject *)L_16, (RuntimeObject *)L_19, /*hidden argument*/NULL); return (String_t*)L_20; } } IL2CPP_EXTERN_C String_t* ReadOnlyMemory_1_ToString_m5C900BF25EBCDCC8000B6ABABD86B12B00D5AD76_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ReadOnlyMemory_1_ToString_m5C900BF25EBCDCC8000B6ABABD86B12B00D5AD76(_thisAdjusted, method); return _returnValue; } // System.ReadOnlySpan`1 System.ReadOnlyMemory`1>::get_Span() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)((MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D L_2; L_2 = VirtualFuncInvoker0< Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)((MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D L_5; L_5 = Span_1_Slice_mAB47EF831C2A0C4928F5AC058163233ED79A29B2_inline((Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D *)(Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_6; L_6 = (( ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF (*) (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_15; L_15 = (( Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_inline((&L_19), (Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_22; L_22 = ReadOnlySpan_1_Slice_mC663B8B79C861820E66F51D40295A04A1853BE52_inline((ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *)(ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m54562BB58221CB26DEB285C63E79A2DFA2DBB6C9_inline((&L_27), (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)((MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_28 = V_2; return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_28; } } IL2CPP_EXTERN_C ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF _returnValue; _returnValue = ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m4BBD7157568D433C4D77A0B530FE19B1BCD3739A_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = (RuntimeObject *)L_0; V_1 = (RuntimeObject *)L_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B )((*(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)((ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B L_3 = V_0; bool L_4; L_4 = ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331((ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)__this, (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_4; } IL_0019: { RuntimeObject * L_5 = ___obj0; RuntimeObject * L_6 = (RuntimeObject *)L_5; V_1 = (RuntimeObject *)L_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)))) { goto IL_0037; } } { RuntimeObject * L_7 = V_1; V_2 = (Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 )((*(Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 *)((Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 *)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16))))); Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 L_8 = V_2; ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B L_9; L_9 = (( ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B (*) (Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((Memory_1_t6D5CF9BB1F50A48112132E403552D130470C75F1 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); bool L_10; L_10 = ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331((ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B *)__this, (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (bool)L_10; } IL_0037: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m4BBD7157568D433C4D77A0B530FE19B1BCD3739A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m4BBD7157568D433C4D77A0B530FE19B1BCD3739A(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ReadOnlyMemory`1>::Equals(System.ReadOnlyMemory`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B L_1 = ___other0; RuntimeObject * L_2 = (RuntimeObject *)L_1.get__object_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_002b; } } { int32_t L_3 = (int32_t)__this->get__index_1(); ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B L_4 = ___other0; int32_t L_5 = (int32_t)L_4.get__index_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002b; } } { int32_t L_6 = (int32_t)__this->get__length_2(); ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B L_7 = ___other0; int32_t L_8 = (int32_t)L_7.get__length_2(); return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); } IL_002b: { return (bool)0; } } IL2CPP_EXTERN_C bool ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331_AdjustorThunk (RuntimeObject * __this, ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B ___other0, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ReadOnlyMemory_1_Equals_m64D086CB7FD08EC197A32172B04B125C013B7331(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_GetHashCode_m7496102707C52BBE82B77229FBB35202355E44F8_gshared (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)__this->get__object_0(); if (L_0) { goto IL_000a; } } { return (int32_t)0; } IL_000a: { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); int32_t L_3 = (int32_t)__this->get__index_1(); V_0 = (int32_t)L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get__length_2(); V_0 = (int32_t)L_5; int32_t L_6; L_6 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7; L_7 = (( int32_t (*) (int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)((int32_t)L_2, (int32_t)L_4, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (int32_t)L_7; } } IL2CPP_EXTERN_C int32_t ReadOnlyMemory_1_GetHashCode_m7496102707C52BBE82B77229FBB35202355E44F8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ReadOnlyMemory_1_GetHashCode_m7496102707C52BBE82B77229FBB35202355E44F8(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_mD9C31503B3142896BD17CB076E1D0F24372FAFDC_gshared (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { { int32_t L_0 = ___left0; int32_t L_1 = ___left0; int32_t L_2 = ___right1; return (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 System.ReadOnlyMemory`1>::CombineHashCodes(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyMemory_1_CombineHashCodes_m218DDD13710FAB6EEA522549647A2709BCD32D2D_gshared (int32_t ___h10, int32_t ___h21, int32_t ___h32, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h21; int32_t L_2; L_2 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); int32_t L_3 = ___h32; int32_t L_4; L_4 = (( int32_t (*) (int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)((int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); return (int32_t)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___a0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0; L_0 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3; L_3 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_4; L_4 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); int32_t L_5; L_5 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6; L_6 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_7; L_7 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); int32_t L_8; L_8 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9; L_9 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_10; L_10 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); int32_t L_11; L_11 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0066; } } { int32_t L_14 = V_3; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0066; } } { int32_t L_16 = V_0; int32_t L_17 = V_2; int32_t L_18 = V_1; int32_t L_19 = V_0; int32_t L_20 = V_3; int32_t L_21 = V_2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; memset((&L_22), 0, sizeof(L_22)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_22), L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); return L_22; } IL_0066: { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_23 = ((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields*)il2cpp_codegen_static_fields_for(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_il2cpp_TypeInfo_var))->get_Empty_0(); return L_23; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CYU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CHeightU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Guard_NotNull_TisRuntimeObject_mCC4DE844B884F413E1638F21C30000B52DE4EFB5_gshared_inline (RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (!L_0) { goto IL_0009; } } { return; } IL_0009: { String_t* L_1 = ___parameterName1; ThrowHelper_ThrowArgumentNullExceptionForNotNull_m2DEF0B94EA54317D1F7FE5A9088D7EF065DFAF62((String_t*)L_1, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C ReadOnlyMemory_1_get_Span_m24A776EC87BCB7AE73D77ECAC96DAB2DCD560BFA_gshared_inline (ReadOnlyMemory_1_t294BC7156FE9D81714342CD6693AC1D2DEE2B0F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D *)((MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_2; L_2 = VirtualFuncInvoker0< Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D *)((MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_5; L_5 = Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_6; L_6 = (( ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_15; L_15 = (( Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mC6D40C35AA888D3180A2A5CB5F0AF25F61593DDC_inline((&L_19), (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_22; L_22 = ReadOnlySpan_1_Slice_m811D68F35DD93BA380EEA92819C0421769B20A7C_inline((ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *)(ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m1D29369A1003ED3A9A5E2F3B705BCB9A06FE1C4E_inline((&L_27), (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)((NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )); ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_28 = V_2; return (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_2 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_5; L_5 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_7; L_7 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(L_7); } IL_0030: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_9 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_11; L_11 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_13; L_13 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* ReadOnlySpan_1_get_Item_mA0E86B3FF6945DBAEBB41C7887674F0D53248DDE_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_2 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); uint8_t* L_5; L_5 = (( uint8_t* (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; uint8_t* L_7; L_7 = (( uint8_t* (*) (uint8_t*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t*)(uint8_t*)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (uint8_t*)L_7; } IL_0030: { Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_8 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); NullCheck(L_8); uint8_t* L_9 = (uint8_t*)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); uint8_t* L_11; L_11 = (( uint8_t* (*) (uint8_t*, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((uint8_t*)(uint8_t*)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; uint8_t* L_13; L_13 = (( uint8_t* (*) (uint8_t*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t*)(uint8_t*)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (uint8_t*)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * ReadOnlySpan_1_get_Item_m5BF1F6656C05CDEF9307A86E14B38546C9AAA95F_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_2 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_5; L_5 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_7; L_7 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_7; } IL_0030: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_9 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_11; L_11 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_13; L_13 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF ReadOnlyMemory_1_get_Span_mB18FDF9E76B7B50D3A5E8D44AB62BCEC8AB0FD68_gshared_inline (ReadOnlyMemory_1_tBC5EADEB3C22A4A894923FB2B5B9AFED8C230BFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B *)((MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_2; L_2 = VirtualFuncInvoker0< Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B *)((MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_5; L_5 = Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_6; L_6 = (( ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_15; L_15 = (( Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m37A6A1109BF48620471AF9DBF00AA3B5DA6670CA_inline((&L_19), (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_22; L_22 = ReadOnlySpan_1_Slice_m6C846AFAC5F6E7960B4BA18E017845AB91FB6338_inline((ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *)(ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mF8628507BDBC70C31A7381D39DF33A43F9EAE60E_inline((&L_27), (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)((NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )); ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_28 = V_2; return (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_2 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_5; L_5 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_7; L_7 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(L_7); } IL_0030: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_9 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_11; L_11 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_13; L_13 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * ReadOnlySpan_1_get_Item_m15EC240C3D2AAE5F39DED947A3780C9A4B42BD02_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_2 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_5; L_5 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_7; L_7 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_7; } IL_0030: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_9 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_11; L_11 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_13; L_13 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 ReadOnlyMemory_1_get_Span_m58698FC4F3E481AC8C28FC41135114B0BB426E2F_gshared_inline (ReadOnlyMemory_1_tD3CCCCBCF144356912CCA1D33F0CAC1CE8FA7317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t8F2820222127FA3555803F54498E9275CE67C798 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A *)((MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_2; L_2 = VirtualFuncInvoker0< Span_1_t8F2820222127FA3555803F54498E9275CE67C798 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A *)((MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_5; L_5 = Span_1_Slice_m9B8996ADDAF79B2D322E1A49E10EEC07C4B7A63A_inline((Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_6; L_6 = (( ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_15; L_15 = (( Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mC0B16B78CBB8E70E37F0EE3B535883CE8CAE4774_inline((&L_19), (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_22; L_22 = ReadOnlySpan_1_Slice_m63F0D44C3C20D2309A7171AB1C84E7CDB4B2A18F_inline((ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *)(ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m3B3225182CFF62B644FEE8D7F21B0C9A01DF97CF_inline((&L_27), (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)((NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )); ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_28 = V_2; return (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_2 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_5; L_5 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_7; L_7 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(L_7); } IL_0030: { Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_8 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_9 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_11; L_11 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_13; L_13 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * ReadOnlySpan_1_get_Item_m66DD2712A065E988C1B36B79C0AF3CF09C3EA529_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_2 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_5; L_5 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_7; L_7 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_7; } IL_0030: { Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_8 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_9 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_11; L_11 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_13; L_13 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F ReadOnlyMemory_1_get_Span_mD10549F4458A1C68342573BFE720EB17BF3295FD_gshared_inline (ReadOnlyMemory_1_t2B0F5CCA28EB53F080929744EE88D78AAD0E14F7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC *)((MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_2; L_2 = VirtualFuncInvoker0< Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC *)((MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_5; L_5 = Span_1_Slice_mBDAAC647AB48B08F59673D6CB396E36B87048305_inline((Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_6; L_6 = (( ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_15; L_15 = (( Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m1FC0F7C00025B017DCD2EEF6E9A8CCF9CC6A978B_inline((&L_19), (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_22; L_22 = ReadOnlySpan_1_Slice_m93C047FEBD574C65D49D200AAF6E6299929D8C03_inline((ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *)(ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mF4789CE3B5BA8109D7765D6ACC6033B287B4B448_inline((&L_27), (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)((Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )); ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_28 = V_2; return (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_2 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_5; L_5 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_7; L_7 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(L_7); } IL_0030: { Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_8 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); NullCheck(L_8); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_9 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_11; L_11 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_13; L_13 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * ReadOnlySpan_1_get_Item_m56FED6B5CD005961A1DFF02E0CA7D6DD9C32300C_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_2 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_5; L_5 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_7; L_7 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_7; } IL_0030: { Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_8 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); NullCheck(L_8); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_9 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_11; L_11 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_13; L_13 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F ReadOnlyMemory_1_get_Span_m78E9A51411A5471AC31198C4468A0BCAE297D7AE_gshared_inline (ReadOnlyMemory_1_t91D35C0A4CB3520CA341B5AE0748A15B414F5CDD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 *)((MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_2; L_2 = VirtualFuncInvoker0< Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 *)((MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_5; L_5 = Span_1_Slice_m559CD7E5A5C913047F416D79EE553ED3D2AE8332_inline((Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_6; L_6 = (( ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_15; L_15 = (( Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mADEE08822E6B129C5BC189B1912A260A87F642CB_inline((&L_19), (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_22; L_22 = ReadOnlySpan_1_Slice_m7A7844C60F527D0308865695C6E623958EA3DAAC_inline((ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *)(ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m325E952F4B6864C6DF7EAECCE797954DE75F6CA2_inline((&L_27), (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)((Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )); ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_28 = V_2; return (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_2 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_5; L_5 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_7; L_7 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(L_7); } IL_0030: { Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_8 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); NullCheck(L_8); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_9 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_11; L_11 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_13; L_13 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * ReadOnlySpan_1_get_Item_mAB0D799EA2010526908D5DCB06BCC7B8778593C1_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_2 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_5; L_5 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_7; L_7 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_7; } IL_0030: { Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_8 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); NullCheck(L_8); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_9 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_11; L_11 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_13; L_13 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 ReadOnlyMemory_1_get_Span_m1B6C88E536A38052A8D18B9A1B721B7C8ED8E575_gshared_inline (ReadOnlyMemory_1_t2B416CA9C14B85A7A43BA2A0E91F9D21F5B35B73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B *)((MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_2; L_2 = VirtualFuncInvoker0< Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B *)((MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_5; L_5 = Span_1_Slice_m5914729D2F3435FBD9ACF7507A176EC053FD2172_inline((Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_6; L_6 = (( ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_15; L_15 = (( Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m793F319E0586B3B9A17F673DC676CF3EA7429EF4_inline((&L_19), (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_22; L_22 = ReadOnlySpan_1_Slice_mD6BC18812C39572AD9917B74CE7726882D9498F7_inline((ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *)(ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mDAD6985D1BE17481ABB9ABA638EA94A4B56E7102_inline((&L_27), (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)((Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )); ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_28 = V_2; return (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_2 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_5; L_5 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_7; L_7 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(L_7); } IL_0030: { Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_8 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); NullCheck(L_8); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_9 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_11; L_11 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_13; L_13 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * ReadOnlySpan_1_get_Item_m2C4ECC6900DAB5E5F1741306AD8B06ACD0F9763D_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_2 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_5; L_5 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_7; L_7 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_7; } IL_0030: { Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_8 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); NullCheck(L_8); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_9 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_11; L_11 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_13; L_13 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B ReadOnlyMemory_1_get_Span_mD5879B479A09AC4D550092622FA1E47AC6143AC1_gshared_inline (ReadOnlyMemory_1_tBA506F1837C18B741E69C0C1D6474A9E17FFC7C4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 *)((MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_2; L_2 = VirtualFuncInvoker0< Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 *)((MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_5; L_5 = Span_1_Slice_m32673E9D5668F43C9552D5BB96327529B11FA615_inline((Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_6; L_6 = (( ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_15; L_15 = (( Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mD92AF7A48FEF289EC183C6221A842AC4D5DD550B_inline((&L_19), (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_22; L_22 = ReadOnlySpan_1_Slice_m9727E3C1FB50DD39B3FAD4F8FE514DDB2CB808DA_inline((ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *)(ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mD243927A719F237AB41315B9AE9434771F5342AF_inline((&L_27), (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)((Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )); ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_28 = V_2; return (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_2 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_5; L_5 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_7; L_7 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(L_7); } IL_0030: { Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_8 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); NullCheck(L_8); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_9 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_11; L_11 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_13; L_13 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * ReadOnlySpan_1_get_Item_mAF170CC5129E8321F89C0E8498C8A36C54B975E7_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_2 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_5; L_5 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_7; L_7 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_7; } IL_0030: { Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_8 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); NullCheck(L_8); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_9 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_11; L_11 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_13; L_13 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 ReadOnlyMemory_1_get_Span_mB032D51D56B4A6A88EF18CD7B0457297561B5EA1_gshared_inline (ReadOnlyMemory_1_t54747E74764696DF584F4B8ACC05E6EA0AD6FE82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A *)((MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_2; L_2 = VirtualFuncInvoker0< Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A *)((MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_5; L_5 = Span_1_Slice_mD2DA1A8DB2E924728FA0A89997861C6D725B97BB_inline((Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_6; L_6 = (( ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_15; L_15 = (( Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mA1B0A659334E32786DEFE0FD04D173840CEE0ABD_inline((&L_19), (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_22; L_22 = ReadOnlySpan_1_Slice_mA6F6D6D75FFC70C7B10C9F3089B651B8BA52222F_inline((ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *)(ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m779BFBB4D8BF18875952DBDC651DDCDD4298964D_inline((&L_27), (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)((Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )); ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_28 = V_2; return (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_2 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_5; L_5 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_7; L_7 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(L_7); } IL_0030: { Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_8 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); NullCheck(L_8); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_9 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_11; L_11 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_13; L_13 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * ReadOnlySpan_1_get_Item_mE00479F0C8DE5A6A2B03A6E703E414E4CA90F955_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_2 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_5; L_5 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_7; L_7 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_7; } IL_0030: { Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_8 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); NullCheck(L_8); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_9 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_11; L_11 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_13; L_13 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 ReadOnlyMemory_1_get_Span_m028ED49935A7726D9634BC0BF8E7841A5899DBCD_gshared_inline (ReadOnlyMemory_1_tF226305CD92910D4FC6AB2D09D257DFE119787B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 *)((MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_2; L_2 = VirtualFuncInvoker0< Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 *)((MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_5; L_5 = Span_1_Slice_m1415050A381A86FD5A9C4D264B919A60A2075B60_inline((Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_6; L_6 = (( ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_15; L_15 = (( Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m40837B7195443C2E1D4FE30A6E3C1C26ED38859A_inline((&L_19), (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_22; L_22 = ReadOnlySpan_1_Slice_m4A7728CB74A177B092CD55B805BF8C30F0AAC3F8_inline((ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *)(ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m9EB2D45E01E996E7E2D57358CA8A6632D34F4CF0_inline((&L_27), (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)((Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )); ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_28 = V_2; return (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_2 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_5; L_5 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_7; L_7 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(L_7); } IL_0030: { Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_8 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); NullCheck(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_9 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_11; L_11 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_13; L_13 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ReadOnlySpan_1_get_Item_mD4CC94FAD27F660C6713BDA58598A7C0A7221E6F_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_2 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_5; L_5 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_7; L_7 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_7; } IL_0030: { Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_8 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); NullCheck(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_9 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_11; L_11 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_13; L_13 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF ReadOnlyMemory_1_get_Span_m1873405F732D3C33F0D8BBD5019EDCC8CC36B09F_gshared_inline (ReadOnlyMemory_1_t2F8498E799B2A028C735B968B2A6F06E0526136A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD *)((MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_2; L_2 = VirtualFuncInvoker0< Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD *)((MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_5; L_5 = Span_1_Slice_m1F24BBF2B02EADF6349FF807DB4F63E4AD4EAC7D_inline((Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_6; L_6 = (( ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_15; L_15 = (( Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m06099B6C6EAAE39AC323F6F4D4A1E4697058B60B_inline((&L_19), (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_22; L_22 = ReadOnlySpan_1_Slice_m089286E3AE262DADF4A3839F6E2B651D4937B941_inline((ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *)(ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mBB887D45423C7045C3EED12FE775D34574CB2F0B_inline((&L_27), (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)((RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )); ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_28 = V_2; return (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_2 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_5; L_5 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_7; L_7 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(L_7); } IL_0030: { Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_8 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); NullCheck(L_8); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_9 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_11; L_11 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_13; L_13 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * ReadOnlySpan_1_get_Item_m15F89FB0759CC4C9E0E7BC24853F9CB5EA798E03_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_2 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_5; L_5 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_7; L_7 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_7; } IL_0030: { Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_8 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); NullCheck(L_8); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_9 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_11; L_11 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_13; L_13 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 ReadOnlyMemory_1_get_Span_m4549A4CE9868618CF40644969F12EF0B0517E110_gshared_inline (ReadOnlyMemory_1_tD581EF97179232D224F8053C23C974F59EBEE147 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 *)((MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_2; L_2 = VirtualFuncInvoker0< Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 *)((MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_5; L_5 = Span_1_Slice_mB8D060B1E1C38162C4F3941B8C0F91240C707676_inline((Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_6; L_6 = (( ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_15; L_15 = (( Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m2AD2F2A2F5D9A120B464DEB11EEFF27E2FCD55C0_inline((&L_19), (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_22; L_22 = ReadOnlySpan_1_Slice_m9B59787C26E210F7D83BFF5B97BB10964708758E_inline((ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *)(ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mD330B60C63B268218AB4A3AC2E13F0A9D9C706FB_inline((&L_27), (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)((Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )); ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_28 = V_2; return (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_2 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_5; L_5 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_7; L_7 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(L_7); } IL_0030: { Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_8 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); NullCheck(L_8); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_9 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_11; L_11 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_13; L_13 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * ReadOnlySpan_1_get_Item_mF0F0C4D8DED6BDAEC38F30C3CEBF1458D0DA9299_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_2 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_5; L_5 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_7; L_7 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_7; } IL_0030: { Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_8 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); NullCheck(L_8); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_9 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_11; L_11 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_13; L_13 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF ReadOnlyMemory_1_get_Span_m67C02350CA9577E7F135C3A7A56B83DC1BC6B889_gshared_inline (ReadOnlyMemory_1_t4B7B3C43A125FDE3BAFB0975BB59E0BE77E3D8FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tEC1238441776B628014509035989771661756E25 *)((MemoryManager_1_tEC1238441776B628014509035989771661756E25 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_2; L_2 = VirtualFuncInvoker0< Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tEC1238441776B628014509035989771661756E25 *)((MemoryManager_1_tEC1238441776B628014509035989771661756E25 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_5; L_5 = Span_1_Slice_mE6833D379054C0B802D059EFDAB45F8D07B114F3_inline((Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_6; L_6 = (( ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_15; L_15 = (( Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m318FC8E838D386C6EFDAEDA1D7386A18B602FA53_inline((&L_19), (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_22; L_22 = ReadOnlySpan_1_Slice_mEC8FBC699360F3AFE2706D0B87850CC5EBCD1F69_inline((ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *)(ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mAE9BC347DE0E56B6F964CB7F8735908B0DA58E7B_inline((&L_27), (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)((Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )); ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_28 = V_2; return (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_2 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_5; L_5 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_7; L_7 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(L_7); } IL_0030: { Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_8 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); NullCheck(L_8); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_9 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_11; L_11 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_13; L_13 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * ReadOnlySpan_1_get_Item_mBB02E8458D73AF882A6521DA7A547A46AACC9B2E_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_2 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_5; L_5 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_7; L_7 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_7; } IL_0030: { Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_8 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); NullCheck(L_8); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_9 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_11; L_11 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_13; L_13 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m252A0305209EAE427AA314D5ACB403B3AE640B1F_gshared_inline (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 )); return; } IL_000b: { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlyMemory_1_get_Span_mB6416B379B2101B2E70C53EAF0F49BA10D1B3EE9_gshared_inline (ReadOnlyMemory_1_t7C84202E6FF34E1493DB908D1665C618CE7407E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)((MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 L_2; L_2 = VirtualFuncInvoker0< Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)((MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 L_5; L_5 = Span_1_Slice_m288451D99A0C04789A89013497F09D005ABB3EB3_inline((Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 *)(Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_6; L_6 = (( ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 (*) (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_15; L_15 = (( Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_inline((&L_19), (Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_22; L_22 = ReadOnlySpan_1_Slice_m8C2A09D18F8652F88B8A68E692363CD369C0EF40_inline((ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *)(ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mF2E24076785295E28DF8304ED87E2D30EA9B35D4_inline((&L_27), (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)((MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )); ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_28 = V_2; return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 Span_1_Slice_m288451D99A0C04789A89013497F09D005ABB3EB3_gshared_inline (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_8 = (Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mBF8E2261525660311F01BB42DB1484A543188710_inline((&L_11), (Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_gshared_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 ReadOnlySpan_1_Slice_m8C2A09D18F8652F88B8A68E692363CD369C0EF40_gshared_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_8 = (Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m3641F42405644546E138968FE81DF45E34A4FEAB_inline((&L_11), (Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF2E24076785295E28DF8304ED87E2D30EA9B35D4_gshared_inline (ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t4E44A870E98654E2EAC4EA8E74E5EE7E7FF38662 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_9 = ___array0; Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_10; L_10 = (( Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t6D78D720C9C95EA4E959E55DB0F3871F20E91B5D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD183F0F2DAAD25D1217B76AB73B07D397570114C_gshared_inline (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA )); return; } IL_000b: { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlyMemory_1_get_Span_m249858786D9F652E9892A216A2C04C4DD91EFCB5_gshared_inline (ReadOnlyMemory_1_t42D4E77FD4FE18B53427051EA974AA8F458941AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)((MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 L_2; L_2 = VirtualFuncInvoker0< Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)((MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 L_5; L_5 = Span_1_Slice_m5BC5FCB3DDA42A6AD8932A0CE97503C22E92A37E_inline((Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 *)(Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_6; L_6 = (( ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 (*) (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_15; L_15 = (( Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_inline((&L_19), (Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_22; L_22 = ReadOnlySpan_1_Slice_mB8B8A270FBF6015EE0CB4D4235C4594605FA2CEE_inline((ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *)(ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m6352E75877D156978AF093AD5B8969D3275FA542_inline((&L_27), (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)((MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )); ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_28 = V_2; return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 Span_1_Slice_m5BC5FCB3DDA42A6AD8932A0CE97503C22E92A37E_gshared_inline (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_8 = (Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m76A459347E42D6C85CDBB4FAE2BFBF9739527395_inline((&L_11), (Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_gshared_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 ReadOnlySpan_1_Slice_mB8B8A270FBF6015EE0CB4D4235C4594605FA2CEE_gshared_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_8 = (Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mB9A950E3537BB337EC0581F6620DA9FED9388DA4_inline((&L_11), (Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m6352E75877D156978AF093AD5B8969D3275FA542_gshared_inline (ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t4AA4BC00A35BB9E8A61A628CFC5C676F149A25A3 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_9 = ___array0; Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_10; L_10 = (( Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tB0314766CD95A35269BEF278CE44BC13D1176563_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE7A27C9CE45675CA52E0A7C804DCE9A16D9A8FC0_gshared_inline (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 )); return; } IL_000b: { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlyMemory_1_get_Span_m6F14FDC932A8D813819EBE809F7BCC94BB0A84B8_gshared_inline (ReadOnlyMemory_1_tFBA7B5FA691B810843DD1197905E5B4EC7FE0CD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)((MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB L_2; L_2 = VirtualFuncInvoker0< Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)((MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB L_5; L_5 = Span_1_Slice_m92D3200B2FE0244C8D93BDF54F1F93400068655F_inline((Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB *)(Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_6; L_6 = (( ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 (*) (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_15; L_15 = (( Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_inline((&L_19), (Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_22; L_22 = ReadOnlySpan_1_Slice_m665D05A4FC3F24CB123636F49E7DDC80BB90490C_inline((ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *)(ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mBA6F0AFE849C3B6CCA62F89C72FFA08636F06577_inline((&L_27), (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)((MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )); ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_28 = V_2; return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB Span_1_Slice_m92D3200B2FE0244C8D93BDF54F1F93400068655F_gshared_inline (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_8 = (Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mA1903EF6CE670231C22DFF698ABC45DC1ADF525E_inline((&L_11), (Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_gshared_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 ReadOnlySpan_1_Slice_m665D05A4FC3F24CB123636F49E7DDC80BB90490C_gshared_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_8 = (Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m33566628D0A7897800F2982C42C99E74F17F5AA6_inline((&L_11), (Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mBA6F0AFE849C3B6CCA62F89C72FFA08636F06577_gshared_inline (ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tAF2ABA328AD2B615C5923E233D7A82B0A274BE20 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_9 = ___array0; Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_10; L_10 = (( Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t314F43DF8CC10206FFDDCFC2F4EB051A947A56F6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1706AC4D9AF06DE157638C7782AC146F214A004D_gshared_inline (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 )); return; } IL_000b: { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlyMemory_1_get_Span_m127BD963689ECD2F7BA56F9A55CE114108E7AF92_gshared_inline (ReadOnlyMemory_1_tFB77B4A7903E47755131578804B35F6B736F5BE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)((MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 L_2; L_2 = VirtualFuncInvoker0< Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)((MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 L_5; L_5 = Span_1_Slice_m9C4A54F7B0F1BE9D93FB7368E3E952C52D151195_inline((Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 *)(Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_6; L_6 = (( ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 (*) (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_15; L_15 = (( Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_inline((&L_19), (Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_22; L_22 = ReadOnlySpan_1_Slice_mAC680D137D6057415E2889CCA8D4E5EB24BAA0E3_inline((ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *)(ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mD7F973FE4AFEB5E33ED06AF6388CF48B010F84B0_inline((&L_27), (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)((MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )); ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_28 = V_2; return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 Span_1_Slice_m9C4A54F7B0F1BE9D93FB7368E3E952C52D151195_gshared_inline (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_8 = (Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m1E82FD3266D66560548BB5E2042BCF8AAB42966C_inline((&L_11), (Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_gshared_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 ReadOnlySpan_1_Slice_mAC680D137D6057415E2889CCA8D4E5EB24BAA0E3_gshared_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_8 = (Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mF4B292A388A9D66DA75ED81ABF46C2BC0F5DF8A8_inline((&L_11), (Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD7F973FE4AFEB5E33ED06AF6388CF48B010F84B0_gshared_inline (ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t3CB75D286FE9150874E16DDF2304C7AD931D9A32 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_9 = ___array0; Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_10; L_10 = (( Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t84A5DDA50CFFE3395970EC96D95B3E7DA6DC7B85_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE8A151356932F7DDDBE6FE7BF1289C575BF960DD_gshared_inline (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C )); return; } IL_000b: { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlyMemory_1_get_Span_mDACFD5601999F9E048B4F685A473383A1B2EA5F8_gshared_inline (ReadOnlyMemory_1_t17518FE58193F12D886817FD671563403E385D0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)((MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 L_2; L_2 = VirtualFuncInvoker0< Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)((MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 L_5; L_5 = Span_1_Slice_m583E37C3A1A51A3CC300E1DD7B6F54AD08E1FF1D_inline((Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 *)(Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_6; L_6 = (( ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 (*) (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_15; L_15 = (( Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_inline((&L_19), (Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_22; L_22 = ReadOnlySpan_1_Slice_mCDA07346338B4260EBFF80E4B24F290869B6F2D6_inline((ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *)(ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m66EC94D7FD1C70B9657077560382CC21711F3FBA_inline((&L_27), (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)((MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )); ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_28 = V_2; return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 Span_1_Slice_m583E37C3A1A51A3CC300E1DD7B6F54AD08E1FF1D_gshared_inline (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_8 = (Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mBE1197315280CC8050CDF6BCEDD84BE02BB6A888_inline((&L_11), (Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_gshared_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 ReadOnlySpan_1_Slice_mCDA07346338B4260EBFF80E4B24F290869B6F2D6_gshared_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_8 = (Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m436CBA3F894591D741D7EC90747593B2727BB787_inline((&L_11), (Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m66EC94D7FD1C70B9657077560382CC21711F3FBA_gshared_inline (ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tB10904DBBA7EDB8AFA533DC5E47551A04DFA1137 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_9 = ___array0; Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_10; L_10 = (( Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tB421E08F79B8CF7558A7A82013AC1F5079D23F25_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m30A4AC2E537C1AA77CE70561220045D3B6F7D972_gshared_inline (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 )); return; } IL_000b: { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlyMemory_1_get_Span_mD2C3BACF865E5C17DFE6F6FCBE1D0C04D5A63FCF_gshared_inline (ReadOnlyMemory_1_tC484F7D0AB05F67122951E644D8284DA247F94C1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)((MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB L_2; L_2 = VirtualFuncInvoker0< Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)((MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB L_5; L_5 = Span_1_Slice_m72C9C3DE110BA9A171BDB97A8430A8AB5514B58E_inline((Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB *)(Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_6; L_6 = (( ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 (*) (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_15; L_15 = (( Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_inline((&L_19), (Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_22; L_22 = ReadOnlySpan_1_Slice_mF0057A0AE339B67980F83468F1D07C6AE4A7BBBA_inline((ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *)(ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mE128FF7A858015DB4DAE16F611CC82D9A26F5DC2_inline((&L_27), (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)((MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )); ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_28 = V_2; return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB Span_1_Slice_m72C9C3DE110BA9A171BDB97A8430A8AB5514B58E_gshared_inline (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_8 = (Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m799B3945AE0163FEB62A16B981D3BC6D9B606267_inline((&L_11), (Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_gshared_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 ReadOnlySpan_1_Slice_mF0057A0AE339B67980F83468F1D07C6AE4A7BBBA_gshared_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_8 = (Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m495787491D4BBE442B2F30F6AD1AE0912C8BEAB6_inline((&L_11), (Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mE128FF7A858015DB4DAE16F611CC82D9A26F5DC2_gshared_inline (ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tC8080A9C1AFC1C60F433A9BA18046623B9A99898 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_9 = ___array0; Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_10; L_10 = (( Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t09A064682BCF582853CE045C54FF9EC968AA0176_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD15DE8B874188FC9C8F8D48FF62332A67327927F_gshared_inline (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 )); return; } IL_000b: { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlyMemory_1_get_Span_mB2636D5D0A4570AC857BBAA000BFF06D38162BFD_gshared_inline (ReadOnlyMemory_1_t48C1C3452701C660A9D8C959375BC89D82922F70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)((MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B L_2; L_2 = VirtualFuncInvoker0< Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)((MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B L_5; L_5 = Span_1_Slice_mE61FCC5BD43A3A95CCED4A05EE3C16E0EF7BAD78_inline((Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B *)(Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_6; L_6 = (( ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 (*) (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_15; L_15 = (( Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_inline((&L_19), (Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_22; L_22 = ReadOnlySpan_1_Slice_m3D4FEC9BE4FEDA4BFEAFA4D50452513181847F86_inline((ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *)(ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m102ACAC21099DF456060B8F081F2CC540203D6C9_inline((&L_27), (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)((MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )); ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_28 = V_2; return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B Span_1_Slice_mE61FCC5BD43A3A95CCED4A05EE3C16E0EF7BAD78_gshared_inline (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_8 = (Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m88B5404FE5DF5C735AFFD3B51C0C54A6CD3FA9A8_inline((&L_11), (Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_gshared_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 ReadOnlySpan_1_Slice_m3D4FEC9BE4FEDA4BFEAFA4D50452513181847F86_gshared_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_8 = (Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m1BAA8B5B3E6411E9FFD3AE4DEC54635BEDC5B0D0_inline((&L_11), (Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m102ACAC21099DF456060B8F081F2CC540203D6C9_gshared_inline (ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tC9CBE33D986FC48603C58ADF9EBFEF2F4F1DCBB5 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_9 = ___array0; Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_10; L_10 = (( Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tD4B0989A21A0101CE7894735787E59EB5E674DC8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m87B873369B866892A47D02E98C2C8F0AD3D684C0_gshared_inline (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED )); return; } IL_000b: { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlyMemory_1_get_Span_mBE896E3EBF403499D1E175EEE5F4AC08CECA36D4_gshared_inline (ReadOnlyMemory_1_t21031E512C1F09940431287A2816DFD4B3B51FED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)((MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 L_2; L_2 = VirtualFuncInvoker0< Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)((MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 L_5; L_5 = Span_1_Slice_m989617006FB0E939EC97B691F43D1E39BA8D2CD9_inline((Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 *)(Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_6; L_6 = (( ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 (*) (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_15; L_15 = (( Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_inline((&L_19), (Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_22; L_22 = ReadOnlySpan_1_Slice_m1559B38041ED840816B96AD19FB50551C33D46D4_inline((ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *)(ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m2C81DE22DAA92939670CEADB701FD8D5B20712FB_inline((&L_27), (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)((MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )); ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_28 = V_2; return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 Span_1_Slice_m989617006FB0E939EC97B691F43D1E39BA8D2CD9_gshared_inline (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_8 = (Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m61E364849080A5BF51972965A0BEA13A8CD03A0F_inline((&L_11), (Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_gshared_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 ReadOnlySpan_1_Slice_m1559B38041ED840816B96AD19FB50551C33D46D4_gshared_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_8 = (Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mE5783F04096C22634D785BE2E8BA93CD175F4C16_inline((&L_11), (Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2C81DE22DAA92939670CEADB701FD8D5B20712FB_gshared_inline (ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t3D94FCE12C1B1FB38375DC3E3591A4DFE4A91642 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_9 = ___array0; Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_10; L_10 = (( Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t5F1B97DB7B7E70BFA5249B133737D6537FAB760B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m8D45AFC0C02BACEA6863EFE977FCB67773AEFA6C_gshared_inline (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 )); return; } IL_000b: { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlyMemory_1_get_Span_m762C2B52404A831C31C4CF12E3D07CD196754318_gshared_inline (ReadOnlyMemory_1_tCF8F89C823D691393B91758114090727C1C3DB20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)((MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 L_2; L_2 = VirtualFuncInvoker0< Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)((MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 L_5; L_5 = Span_1_Slice_m9F36D735366649E805C0DA7126BC3F85D125BEF1_inline((Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 *)(Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_6; L_6 = (( ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 (*) (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_15; L_15 = (( Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_inline((&L_19), (Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_22; L_22 = ReadOnlySpan_1_Slice_mE5455174D35E34647B701472BDE0F17691746946_inline((ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *)(ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mAE50B7B23FB4A2D18FBDDD7DE33341C230427779_inline((&L_27), (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)((MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )); ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_28 = V_2; return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 Span_1_Slice_m9F36D735366649E805C0DA7126BC3F85D125BEF1_gshared_inline (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_8 = (Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m7D72297192787A6CC88566841A332EAD8EC74FA6_inline((&L_11), (Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_gshared_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 ReadOnlySpan_1_Slice_mE5455174D35E34647B701472BDE0F17691746946_gshared_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_8 = (Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m8E9A72362E4FBE67A73D2B1FBB99206FDC75C057_inline((&L_11), (Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mAE50B7B23FB4A2D18FBDDD7DE33341C230427779_gshared_inline (ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tA81D00036E17A4F0E883875686FE867915F59EE5 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_9 = ___array0; Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_10; L_10 = (( Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t9F6D122333F31F0423BA3C4164879DD2BE500E02_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m6BA1A2982D5E99878DDBFD9D8C7A16A2C62FC7B6_gshared_inline (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 )); return; } IL_000b: { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlyMemory_1_get_Span_mA50394CCEF5AE1089029FCA3F5CAB1D48F6E1EE1_gshared_inline (ReadOnlyMemory_1_t9538140EA1320D0612BB469AB062D79C97054273 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)((MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 L_2; L_2 = VirtualFuncInvoker0< Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)((MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 L_5; L_5 = Span_1_Slice_mB886B6872ED2414038014150DEC21649BC10DC32_inline((Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 *)(Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_6; L_6 = (( ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF (*) (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_15; L_15 = (( Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_inline((&L_19), (Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_22; L_22 = ReadOnlySpan_1_Slice_m82EE371BDAB26B86BD74613024EAAD7DEB686F43_inline((ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *)(ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mDE658CDF3279ABE3C350D08D7C9EF33F86511582_inline((&L_27), (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)((MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )); ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_28 = V_2; return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 Span_1_Slice_mB886B6872ED2414038014150DEC21649BC10DC32_gshared_inline (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_8 = (Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mC39CCC369F9B7C241A64A4118F06B4EB11E4610B_inline((&L_11), (Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_gshared_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF ReadOnlySpan_1_Slice_m82EE371BDAB26B86BD74613024EAAD7DEB686F43_gshared_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_8 = (Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mE13BDC9365B38C099DCB9B3B3C097164982F53A5_inline((&L_11), (Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mDE658CDF3279ABE3C350D08D7C9EF33F86511582_gshared_inline (ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tE39D1A70C60C0277D5FB331E9FAD99CBF15780FF )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_9 = ___array0; Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_10; L_10 = (( Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t4EFF6E97D512FDC7EDB89626DBD42264D69A4E07_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mE8B4CC2B0ECBAA46847AEE2E853A9ACD1CDBC2A4_gshared_inline (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 )); return; } IL_000b: { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlyMemory_1_get_Span_mC722D14518638DFE7E5B6A05BBEA9C1B5FCA0118_gshared_inline (ReadOnlyMemory_1_t787C30FA6EEE58838A2C2FF015B1DD41C24DE508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)((MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 L_2; L_2 = VirtualFuncInvoker0< Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)((MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 L_5; L_5 = Span_1_Slice_m34EAA4393C42DF48AD3059E8805AA375C7F1775B_inline((Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 *)(Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_6; L_6 = (( ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 (*) (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_15; L_15 = (( Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_inline((&L_19), (Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_22; L_22 = ReadOnlySpan_1_Slice_m24915519E7916C83AD30CE8B222ED2447F538435_inline((ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *)(ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m73CA311F2FD7205B861F5CEBF9A47778D5AE5223_inline((&L_27), (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)((MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )); ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_28 = V_2; return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 Span_1_Slice_m34EAA4393C42DF48AD3059E8805AA375C7F1775B_gshared_inline (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_8 = (Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mE6C98228F9BC5B02BB47D144AD714F9CEC8BF748_inline((&L_11), (Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_gshared_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 ReadOnlySpan_1_Slice_m24915519E7916C83AD30CE8B222ED2447F538435_gshared_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_8 = (Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m8E8B7B2F490F5CDA02A076D436B2C544AF04D22D_inline((&L_11), (Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m73CA311F2FD7205B861F5CEBF9A47778D5AE5223_gshared_inline (ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t4ECCDF2F6FBB7E424C97C1C93280A04B51EEAD69 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_9 = ___array0; Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_10; L_10 = (( Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tF895D128475E81ED8EBA5DB89033EBA3B4CF0EA7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF81A9B6E1EA8369ED568365C21D7C67B8312EEF7_gshared_inline (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 )); return; } IL_000b: { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlyMemory_1_get_Span_m8B5B69E269B730F1D14E2C0AE9E73A27AEA37577_gshared_inline (ReadOnlyMemory_1_t49DF997C20AE5D74A280D3F3915DB842BD0E8C31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)((MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 L_2; L_2 = VirtualFuncInvoker0< Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)((MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 L_5; L_5 = Span_1_Slice_m93DAE93CFCC431F85FF060206D6EC29C9416DB03_inline((Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 *)(Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_6; L_6 = (( ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 (*) (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_15; L_15 = (( Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_inline((&L_19), (Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_22; L_22 = ReadOnlySpan_1_Slice_m8082CD5AE9D17BCC29AC4F0C22212776B184E8B4_inline((ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *)(ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m1BF0649027387E4A34EDD3E4D3B53AD4A7463435_inline((&L_27), (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)((MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )); ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_28 = V_2; return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 Span_1_Slice_m93DAE93CFCC431F85FF060206D6EC29C9416DB03_gshared_inline (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_8 = (Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m3CDCD69B4E7047C301967017D3BFDB07BD091818_inline((&L_11), (Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_gshared_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 ReadOnlySpan_1_Slice_m8082CD5AE9D17BCC29AC4F0C22212776B184E8B4_gshared_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_8 = (Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m2724A2F343CFDBF77F7F0CC0F5A1896AE9B8986E_inline((&L_11), (Pinnable_1_t76758360C06982977C68715853C878A47E8602EA *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1BF0649027387E4A34EDD3E4D3B53AD4A7463435_gshared_inline (ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tAADE18703A06085017E067563E2AD9B1987EEAD8 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_9 = ___array0; Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_10; L_10 = (( Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t4748E32EDAD7C0604E64C3BC09C15B1568AEEBE8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1D9C0CC91D5043BAF7584C8AD4A9BBAC66CC4550_gshared_inline (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 )); return; } IL_000b: { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlyMemory_1_get_Span_mF53D1C90712E6ADF77A685D6E639FAF10604C9FE_gshared_inline (ReadOnlyMemory_1_t7E2192A7C0BD83E8B711FC2F682862F63B774957 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)((MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E L_2; L_2 = VirtualFuncInvoker0< Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)((MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E L_5; L_5 = Span_1_Slice_mB968EFAB295CF750B9C8020597962DDD1016AA2F_inline((Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E *)(Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_6; L_6 = (( ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC (*) (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_15; L_15 = (( Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_inline((&L_19), (Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_22; L_22 = ReadOnlySpan_1_Slice_m6619BEB2351706DEF3177228B654A2CC79E867BE_inline((ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *)(ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mC85EB470019290CB15F865D88582E0F5F403F723_inline((&L_27), (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)((MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )); ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_28 = V_2; return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E Span_1_Slice_mB968EFAB295CF750B9C8020597962DDD1016AA2F_gshared_inline (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_8 = (Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mBA08BF37FEBB51D2C96579868D3DCB0D8B80AC33_inline((&L_11), (Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_gshared_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC ReadOnlySpan_1_Slice_m6619BEB2351706DEF3177228B654A2CC79E867BE_gshared_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_8 = (Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mBBFB8995C6DB3ED852299F034E1AE98502E71696_inline((&L_11), (Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC85EB470019290CB15F865D88582E0F5F403F723_gshared_inline (ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t27EA2684F516004DAF29C632FB190896B9C391CC )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_9 = ___array0; Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_10; L_10 = (( Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tC25ED2FDDFBAEEF2DC782B006B9BCF56209701C8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF02B5420A908C3B9A36ECC76FE726E3EDAAB1AF7_gshared_inline (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 )); return; } IL_000b: { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlyMemory_1_get_Span_m4B81B7BEAEA073DCB0DE30C74D5C0680960C64D8_gshared_inline (ReadOnlyMemory_1_t1C4C2A1ECECBA306D9AAACFEDE1ADE7453217071 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)((MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 L_2; L_2 = VirtualFuncInvoker0< Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)((MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 L_5; L_5 = Span_1_Slice_m2E5AB6E01A947A48EE17F0941920465E8FF224FF_inline((Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 *)(Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_6; L_6 = (( ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 (*) (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_15; L_15 = (( Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_inline((&L_19), (Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_22; L_22 = ReadOnlySpan_1_Slice_m52B412D2C4042D0C610796307E9F4CC463C4E17F_inline((ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *)(ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m3D5CC381A10D52012EA7B4E25D283EA0B032EFDF_inline((&L_27), (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)((MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )); ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_28 = V_2; return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 Span_1_Slice_m2E5AB6E01A947A48EE17F0941920465E8FF224FF_gshared_inline (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_8 = (Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m98FB1A54ACE0EEE2F4096CCCBBACB22B112E1A7F_inline((&L_11), (Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_gshared_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 ReadOnlySpan_1_Slice_m52B412D2C4042D0C610796307E9F4CC463C4E17F_gshared_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_8 = (Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m74698C0D4FD16C2BAC0BD499AB69FB83D185477B_inline((&L_11), (Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m3D5CC381A10D52012EA7B4E25D283EA0B032EFDF_gshared_inline (ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t95FAD0CB36984C9C372DC79DCDE6691C83605AC4 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_9 = ___array0; Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_10; L_10 = (( Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tC1AD8D5A2BE0201BB7826766CC6C0C3EDDBF3FBC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m512B8C52D190D8545920B37AC0E2A6B03AA7193B_gshared_inline (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 )); return; } IL_000b: { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlyMemory_1_get_Span_m8BA8D0874D3866C801FB1A4C7C21388DA76D0234_gshared_inline (ReadOnlyMemory_1_t5D2FC9D1F290E0CB31B36F6A845E1243AD130FA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t85E11E4140E6356C6293590FB7832A9551354776 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)((MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t85E11E4140E6356C6293590FB7832A9551354776 L_2; L_2 = VirtualFuncInvoker0< Span_1_t85E11E4140E6356C6293590FB7832A9551354776 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)((MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t85E11E4140E6356C6293590FB7832A9551354776 L_5; L_5 = Span_1_Slice_mA85E8C7C372B557729CB3BD94C8E9BAF44408A4F_inline((Span_1_t85E11E4140E6356C6293590FB7832A9551354776 *)(Span_1_t85E11E4140E6356C6293590FB7832A9551354776 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_6; L_6 = (( ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 (*) (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t85E11E4140E6356C6293590FB7832A9551354776 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_15; L_15 = (( Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_inline((&L_19), (Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_22; L_22 = ReadOnlySpan_1_Slice_m55A6E860BF55EBD22AD3052D80C0F6C5791E451A_inline((ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *)(ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mC05AD5CB87B433901DD936AB30D479E844A54266_inline((&L_27), (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)((MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )); ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_28 = V_2; return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t85E11E4140E6356C6293590FB7832A9551354776 Span_1_Slice_mA85E8C7C372B557729CB3BD94C8E9BAF44408A4F_gshared_inline (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_8 = (Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t85E11E4140E6356C6293590FB7832A9551354776 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m7A0DB6FDA90DD1B78039A47F0C0608880A165037_inline((&L_11), (Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_gshared_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 ReadOnlySpan_1_Slice_m55A6E860BF55EBD22AD3052D80C0F6C5791E451A_gshared_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_8 = (Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m45D487ED3538B4F6FEBF03514AD43FB065E7A7D8_inline((&L_11), (Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC05AD5CB87B433901DD936AB30D479E844A54266_gshared_inline (ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t8686DF3E7871F78C041CCED7E83DF0CBBD756958 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_9 = ___array0; Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_10; L_10 = (( Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tFA5CBFAAC5AF41C289F5F53184200C3BE1D7BDDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m795A9812AEE559BEADE315B75BAB18B97C2C8325_gshared_inline (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 )); return; } IL_000b: { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlyMemory_1_get_Span_m6EB141B52F59DA6260F4A21C3C72651DD883D652_gshared_inline (ReadOnlyMemory_1_t84E778BD44CD69B350204EF620E9EF65E505B9B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)((MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 L_2; L_2 = VirtualFuncInvoker0< Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)((MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 L_5; L_5 = Span_1_Slice_m4442E67F88E4B7971364CE89AB8D144555F46665_inline((Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 *)(Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_6; L_6 = (( ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 (*) (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_15; L_15 = (( Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_inline((&L_19), (Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_22; L_22 = ReadOnlySpan_1_Slice_mBCC7DB501E4571950584AF46658CB79C5AE0CBFB_inline((ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *)(ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m22F78342C42A46C293D74C213FF3360728ADEE18_inline((&L_27), (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)((MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )); ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_28 = V_2; return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 Span_1_Slice_m4442E67F88E4B7971364CE89AB8D144555F46665_gshared_inline (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_8 = (Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m7204D87E50E7B829D79F668F4BC3EFDC6F04F754_inline((&L_11), (Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_gshared_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 ReadOnlySpan_1_Slice_mBCC7DB501E4571950584AF46658CB79C5AE0CBFB_gshared_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_8 = (Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m71C35AFA9E4B2942433167B9873F40E78C76226B_inline((&L_11), (Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m22F78342C42A46C293D74C213FF3360728ADEE18_gshared_inline (ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tBEAD9364A6E0ED86A8D6AB88D13939400CB9D485 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_9 = ___array0; Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_10; L_10 = (( Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tE736C3B1DBC0D524BAFAB48C608AD16DE6B49FF1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m9497C24F688A0029B6519A681F601CC9957B046F_gshared_inline (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 )); return; } IL_000b: { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlyMemory_1_get_Span_mCC1A7E547A23C55D7AEECC9792A3F12971E717D4_gshared_inline (ReadOnlyMemory_1_tBC3A83AF85DC12342A1E14578CEAADB6123E4777 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)((MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 L_2; L_2 = VirtualFuncInvoker0< Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)((MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 L_5; L_5 = Span_1_Slice_mD048875BB3E94D6A8D8DC443BA67FC6F5AE2BE17_inline((Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 *)(Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_6; L_6 = (( ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 (*) (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_15; L_15 = (( Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_inline((&L_19), (Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_22; L_22 = ReadOnlySpan_1_Slice_m5ECEF67599A76FB5BBE31262103502D751DDB34B_inline((ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *)(ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m6F3419B39F41E115B1925CC2D7AB4105A8C04C71_inline((&L_27), (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)((MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )); ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_28 = V_2; return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 Span_1_Slice_mD048875BB3E94D6A8D8DC443BA67FC6F5AE2BE17_gshared_inline (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_8 = (Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m6162D8BD6807EFCBAB2813A0860494566EDFEC87_inline((&L_11), (Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_gshared_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 ReadOnlySpan_1_Slice_m5ECEF67599A76FB5BBE31262103502D751DDB34B_gshared_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_8 = (Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m7E30B193FB8BA2AAA8A54EB7306668E2FD2F07D1_inline((&L_11), (Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m6F3419B39F41E115B1925CC2D7AB4105A8C04C71_gshared_inline (ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t1D8CB1E9EB44962CC637C20EDCB24FB50797A723 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_9 = ___array0; Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_10; L_10 = (( Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t88DAAACD8807E9C73D94424121385A3566D0CC33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m4DEB619F39E62D5AC58A23FC46F402E2A6590FF4_gshared_inline (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 )); return; } IL_000b: { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlyMemory_1_get_Span_m518780A6541C0447571DCA2A6E67989E9C25DDDD_gshared_inline (ReadOnlyMemory_1_t4EF806F26A89F6BA4DC15CE7B61A62CA59DE4962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)((MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 L_2; L_2 = VirtualFuncInvoker0< Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)((MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 L_5; L_5 = Span_1_Slice_mBA7A700C3FB765361DEB9EF88FBCEAF4F426A8D5_inline((Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 *)(Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_6; L_6 = (( ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE (*) (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_15; L_15 = (( Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_inline((&L_19), (Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_22; L_22 = ReadOnlySpan_1_Slice_mB15288915FF6FFE04F1861CD74CEBAB9824BE7E3_inline((ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *)(ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mA40E935CF092D10248093D2356D843A11764FC06_inline((&L_27), (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)((MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )); ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_28 = V_2; return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 Span_1_Slice_mBA7A700C3FB765361DEB9EF88FBCEAF4F426A8D5_gshared_inline (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_8 = (Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m449F63E37B13A16792CB458ED313196A17D819BB_inline((&L_11), (Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_gshared_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE ReadOnlySpan_1_Slice_mB15288915FF6FFE04F1861CD74CEBAB9824BE7E3_gshared_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_8 = (Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m834B437A8D324910589429CC81A8581ECE6A2CB7_inline((&L_11), (Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mA40E935CF092D10248093D2356D843A11764FC06_gshared_inline (ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tF17F6C1AC2CDFA2B8E8F8CD7BBC3368386196EEE )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_9 = ___array0; Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_10; L_10 = (( Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tA737BDDEA8E5A80BB0DA133DF7F42DC30F97A034_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m59421E3D385B8626E5FFAB17EEAE7338EA9759BC_gshared_inline (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 )); return; } IL_000b: { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlyMemory_1_get_Span_m74A212D26EAE1917D03E8E42DFB654011F40F9D6_gshared_inline (ReadOnlyMemory_1_tDAC0AC32213A65687E6DA46BC3FA80C60AC40245 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)((MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 L_2; L_2 = VirtualFuncInvoker0< Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)((MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 L_5; L_5 = Span_1_Slice_mAD4723185D7B6958684A48B6F33317AF65558742_inline((Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 *)(Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_6; L_6 = (( ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E (*) (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_15; L_15 = (( Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_inline((&L_19), (Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_22; L_22 = ReadOnlySpan_1_Slice_mA668F643378659DA1949ACD22E4C87AB65A11FF9_inline((ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *)(ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m0F7DC1BFF4D97F7C4A1FC13ED12544BA23F44221_inline((&L_27), (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)((MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )); ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_28 = V_2; return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 Span_1_Slice_mAD4723185D7B6958684A48B6F33317AF65558742_gshared_inline (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_8 = (Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m281913A7337897C618E9EDB990598D44988E9884_inline((&L_11), (Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_gshared_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E ReadOnlySpan_1_Slice_mA668F643378659DA1949ACD22E4C87AB65A11FF9_gshared_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_8 = (Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mD22DEF6582AD7D09477A3CDF9BCF61E656CB95B5_inline((&L_11), (Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0F7DC1BFF4D97F7C4A1FC13ED12544BA23F44221_gshared_inline (ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tFC722FC12D30135A7FD1A20CDAF70DFA95BA388E )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_9 = ___array0; Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_10; L_10 = (( Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t19F6051CFCC817069604EA4E3336EF5F18E74283_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m3C0586A3AE596E2E45517E2870D84563DA3B0196_gshared_inline (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 )); return; } IL_000b: { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlyMemory_1_get_Span_m42E0DD812572EF6E601148FB2F30893EE7E466B9_gshared_inline (ReadOnlyMemory_1_t08194EE6258AEC2E8D3A10F1D7F424C87B00C9D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)((MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A L_2; L_2 = VirtualFuncInvoker0< Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)((MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A L_5; L_5 = Span_1_Slice_mFBE4DA51382B9DF9ABACDB67CF9A291E566282C4_inline((Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A *)(Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_6; L_6 = (( ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF (*) (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_15; L_15 = (( Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_inline((&L_19), (Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_22; L_22 = ReadOnlySpan_1_Slice_mDDF4D6E41D324C372BBDCE1B9B2AA124F3560C6C_inline((ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *)(ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m15BDBAF35FA509179607A48574BDED160C5B8D48_inline((&L_27), (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)((MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )); ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_28 = V_2; return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A Span_1_Slice_mFBE4DA51382B9DF9ABACDB67CF9A291E566282C4_gshared_inline (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_8 = (Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mC555E4A22A458D9F5E2CD79700784C437D68D6BD_inline((&L_11), (Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_gshared_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF ReadOnlySpan_1_Slice_mDDF4D6E41D324C372BBDCE1B9B2AA124F3560C6C_gshared_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_8 = (Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mCBDD1866A01C73B0BD46640FBB71C54908C9E681_inline((&L_11), (Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m15BDBAF35FA509179607A48574BDED160C5B8D48_gshared_inline (ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tB0B5EC4FD6039A8E253BBD580D7F7770F953C4AF )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_9 = ___array0; Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_10; L_10 = (( Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tA470B38B3C722A1E46F9609ABDD99BB8105EC99E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mF3ACFF99A9D1FEE9A66DE25B3D8C361823AA3B6C_gshared_inline (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 )); return; } IL_000b: { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlyMemory_1_get_Span_m7468B72E3399B93A8D399DE7E60BC28729E1432D_gshared_inline (ReadOnlyMemory_1_tD29367BBD8332F5782B457B9C5CD13238FD68600 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)((MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F L_2; L_2 = VirtualFuncInvoker0< Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)((MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F L_5; L_5 = Span_1_Slice_m83A9C69C7C4EFFE639E06D81E4FEFDD8CCF5B3E4_inline((Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F *)(Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_6; L_6 = (( ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 (*) (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_15; L_15 = (( Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_inline((&L_19), (Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_22; L_22 = ReadOnlySpan_1_Slice_m83C037EB1834597359E8039099E31108DB2ABC73_inline((ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *)(ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mAF493B798997B83432D232971D3313491DF6E897_inline((&L_27), (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)((MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )); ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_28 = V_2; return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F Span_1_Slice_m83A9C69C7C4EFFE639E06D81E4FEFDD8CCF5B3E4_gshared_inline (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_8 = (Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mDA7BFBB51D1334F75DED08F7CC67A067E1763DD3_inline((&L_11), (Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_gshared_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 ReadOnlySpan_1_Slice_m83C037EB1834597359E8039099E31108DB2ABC73_gshared_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_8 = (Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mFB15E80577498678B51503CF0BDD455111B40409_inline((&L_11), (Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mAF493B798997B83432D232971D3313491DF6E897_gshared_inline (ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t3D3F0B0FD13E0CD98A3019056A51CC282DA74270 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_9 = ___array0; Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_10; L_10 = (( Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tABF97E771F92EB46C4521DA1C36742416A76E45F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_mD9F1E694FC2FF526B68B5210BCFAEA7986393E66_gshared_inline (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB )); return; } IL_000b: { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlyMemory_1_get_Span_m679667DA8158F07E5790F6D02F49E512C5764F38_gshared_inline (ReadOnlyMemory_1_t36C59A92096C2EF5F3F742D6F791EB4DA408A7FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)((MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 L_2; L_2 = VirtualFuncInvoker0< Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)((MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 L_5; L_5 = Span_1_Slice_m5D821F926D430BD1129F011381F35B5EC76E1712_inline((Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 *)(Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_6; L_6 = (( ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 (*) (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_15; L_15 = (( Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_inline((&L_19), (Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_22; L_22 = ReadOnlySpan_1_Slice_m6B2AD42A3D787142487D78B5E690E854C19D7F85_inline((ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *)(ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m774F4F0BA16F9482B8AB11FCE189271A332A1244_inline((&L_27), (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)((MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )); ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_28 = V_2; return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 Span_1_Slice_m5D821F926D430BD1129F011381F35B5EC76E1712_gshared_inline (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_8 = (Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mEC52DD66BBEFE1E17D95007539140A325EF18B8D_inline((&L_11), (Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_gshared_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 ReadOnlySpan_1_Slice_m6B2AD42A3D787142487D78B5E690E854C19D7F85_gshared_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_8 = (Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m1D00A0059DB63945493BD333B6A272DA28329999_inline((&L_11), (Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m774F4F0BA16F9482B8AB11FCE189271A332A1244_gshared_inline (ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t7715F792A765A699EFF44ABE8C6E9C53387AD613 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_9 = ___array0; Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_10; L_10 = (( Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tE968E4157B8A936C0A06441F88105599DC5C1B73_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m1ABA2E6189F295FBFBC9E8B8A7BC1931DB1BEE7D_gshared_inline (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF )); return; } IL_000b: { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlyMemory_1_get_Span_m481B18C9525FC9A4B231CE60527D70DEA649D385_gshared_inline (ReadOnlyMemory_1_t9EA3ABDBD06D0C91F7AE2064EBF0C296F9004FBF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_tADA37510601FA34CF0623B41095419E4009CB470 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)((MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_tADA37510601FA34CF0623B41095419E4009CB470 L_2; L_2 = VirtualFuncInvoker0< Span_1_tADA37510601FA34CF0623B41095419E4009CB470 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)((MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tADA37510601FA34CF0623B41095419E4009CB470 L_5; L_5 = Span_1_Slice_mB29A581EE6F6793A82024E44E2D305D60AEC9AD5_inline((Span_1_tADA37510601FA34CF0623B41095419E4009CB470 *)(Span_1_tADA37510601FA34CF0623B41095419E4009CB470 *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_6; L_6 = (( ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 (*) (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_tADA37510601FA34CF0623B41095419E4009CB470 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_15; L_15 = (( Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_inline((&L_19), (Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_22; L_22 = ReadOnlySpan_1_Slice_mB632C6800804AC09422B2B977EE788AC66919A3B_inline((ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *)(ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m49642CE3B5957B46AB18F1FB2329BB07DD6FFAF6_inline((&L_27), (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)((MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )); ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_28 = V_2; return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tADA37510601FA34CF0623B41095419E4009CB470 Span_1_Slice_mB29A581EE6F6793A82024E44E2D305D60AEC9AD5_gshared_inline (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_8 = (Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tADA37510601FA34CF0623B41095419E4009CB470 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mD24D5A8610DD93ED0366853B41FC1E91FAA767BD_inline((&L_11), (Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_gshared_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 ReadOnlySpan_1_Slice_mB632C6800804AC09422B2B977EE788AC66919A3B_gshared_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_8 = (Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m7E42036369E29FF1F22B8299D226C86A341651EA_inline((&L_11), (Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m49642CE3B5957B46AB18F1FB2329BB07DD6FFAF6_gshared_inline (ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tC4EA799BB1FEA8570B3CDDF35CCA69985B383CE3 )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_9 = ___array0; Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_10; L_10 = (( Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t76F13DC181A98EC247EB6D27AB758BFC01C224CF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m0A43897F988415F02FC2E1C716171DC251FA068B_gshared_inline (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F )); return; } IL_000b: { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlyMemory_1_get_Span_m618065194CBD26DD76443ADA635999D47CDB3D0D_gshared_inline (ReadOnlyMemory_1_t0E3430A4A12DCFF14AE61B204C088223E1A1184F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)((MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF L_2; L_2 = VirtualFuncInvoker0< Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)((MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF L_5; L_5 = Span_1_Slice_m4B89CB11F9DBD2C81E2F3D24E4F94783C0B40938_inline((Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF *)(Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_6; L_6 = (( ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A (*) (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_15; L_15 = (( Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_inline((&L_19), (Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_22; L_22 = ReadOnlySpan_1_Slice_m9D71946BDE598DF627A8F11D29D061E45AFA7A1F_inline((ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *)(ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_mC9CB5FD2BF881AD29E9FF032148EC5A85150250D_inline((&L_27), (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)((MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )); ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_28 = V_2; return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF Span_1_Slice_m4B89CB11F9DBD2C81E2F3D24E4F94783C0B40938_gshared_inline (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_8 = (Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mFBB4EE60BAD24C7F91CF44A61EA52667CA9BDE9D_inline((&L_11), (Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_gshared_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A ReadOnlySpan_1_Slice_m9D71946BDE598DF627A8F11D29D061E45AFA7A1F_gshared_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_8 = (Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m2920FC31AD0E1CB38A197056B0C846B2C7DD7CAD_inline((&L_11), (Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC9CB5FD2BF881AD29E9FF032148EC5A85150250D_gshared_inline (ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t32062428082A6E701A821BC63F8B11F1E1AE601A )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_9 = ___array0; Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_10; L_10 = (( Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t3D1C32850F2448D77D2A9D7B31265AF632375DAB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlyMemory_1__ctor_m3CF2C2CB84BBB7AEEADD19B1F3438E67030C5CE9_gshared_inline (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B )); return; } IL_000b: { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_1 = ___array0; __this->set__object_0((RuntimeObject *)L_1); __this->set__index_1(0); MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_2 = ___array0; NullCheck(L_2); __this->set__length_2(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlyMemory_1_get_Span_m80BBB1C7C6F3D94FD9314AD9192D3989A45C26ED_gshared_inline (ReadOnlyMemory_1_t857E7DF353075C208936D4449FE7E7D974B4A56B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get__index_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0039; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get__object_0(); NullCheck((MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)((MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D L_2; L_2 = VirtualFuncInvoker0< Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1>::GetSpan() */, (MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)((MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))); V_0 = (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D L_5; L_5 = Span_1_Slice_mAB47EF831C2A0C4928F5AC058163233ED79A29B2_inline((Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D *)(Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D *)(&V_0), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))), (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_6; L_6 = (( ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF (*) (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_6; } IL_0039: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_8, (Type_t *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_008e; } } { RuntimeObject * L_12 = (RuntimeObject *)__this->get__object_0(); String_t* L_13 = (String_t*)((String_t*)IsInst((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); V_1 = (String_t*)L_13; if (!L_13) { goto IL_008e; } } { String_t* L_14 = V_1; Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_15; L_15 = (( Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_16 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_17 = V_1; NullCheck((String_t*)L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_17, /*hidden argument*/NULL); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_19; memset((&L_19), 0, sizeof(L_19)); ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_inline((&L_19), (Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *)L_15, (intptr_t)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); V_2 = (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_19; int32_t L_20 = (int32_t)__this->get__index_1(); int32_t L_21 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_22; L_22 = ReadOnlySpan_1_Slice_mC663B8B79C861820E66F51D40295A04A1853BE52_inline((ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *)(ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF *)(&V_2), (int32_t)L_20, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_22; } IL_008e: { RuntimeObject * L_23 = (RuntimeObject *)__this->get__object_0(); if (!L_23) { goto IL_00b9; } } { RuntimeObject * L_24 = (RuntimeObject *)__this->get__object_0(); int32_t L_25 = (int32_t)__this->get__index_1(); int32_t L_26 = (int32_t)__this->get__length_2(); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_27; memset((&L_27), 0, sizeof(L_27)); ReadOnlySpan_1__ctor_m54562BB58221CB26DEB285C63E79A2DFA2DBB6C9_inline((&L_27), (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)((MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 13))), (int32_t)L_25, (int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483647LL))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_27; } IL_00b9: { il2cpp_codegen_initobj((&V_2), sizeof(ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )); ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_28 = V_2; return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_28; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D Span_1_Slice_mAB47EF831C2A0C4928F5AC058163233ED79A29B2_gshared_inline (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_8 = (Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mE9025D4EB57B2397689D973676E2003AD69E5391_inline((&L_11), (Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_gshared_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF ReadOnlySpan_1_Slice_mC663B8B79C861820E66F51D40295A04A1853BE52_gshared_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_8 = (Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m210BD6036A53F8B291DF5493F343C730679644FB_inline((&L_11), (Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m54562BB58221CB26DEB285C63E79A2DFA2DBB6C9_gshared_inline (ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t8A3F7C4E4A0D8E7EBD68926527318B2E91A130FF )); return; } IL_0017: { int32_t L_3 = ___start1; MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_9 = ___array0; Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_10; L_10 = (( Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t5920B90520FE3FB671FD6FE30F19DA204DF369E6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CXU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CWidthU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_inline((&L_11), (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC6D40C35AA888D3180A2A5CB5F0AF25F61593DDC_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C ReadOnlySpan_1_Slice_m811D68F35DD93BA380EEA92819C0421769B20A7C_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mC6D40C35AA888D3180A2A5CB5F0AF25F61593DDC_inline((&L_11), (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1D29369A1003ED3A9A5E2F3B705BCB9A06FE1C4E_gshared_inline (ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C * __this, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t73A12666B67F4AB5DBB6582CD12FADD703C76D4C )); return; } IL_0017: { int32_t L_3 = ___start1; NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_9 = ___array0; Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_10; L_10 = (( Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tB444E2C47001387793EE78A2AFB95399C399245E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_inline((&L_11), (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m37A6A1109BF48620471AF9DBF00AA3B5DA6670CA_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF ReadOnlySpan_1_Slice_m6C846AFAC5F6E7960B4BA18E017845AB91FB6338_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m37A6A1109BF48620471AF9DBF00AA3B5DA6670CA_inline((&L_11), (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF8628507BDBC70C31A7381D39DF33A43F9EAE60E_gshared_inline (ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF * __this, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t44D09B52BF4D90C227C154DCD8A0EA64B50108DF )); return; } IL_0017: { int32_t L_3 = ___start1; NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_9 = ___array0; Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_10; L_10 = (( Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t1365A123C1A4944F15CF32AE47D52365CD8F5E6D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t8F2820222127FA3555803F54498E9275CE67C798 Span_1_Slice_m9B8996ADDAF79B2D322E1A49E10EEC07C4B7A63A_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_8 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mAC14589AAB40984711662365B0DAC41438C66D23_inline((&L_11), (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mC0B16B78CBB8E70E37F0EE3B535883CE8CAE4774_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 ReadOnlySpan_1_Slice_m63F0D44C3C20D2309A7171AB1C84E7CDB4B2A18F_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_8 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mC0B16B78CBB8E70E37F0EE3B535883CE8CAE4774_inline((&L_11), (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m3B3225182CFF62B644FEE8D7F21B0C9A01DF97CF_gshared_inline (ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 * __this, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t500FE1197A714E89B56D8AE983325F8F1CB994B3 )); return; } IL_0017: { int32_t L_3 = ___start1; NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_9 = ___array0; Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_10; L_10 = (( Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tD47A15451DDEEE84E9B0660A624C44E17FD6300D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC Span_1_Slice_mBDAAC647AB48B08F59673D6CB396E36B87048305_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_8 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m2D7205C0D21FE7A12235CA7E6D14810CD33016D6_inline((&L_11), (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1FC0F7C00025B017DCD2EEF6E9A8CCF9CC6A978B_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F ReadOnlySpan_1_Slice_m93C047FEBD574C65D49D200AAF6E6299929D8C03_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_8 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m1FC0F7C00025B017DCD2EEF6E9A8CCF9CC6A978B_inline((&L_11), (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mF4789CE3B5BA8109D7765D6ACC6033B287B4B448_gshared_inline (ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F * __this, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tECB449E33E7481053D38B3C4C3156AEBEBCA5B9F )); return; } IL_0017: { int32_t L_3 = ___start1; Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_9 = ___array0; Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_10; L_10 = (( Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t53B4E59CB57E72F0B2A2DEB71DC30CBEC687879A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD Span_1_Slice_m559CD7E5A5C913047F416D79EE553ED3D2AE8332_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_8 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m9A4FCEC0600C4459A7F0B217F7EB877B9B4164BC_inline((&L_11), (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mADEE08822E6B129C5BC189B1912A260A87F642CB_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F ReadOnlySpan_1_Slice_m7A7844C60F527D0308865695C6E623958EA3DAAC_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_8 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mADEE08822E6B129C5BC189B1912A260A87F642CB_inline((&L_11), (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m325E952F4B6864C6DF7EAECCE797954DE75F6CA2_gshared_inline (ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F * __this, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t0875B92AB520DEACE75697085F9BCB43E708753F )); return; } IL_0017: { int32_t L_3 = ___start1; Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_9 = ___array0; Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_10; L_10 = (( Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tAA6C2B579FBE5EC1F495325FF2638365BFA9C561_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 Span_1_Slice_m5914729D2F3435FBD9ACF7507A176EC053FD2172_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_8 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mC0A9C617BF2099138DF5440F5B15EBB43356040C_inline((&L_11), (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m793F319E0586B3B9A17F673DC676CF3EA7429EF4_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 ReadOnlySpan_1_Slice_mD6BC18812C39572AD9917B74CE7726882D9498F7_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_8 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m793F319E0586B3B9A17F673DC676CF3EA7429EF4_inline((&L_11), (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mDAD6985D1BE17481ABB9ABA638EA94A4B56E7102_gshared_inline (ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 * __this, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t6B854ED0AAE05D17D92A6D37B4FB9453AC548679 )); return; } IL_0017: { int32_t L_3 = ___start1; Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_9 = ___array0; Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_10; L_10 = (( Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tDC4055B994A4CFE5E25EE7242AD1D2FCDCC3430F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 Span_1_Slice_m32673E9D5668F43C9552D5BB96327529B11FA615_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_8 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m829BD2D25CCFC999D5AC6BDFEDE14E7933A901FC_inline((&L_11), (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD92AF7A48FEF289EC183C6221A842AC4D5DD550B_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B ReadOnlySpan_1_Slice_m9727E3C1FB50DD39B3FAD4F8FE514DDB2CB808DA_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_8 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mD92AF7A48FEF289EC183C6221A842AC4D5DD550B_inline((&L_11), (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD243927A719F237AB41315B9AE9434771F5342AF_gshared_inline (ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B * __this, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t99B7A0E2E954EC3899793E3A6211CEB919000A4B )); return; } IL_0017: { int32_t L_3 = ___start1; Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_9 = ___array0; Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_10; L_10 = (( Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tB05E3DA98CAB2F79F519E05849AFAC6C69A14E89_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 Span_1_Slice_mD2DA1A8DB2E924728FA0A89997861C6D725B97BB_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_8 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m6F12225CC1113429A5C254B77496713CD91895F2_inline((&L_11), (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mA1B0A659334E32786DEFE0FD04D173840CEE0ABD_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 ReadOnlySpan_1_Slice_mA6F6D6D75FFC70C7B10C9F3089B651B8BA52222F_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_8 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_mA1B0A659334E32786DEFE0FD04D173840CEE0ABD_inline((&L_11), (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m779BFBB4D8BF18875952DBDC651DDCDD4298964D_gshared_inline (ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 * __this, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tA57223B9C610FED0E4875F2C4600BC1237954875 )); return; } IL_0017: { int32_t L_3 = ___start1; Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_9 = ___array0; Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_10; L_10 = (( Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t79EBFB9830AE194348FB413558A22D1CBCECF08A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A Span_1_Slice_m1415050A381A86FD5A9C4D264B919A60A2075B60_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_8 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m28C01E83C3FC0D470945D689762427854BEDED05_inline((&L_11), (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m40837B7195443C2E1D4FE30A6E3C1C26ED38859A_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 ReadOnlySpan_1_Slice_m4A7728CB74A177B092CD55B805BF8C30F0AAC3F8_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_8 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m40837B7195443C2E1D4FE30A6E3C1C26ED38859A_inline((&L_11), (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m9EB2D45E01E996E7E2D57358CA8A6632D34F4CF0_gshared_inline (ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 * __this, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tBF46D2755E87B3ADC5FFC417520DF6E689DCBA12 )); return; } IL_0017: { int32_t L_3 = ___start1; Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_9 = ___array0; Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_10; L_10 = (( Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t9B0136BD29A75D8406FC08782847870E10FA048C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 Span_1_Slice_m1F24BBF2B02EADF6349FF807DB4F63E4AD4EAC7D_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_8 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m6C43009AE1F9CA330251C03B0A7C86648AC341AE_inline((&L_11), (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m06099B6C6EAAE39AC323F6F4D4A1E4697058B60B_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF ReadOnlySpan_1_Slice_m089286E3AE262DADF4A3839F6E2B651D4937B941_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_8 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m06099B6C6EAAE39AC323F6F4D4A1E4697058B60B_inline((&L_11), (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mBB887D45423C7045C3EED12FE775D34574CB2F0B_gshared_inline (ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF * __this, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tF84B694B76AC2140B8D3521A74DEDD3B5EC3D1EF )); return; } IL_0017: { int32_t L_3 = ___start1; RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_9 = ___array0; Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_10; L_10 = (( Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_tF6AD7A69742C63BD2CD641602BDD66A5753394BA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 Span_1_Slice_mB8D060B1E1C38162C4F3941B8C0F91240C707676_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_8 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m0B314BF6DDBA7BC1502662A8879A783453F3BAD7_inline((&L_11), (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m2AD2F2A2F5D9A120B464DEB11EEFF27E2FCD55C0_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 ReadOnlySpan_1_Slice_m9B59787C26E210F7D83BFF5B97BB10964708758E_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_8 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m2AD2F2A2F5D9A120B464DEB11EEFF27E2FCD55C0_inline((&L_11), (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mD330B60C63B268218AB4A3AC2E13F0A9D9C706FB_gshared_inline (ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 * __this, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t5426E51EDD22441DF991BD341E1B2E0FFA991BA4 )); return; } IL_0017: { int32_t L_3 = ___start1; Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_9 = ___array0; Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_10; L_10 = (( Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t4C6BC53C5BB4BC41FFEF0417F08E4ADF5A6992A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 Span_1_Slice_mE6833D379054C0B802D059EFDAB45F8D07B114F3_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_8 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m7033FC78BF46CA729241A0E751D010A804C9CB8F_inline((&L_11), (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m318FC8E838D386C6EFDAEDA1D7386A18B602FA53_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF ReadOnlySpan_1_Slice_mEC8FBC699360F3AFE2706D0B87850CC5EBCD1F69_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_8 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m318FC8E838D386C6EFDAEDA1D7386A18B602FA53_inline((&L_11), (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mAE9BC347DE0E56B6F964CB7F8735908B0DA58E7B_gshared_inline (ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF * __this, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_0 = ___array0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000f; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t78A0785E205F429519DAAD85F00B88C0EC43A5FF )); return; } IL_0017: { int32_t L_3 = ___start1; Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0025; } } { int32_t L_5 = ___length2; Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)))))) { goto IL_002b; } } IL_0025: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = ___length2; __this->set__length_2(L_8); Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_9 = ___array0; Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_10; L_10 = (( Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); __this->set__pinnable_0(L_10); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); intptr_t L_11 = ((PerTypeValues_1_t855027E1D10A29F308061C954B9BF90D9F2F548C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))->get_ArrayAdjustment_2(); int32_t L_12 = ___start1; intptr_t L_13; L_13 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); __this->set__byteOffset_1((intptr_t)L_13); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mBF8E2261525660311F01BB42DB1484A543188710_gshared_inline (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 * __this, Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m76A459347E42D6C85CDBB4FAE2BFBF9739527395_gshared_inline (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 * __this, Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mA1903EF6CE670231C22DFF698ABC45DC1ADF525E_gshared_inline (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB * __this, Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m1E82FD3266D66560548BB5E2042BCF8AAB42966C_gshared_inline (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 * __this, Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mBE1197315280CC8050CDF6BCEDD84BE02BB6A888_gshared_inline (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 * __this, Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m799B3945AE0163FEB62A16B981D3BC6D9B606267_gshared_inline (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB * __this, Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m88B5404FE5DF5C735AFFD3B51C0C54A6CD3FA9A8_gshared_inline (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B * __this, Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m61E364849080A5BF51972965A0BEA13A8CD03A0F_gshared_inline (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 * __this, Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7D72297192787A6CC88566841A332EAD8EC74FA6_gshared_inline (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 * __this, Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC39CCC369F9B7C241A64A4118F06B4EB11E4610B_gshared_inline (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 * __this, Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE6C98228F9BC5B02BB47D144AD714F9CEC8BF748_gshared_inline (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 * __this, Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m3CDCD69B4E7047C301967017D3BFDB07BD091818_gshared_inline (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 * __this, Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mBA08BF37FEBB51D2C96579868D3DCB0D8B80AC33_gshared_inline (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E * __this, Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m98FB1A54ACE0EEE2F4096CCCBBACB22B112E1A7F_gshared_inline (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 * __this, Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7A0DB6FDA90DD1B78039A47F0C0608880A165037_gshared_inline (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 * __this, Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7204D87E50E7B829D79F668F4BC3EFDC6F04F754_gshared_inline (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 * __this, Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m6162D8BD6807EFCBAB2813A0860494566EDFEC87_gshared_inline (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 * __this, Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m449F63E37B13A16792CB458ED313196A17D819BB_gshared_inline (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 * __this, Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m281913A7337897C618E9EDB990598D44988E9884_gshared_inline (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 * __this, Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC555E4A22A458D9F5E2CD79700784C437D68D6BD_gshared_inline (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A * __this, Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mDA7BFBB51D1334F75DED08F7CC67A067E1763DD3_gshared_inline (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F * __this, Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mEC52DD66BBEFE1E17D95007539140A325EF18B8D_gshared_inline (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 * __this, Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mD24D5A8610DD93ED0366853B41FC1E91FAA767BD_gshared_inline (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 * __this, Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mFBB4EE60BAD24C7F91CF44A61EA52667CA9BDE9D_gshared_inline (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF * __this, Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE9025D4EB57B2397689D973676E2003AD69E5391_gshared_inline (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D * __this, Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mAC14589AAB40984711662365B0DAC41438C66D23_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m2D7205C0D21FE7A12235CA7E6D14810CD33016D6_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m9A4FCEC0600C4459A7F0B217F7EB877B9B4164BC_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC0A9C617BF2099138DF5440F5B15EBB43356040C_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m829BD2D25CCFC999D5AC6BDFEDE14E7933A901FC_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m6F12225CC1113429A5C254B77496713CD91895F2_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m28C01E83C3FC0D470945D689762427854BEDED05_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m6C43009AE1F9CA330251C03B0A7C86648AC341AE_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m0B314BF6DDBA7BC1502662A8879A783453F3BAD7_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m7033FC78BF46CA729241A0E751D010A804C9CB8F_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } }